Color Hex Logo

#c6cbce Color Hex

#C6CBCE
(198,203,206)
0 Favorites   0 Comments

Color spaces of #c6cbce

RGB 198203206
HSL0.560.080.79
HSV203°81°
CMYK 0.040.010.00   0.19
XYZ55.785259.173966.8740
Yxy59.17390.30680.3254
Hunter Lab76.9246-5.17102.3037
CIE-Lab81.3871-1.1421-2.0965

#c6cbce color RGB value is (198,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11001110
Octal 306 313 316
Decimal 198 203 206
Hex C6 CB CE

RGB Percentages of Color #c6cbce

%32.62
%33.44
%33.94

CMYK Percentages of Color #c6cbce

%4
%1
%0
%19

Triadic Colors of #c6cbce

#c6cbce #cec6cb #cbcec6

Analogous Colors of #c6cbce

#c6cbce #c6c7ce #c6cecd

Monochromatic Colors of #c6cbce

#c6cbce

Complementary Color

#c6cbce #cec9c6

#c6cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbce Color CSS Codes

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

#c6cbce Text Font Color

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

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


#c6cbce Background Color

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

This div background color is #c6cbce


#c6cbce Border Color

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

This div border color is #c6cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbce

#c6cbce Color Palettes


Comments

No comments written yet.

Please login to write comment.