Color Hex Logo

#c9ccbc Color Hex

#C9CCBC
(201,204,188)
0 Favorites   0 Comments

Color spaces of #c9ccbc

RGB 201204188
HSL0.200.140.77
HSV71°80°
CMYK 0.010.000.08   0.20
XYZ54.757459.234156.1243
Yxy59.23410.32190.3482
Hunter Lab76.9637-7.689010.6385
CIE-Lab81.4201-3.87137.6066

#c9ccbc color RGB value is (201,204,188).

#c9ccbc hex color red value is 201, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c9ccbc hue: 0.20 , saturation: 0.14 and the lightness value of c9ccbc is 0.77.

The process color (four color CMYK) of #c9ccbc color hex is 0.01, 0.00, 0.08, 0.20. Web safe color of #c9ccbc is #cccccc. Color #c9ccbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001100 10111100
Octal 311 314 274
Decimal 201 204 188
Hex C9 CC BC

RGB Percentages of Color #c9ccbc

%33.90
%34.40
%31.70

CMYK Percentages of Color #c9ccbc

%1
%0
%8
%20

Triadic Colors of #c9ccbc

#c9ccbc #bcc9cc #ccbcc9

Analogous Colors of #c9ccbc

#c9ccbc #c1ccbc #ccc7bc

Monochromatic Colors of #c9ccbc

#c9ccbc

Complementary Color

#c9ccbc #bfbccc

#c9ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ccbc Color CSS Codes

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

#c9ccbc Text Font Color

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

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


#c9ccbc Background Color

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

This div background color is #c9ccbc


#c9ccbc Border Color

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

This div border color is #c9ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ccbc


Comments

No comments written yet.

Please login to write comment.