Color Hex Logo

#c9bbdf Color Hex

#C9BBDF
(201,187,223)
0 Favorites   0 Comments

Color spaces of #c9bbdf

RGB 201187223
HSL0.730.360.80
HSV263°16°87°
CMYK 0.100.160.00   0.13
XYZ55.177053.285977.1891
Yxy53.28590.29720.2870
Hunter Lab72.99727.1792-11.5967
CIE-Lab78.043511.7430-16.1878

#c9bbdf color RGB value is (201,187,223).

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

The process color (four color CMYK) of #c9bbdf color hex is 0.10, 0.16, 0.00, 0.13. Web safe color of #c9bbdf is #cccccc. Color #c9bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111011 11011111
Octal 311 273 337
Decimal 201 187 223
Hex C9 BB DF

RGB Percentages of Color #c9bbdf

%32.90
%30.61
%36.50

CMYK Percentages of Color #c9bbdf

%10
%16
%0
%13

Triadic Colors of #c9bbdf

#c9bbdf #dfc9bb #bbdfc9

Analogous Colors of #c9bbdf

#c9bbdf #dbbbdf #bbbfdf

Monochromatic Colors of #c9bbdf

#c9bbdf

Complementary Color

#c9bbdf #d1dfbb

#c9bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bbdf Color CSS Codes

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

#c9bbdf Text Font Color

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

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


#c9bbdf Background Color

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

This div background color is #c9bbdf


#c9bbdf Border Color

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

This div border color is #c9bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bbdf


Comments

No comments written yet.

Please login to write comment.