Color Hex Logo

#d9d6cb Color Hex

#D9D6CB
(217,214,203)
0 Favorites   0 Comments

Color spaces of #d9d6cb

RGB 217214203
HSL0.130.160.82
HSV47°85°
CMYK 0.000.010.06   0.15
XYZ63.441367.156666.1187
Yxy67.15660.32250.3414
Hunter Lab81.9491-5.22449.5277
CIE-Lab85.5830-0.89145.7802

#d9d6cb color RGB value is (217,214,203).

#d9d6cb hex color red value is 217, green value is 214 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d9d6cb hue: 0.13 , saturation: 0.16 and the lightness value of d9d6cb is 0.82.

The process color (four color CMYK) of #d9d6cb color hex is 0.00, 0.01, 0.06, 0.15. Web safe color of #d9d6cb is #cccccc. Color #d9d6cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010110 11001011
Octal 331 326 313
Decimal 217 214 203
Hex D9 D6 CB

RGB Percentages of Color #d9d6cb

%34.23
%33.75
%32.02

CMYK Percentages of Color #d9d6cb

%0
%1
%6
%15

Triadic Colors of #d9d6cb

#d9d6cb #cbd9d6 #d6cbd9

Analogous Colors of #d9d6cb

#d9d6cb #d5d9cb #d9cfcb

Monochromatic Colors of #d9d6cb

#d9d6cb

Complementary Color

#d9d6cb #cbced9

#d9d6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d6cb Color CSS Codes

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

#d9d6cb Text Font Color

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

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


#d9d6cb Background Color

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

This div background color is #d9d6cb


#d9d6cb Border Color

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

This div border color is #d9d6cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,214,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9d6cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9d6cb;
  -webkit-box-shadow: 1px 1px 3px 2px #d9d6cb;
  box-shadow:         1px 1px 3px 2px #d9d6cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,214,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d6cb


Comments

No comments written yet.

Please login to write comment.