Color Hex Logo

#c9bacf Color Hex

#C9BACF
(201,186,207)
0 Favorites   0 Comments

Color spaces of #c9bacf

RGB 201186207
HSL0.790.180.77
HSV283°10°81°
CMYK 0.030.100.00   0.19
XYZ52.908852.040366.2877
Yxy52.04030.30900.3039
Hunter Lab72.13904.6739-3.9837
CIE-Lab77.30499.1310-8.6364

#c9bacf color RGB value is (201,186,207).

#c9bacf hex color red value is 201, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c9bacf hue: 0.79 , saturation: 0.18 and the lightness value of c9bacf is 0.77.

The process color (four color CMYK) of #c9bacf color hex is 0.03, 0.10, 0.00, 0.19. Web safe color of #c9bacf is #cccccc. Color #c9bacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111010 11001111
Octal 311 272 317
Decimal 201 186 207
Hex C9 BA CF

RGB Percentages of Color #c9bacf

%33.84
%31.31
%34.85

CMYK Percentages of Color #c9bacf

%3
%10
%0
%19

Triadic Colors of #c9bacf

#c9bacf #cfc9ba #bacfc9

Analogous Colors of #c9bacf

#c9bacf #cfbacb #bfbacf

Monochromatic Colors of #c9bacf

#c9bacf

Complementary Color

#c9bacf #c0cfba

#c9bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bacf Color CSS Codes

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

#c9bacf Text Font Color

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

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


#c9bacf Background Color

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

This div background color is #c9bacf


#c9bacf Border Color

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

This div border color is #c9bacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,186,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 #c9bacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bacf


Comments

No comments written yet.

Please login to write comment.