Color Hex Logo

#c9b7bf Color Hex

#C9B7BF
(201,183,191)
0 Favorites   0 Comments

Color spaces of #c9b7bf

RGB 201183191
HSL0.930.140.75
HSV333°79°
CMYK 0.000.090.05   0.21
XYZ50.424950.046156.2924
Yxy50.04610.32170.3192
Hunter Lab70.74333.43182.3416
CIE-Lab76.09757.7952-1.7302

#c9b7bf color RGB value is (201,183,191).

#c9b7bf hex color red value is 201, green value is 183 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c9b7bf hue: 0.93 , saturation: 0.14 and the lightness value of c9b7bf is 0.75.

The process color (four color CMYK) of #c9b7bf color hex is 0.00, 0.09, 0.05, 0.21. Web safe color of #c9b7bf is #cccccc. Color #c9b7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110111 10111111
Octal 311 267 277
Decimal 201 183 191
Hex C9 B7 BF

RGB Percentages of Color #c9b7bf

%34.96
%31.83
%33.22

CMYK Percentages of Color #c9b7bf

%0
%9
%5
%21

Triadic Colors of #c9b7bf

#c9b7bf #bfc9b7 #b7bfc9

Analogous Colors of #c9b7bf

#c9b7bf #c9b8b7 #c9b7c8

Monochromatic Colors of #c9b7bf

#c9b7bf

Complementary Color

#c9b7bf #b7c9c1

#c9b7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b7bf Color CSS Codes

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

#c9b7bf Text Font Color

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

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


#c9b7bf Background Color

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

This div background color is #c9b7bf


#c9b7bf Border Color

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

This div border color is #c9b7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b7bf


Comments

No comments written yet.

Please login to write comment.