Color Hex Logo

#c6cbcf Color Hex

#C6CBCF
(198,203,207)
0 Favorites   0 Comments

Color spaces of #c6cbcf

RGB 198203207
HSL0.570.090.79
HSV207°81°
CMYK 0.040.020.00   0.19
XYZ55.907159.222667.5160
Yxy59.22260.30610.3242
Hunter Lab76.9562-4.99681.8525
CIE-Lab81.4138-0.9525-2.5927

#c6cbcf color RGB value is (198,203,207).

#c6cbcf hex color red value is 198, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c6cbcf hue: 0.57 , saturation: 0.09 and the lightness value of c6cbcf is 0.79.

The process color (four color CMYK) of #c6cbcf color hex is 0.04, 0.02, 0.00, 0.19. Web safe color of #c6cbcf is #cccccc. Color #c6cbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11001111
Octal 306 313 317
Decimal 198 203 207
Hex C6 CB CF

RGB Percentages of Color #c6cbcf

%32.57
%33.39
%34.05

CMYK Percentages of Color #c6cbcf

%4
%2
%0
%19

Triadic Colors of #c6cbcf

#c6cbcf #cfc6cb #cbcfc6

Analogous Colors of #c6cbcf

#c6cbcf #c6c7cf #c6cfcf

Monochromatic Colors of #c6cbcf

#c6cbcf

Complementary Color

#c6cbcf #cfcac6

#c6cbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbcf Color CSS Codes

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

#c6cbcf Text Font Color

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

This sample text font color is #c6cbcf
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.


#c6cbcf Background Color

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

This div background color is #c6cbcf


#c6cbcf Border Color

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

This div border color is #c6cbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbcf

#c6cbcf Color Palettes


Comments

No comments written yet.

Please login to write comment.