color codes Logo

#c6ccbe color codes

#C6CCBE
(198,204,190)
0 Favorites   0 Comments

Color spaces of #c6ccbe

RGB 198204190
HSL0.240.120.77
HSV86°80°
CMYK 0.030.000.07   0.20
XYZ54.175858.909257.2304
Yxy58.90920.31810.3459
Hunter Lab76.7523-8.32209.5170
CIE-Lab81.2417-4.58046.2523

#c6ccbe color RGB value is (198,204,190).

#c6ccbe hex color red value is 198, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c6ccbe hue: 0.24 , saturation: 0.12 and the lightness value of c6ccbe is 0.77.

The process color (four color CMYK) of #c6ccbe color code is 0.03, 0.00, 0.07, 0.20. Web safe color of #c6ccbe is #cccccc. Color #c6ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001100 10111110
Octal 306 314 276
Decimal 198 204 190
Hex C6 CC BE

RGB Percentages of Color #c6ccbe

%33.45
%34.46
%32.09

CMYK Percentages of Color #c6ccbe

%3
%0
%7
%20

Triadic Colors of #c6ccbe

#c6ccbe #bec6cc #ccbec6

Analogous Colors of #c6ccbe

#c6ccbe #bfccbe #cccbbe

Monochromatic Colors of #c6ccbe

#c6ccbe

Complementary Color

#c6ccbe #c4becc

#c6ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ccbe Color CSS Codes

.mybgcolor {background-color:#c6ccbe; } 
.myforecolor {color:#c6ccbe; }
.mybordercolor {border:3px solid #c6ccbe; }

#c6ccbe Text Font Color

<p style="color:#c6ccbe">Text here</p>

This sample text font color is #c6ccbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6ccbe Background Color

<div style="background-color:#c6ccbe">
Div content here</div>

This div background color is #c6ccbe


#c6ccbe Border Color

<div style="border:3px solid #c6ccbe">
Div here</div>

This div border color is #c6ccbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,204,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6ccbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6ccbe;
  -webkit-box-shadow: 1px 1px 3px 2px #c6ccbe;
  box-shadow:         1px 1px 3px 2px #c6ccbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,204,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6ccbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6ccbe;
  -webkit-box-shadow: 1px 1px 3px 2px #c6ccbe;
  box-shadow:         1px 1px 3px 2px #c6ccbe;">
Div content here</div>

This div box has shadow with color #c6ccbe


Comments

No comments written yet.

Please login to write comment.