Color Hex Logo

#d1c9bb Color Hex

#D1C9BB
(209,201,187)
0 Favorites   0 Comments

Color spaces of #d1c9bb

RGB 209201187
HSL0.110.190.78
HSV38°11°82°
CMYK 0.000.040.11   0.18
XYZ56.150858.916555.4263
Yxy58.91650.32930.3456
Hunter Lab76.7571-3.745210.9166
CIE-Lab81.24570.38007.9734

#d1c9bb color RGB value is (209,201,187).

#d1c9bb hex color red value is 209, green value is 201 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d1c9bb hue: 0.11 , saturation: 0.19 and the lightness value of d1c9bb is 0.78.

The process color (four color CMYK) of #d1c9bb color hex is 0.00, 0.04, 0.11, 0.18. Web safe color of #d1c9bb is #cccccc. Color #d1c9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001001 10111011
Octal 321 311 273
Decimal 209 201 187
Hex D1 C9 BB

RGB Percentages of Color #d1c9bb

%35.01
%33.67
%31.32

CMYK Percentages of Color #d1c9bb

%0
%4
%11
%18

Triadic Colors of #d1c9bb

#d1c9bb #bbd1c9 #c9bbd1

Analogous Colors of #d1c9bb

#d1c9bb #ced1bb #d1bebb

Monochromatic Colors of #d1c9bb

#d1c9bb

Complementary Color

#d1c9bb #bbc3d1

#d1c9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c9bb Color CSS Codes

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

#d1c9bb Text Font Color

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

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


#d1c9bb Background Color

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

This div background color is #d1c9bb


#d1c9bb Border Color

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

This div border color is #d1c9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c9bb


Comments

No comments written yet.

Please login to write comment.