Color Hex Logo

#d3d9cc Color Hex

#D3D9CC
(211,217,204)
0 Favorites   0 Comments

Color spaces of #d3d9cc

RGB 211217204
HSL0.240.150.83
HSV88°85°
CMYK 0.030.000.06   0.15
XYZ62.575967.834266.9220
Yxy67.83420.31710.3438
Hunter Lab82.3615-8.51359.4776
CIE-Lab85.9235-4.35515.6842

#d3d9cc color RGB value is (211,217,204).

#d3d9cc hex color red value is 211, green value is 217 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d3d9cc hue: 0.24 , saturation: 0.15 and the lightness value of d3d9cc is 0.83.

The process color (four color CMYK) of #d3d9cc color hex is 0.03, 0.00, 0.06, 0.15. Web safe color of #d3d9cc is #cccccc. Color #d3d9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011001 11001100
Octal 323 331 314
Decimal 211 217 204
Hex D3 D9 CC

RGB Percentages of Color #d3d9cc

%33.39
%34.34
%32.28

CMYK Percentages of Color #d3d9cc

%3
%0
%6
%15

Triadic Colors of #d3d9cc

#d3d9cc #ccd3d9 #d9ccd3

Analogous Colors of #d3d9cc

#d3d9cc #cdd9cc #d9d9cc

Monochromatic Colors of #d3d9cc

#d3d9cc

Complementary Color

#d3d9cc #d2ccd9

#d3d9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d9cc Color CSS Codes

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

#d3d9cc Text Font Color

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

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


#d3d9cc Background Color

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

This div background color is #d3d9cc


#d3d9cc Border Color

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

This div border color is #d3d9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d9cc


Comments

No comments written yet.

Please login to write comment.