Color Hex Logo

#c9bbcc Color Hex

#C9BBCC
(201,187,204)
0 Favorites   0 Comments

Color spaces of #c9bbcc

RGB 201187204
HSL0.800.140.77
HSV289°80°
CMYK 0.010.080.00   0.20
XYZ52.756852.317864.4445
Yxy52.31780.31120.3086
Hunter Lab72.33103.6150-2.1936
CIE-Lab77.47058.0231-6.7651

#c9bbcc color RGB value is (201,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111011 11001100
Octal 311 273 314
Decimal 201 187 204
Hex C9 BB CC

RGB Percentages of Color #c9bbcc

%33.95
%31.59
%34.46

CMYK Percentages of Color #c9bbcc

%1
%8
%0
%20

Triadic Colors of #c9bbcc

#c9bbcc #ccc9bb #bbccc9

Analogous Colors of #c9bbcc

#c9bbcc #ccbbc7 #c1bbcc

Monochromatic Colors of #c9bbcc

#c9bbcc

Complementary Color

#c9bbcc #beccbb

#c9bbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bbcc Color CSS Codes

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

#c9bbcc Text Font Color

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

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


#c9bbcc Background Color

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

This div background color is #c9bbcc


#c9bbcc Border Color

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

This div border color is #c9bbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bbcc


Comments

No comments written yet.

Please login to write comment.