COLOR #D9D0CA

HEX: #D9D0CA RGB: (217,208,202)

Color info

#D9D0CA contains red, green and blue colors in about the same proportion. Web safe color of #D9D0CA is #CCCCCC (or #CCC).

RGB color model

#D9D0CA color RGB value is (217,208,202).

RGB: (217,208,202) (85%, 82%, 79%)

RGB channels and saturation

R 217 of 255 = 85%
G 208 of 255 = 82%
B 202 of 255 = 79%

217
208
202

R + G + B ~ 82%. #D9D0CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 208 + 202 = 627 (100%)
R 217 of 627 ~ 34.61%
G 208 of 627 ~ 33.17%
B 202 of 627 ~ 32.22'%

%34.61
%33.17
%32.22

CMYK color model

#D9D0CA color CMYK value is (0,4,7,15).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 6.91%
  • key color value is 14.90%

CMYK: (0,4,7,15)
C0M4Y7K15 (0%, 4%, 7%, 15%)
(0.00 / 0.04 / 0.07 / 0.15)

CMYK percentages

%0
%4.15
%6.91
%14.9

Codes

Color #D9D0CA in popluar color models

D9 D0 CA
RGB 217 208 202
HSL 24° 16.48% 82.16%
HSB/HSV 24° 6.91% 85.10%
CMYK 0.00% 4.15% 6.91%
14.90%

Color #D9D0CA in popluar number systems.

HEX D9 D0 CA
Decimal 217 208 202
Binary 11011001 11010000 11001010
Octal 331 320 312

Shades and tints

Shades of #D9D0CA

#D9D0CA
(217,208,202)
#C6BEB8
(198,190,184)
#B3ACA6
(179,172,166)
#A09A94
(160,154,148)
#8D8882
(141,136,130)
#7A7670
(122,118,112)
#67645E
(103,100,94)
#54524C
(84,82,76)
#41403A
(65,64,58)
#2E2E28
(46,46,40)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #D9D0CA

#D9D0CA
(217,208,202)
#DCD4CE
(220,212,206)
#DFD8D2
(223,216,210)
#E2DCD6
(226,220,214)
#E5E0DA
(229,224,218)
#E8E4DE
(232,228,222)
#EBE8E2
(235,232,226)
#EEECE6
(238,236,230)
#F1F0EA
(241,240,234)
#F4F4EE
(244,244,238)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D0CA color. Also use rgb(217,208,202) instead hex code.

Text Font Color

.myTextColor { color: #D9D0CA; }

<p style="color:#D9D0CA">This sample text font color is #D9D0CA.</p>

This text font color is #D9D0CA.

Background Color

.myBgColor { background-color: #D9D0CA; }

<div style="background-color:#D9D0CA">Inner text</div>

This div background color is #D9D0CA.

Border color

.myBorderColor { border: 1px solid #D9D0CA; }

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

This div border color is #D9D0CA.

Opacity

.myOpacity80 { color: #D9D0CA; opacity: 0.8; }

<p style="color:#D9D0CA;opacity:0.8;">80%</p>

Text with #D9D0CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D9D0CA;}

<p style="text-shadow: 3px 3px 1px #D9D0CA">Text here.</p>

This text has shadow with #D9D0CA color.


.textShadow {text-shadow: 3px 3px 1px #D9D0CA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D9D0CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #D9D0CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9D0CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D9D0CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #D9D0CA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9D0CA;
-webkit-box-shadow: 1px 1px 3px 2px #D9D0CA;
box-shadow: 1px 1px 3px 2px #D9D0CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9D0CA; -webkit-box-shadow: 1px 1px 3px 2px #D9D0CA; box-shadow:1px 1px 3px 2px #D9D0CA;">
Div content here
</div>

This div box has shadow with color #D9D0CA.

Preview

Color preview on black background

This text has color #D9D0CA on black background.


Color preview on white background

This text has color #D9D0CA on white background.


Black color preview on #D9D0CA background

This text has black color on #D9D0CA background.


White color preview on #D9D0CA background

This text has white color on #D9D0CA background.


Related colors

Complementary color

Complementary color for #hex is #262F35.


I love getcolorcode.com

Triadic colors

1 #CAD9D0 and #D0CAD9 with #D9D0CA are triadic colors.

2 #CAD0D9 and #D0D9CA with #D9D0CA are triadic colors.