COLOR #D9D2CD

HEX: #D9D2CD
RGB: (217,210,205)

Color info

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

RGB color model

#D9D2CD color RGB value is (217,210,205).

  • red value is 217;
  • green value is 210;
  • blue value is 205.
RGB:
(217,210,205)
(85%,82%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 205 of 255 = 80%

217
210
205

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

Portions of RGB colors in percentages

R + G + B =
217 + 210 + 205 = 632 (100%)
R 217 of 632 ~ 34.34%
G 210 of 632 ~ 33.23%
B 205 of 632 ~ 32.44%

%34.34
%33.23
%32.44

CMYK color model

#D9D2CD color CMYK value is (0,3,6,15).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 5.53%
  • key color value is 14.90%
CMYK:
(0,3,6,15)
C0M3Y6K15 
(0%,3%,6%,15%)
(0.00/0.03/0.06/0.15)	

CMYK percentages

%0
%3.23
%5.53
%14.9

Codes

Color #D9D2CD in popluar color models

D9D2CD
RGB217210205
HSL25°13.64%82.75%
HSB/HSV25°5.53%85.10%
CMYK0.00%3.23%5.53%
14.90%

Color #D9D2CD in popluar number systems.

HEXD9D2CD
Decimal217210205
Binary110110011101001011001101
Octal331322315

Shades and tints

Shades of #D9D2CD

#D9D2CD
(217,210,205)
#C6BFBB
(198,191,187)
#B3ACA9
(179,172,169)
#A09997
(160,153,151)
#8D8685
(141,134,133)
#7A7373
(122,115,115)
#676061
(103,96,97)
#544D4F
(84,77,79)
#413A3D
(65,58,61)
#2E272B
(46,39,43)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #D9D2CD

#D9D2CD
(217,210,205)
#DCD6D1
(220,214,209)
#DFDAD5
(223,218,213)
#E2DED9
(226,222,217)
#E5E2DD
(229,226,221)
#E8E6E1
(232,230,225)
#EBEAE5
(235,234,229)
#EEEEE9
(238,238,233)
#F1F2ED
(241,242,237)
#F4F6F1
(244,246,241)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D2CD color. Also use rgb(217,210,205) instead hex code.

Text Font Color

.myTextColor { color: #D9D2CD; }

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

This text font color is #D9D2CD.


Background Color

.myBgColor { background-color: #D9D2CD; }

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

This div background color is #D9D2CD.


Border color

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

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

This div border color is #D9D2CD.


Opacity

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

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

Text with #D9D2CD 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 #D9D2CD;}

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

This text has shadow with #D9D2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D2CD on black background.


Color preview on white background

This text has color #D9D2CD on white background.



Black color preview on #D9D2CD background

This text has black color on #D9D2CD background.


White color preview on #D9D2CD background

This text has white color on #D9D2CD background.