COLOR #D9D2CE

HEX: #D9D2CE
RGB: (217,210,206)

Color info

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

RGB color model

#D9D2CE color RGB value is (217,210,206).

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

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 206 of 255 = 81%

217
210
206

R + G + B ~ 83%. #D9D2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 210 + 206 = 633 (100%)
R 217 of 633 ~ 34.28%
G 210 of 633 ~ 33.18%
B 206 of 633 ~ 32.54%

%34.28
%33.18
%32.54

CMYK color model

#D9D2CE color CMYK value is (0,3,5,15).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(0,3,5,15)
C0M3Y5K15 
(0%,3%,5%,15%)
(0.00/0.03/0.05/0.15)	

CMYK percentages

%0
%3.23
%5.07
%14.9

Codes

Color #D9D2CE in popluar color models

D9D2CE
RGB217210206
HSL22°12.64%82.94%
HSB/HSV22°5.07%85.10%
CMYK0.00%3.23%5.07%
14.90%

Color #D9D2CE in popluar number systems.

HEXD9D2CE
Decimal217210206
Binary110110011101001011001110
Octal331322316

Shades and tints

Shades of #D9D2CE

#D9D2CE
(217,210,206)
#C6BFBC
(198,191,188)
#B3ACAA
(179,172,170)
#A09998
(160,153,152)
#8D8686
(141,134,134)
#7A7374
(122,115,116)
#676062
(103,96,98)
#544D50
(84,77,80)
#413A3E
(65,58,62)
#2E272C
(46,39,44)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #D9D2CE

#D9D2CE
(217,210,206)
#DCD6D2
(220,214,210)
#DFDAD6
(223,218,214)
#E2DEDA
(226,222,218)
#E5E2DE
(229,226,222)
#E8E6E2
(232,230,226)
#EBEAE6
(235,234,230)
#EEEEEA
(238,238,234)
#F1F2EE
(241,242,238)
#F4F6F2
(244,246,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D2CE; }

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

This text font color is #D9D2CE.


Background Color

.myBgColor { background-color: #D9D2CE; }

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

This div background color is #D9D2CE.


Border color

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

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

This div border color is #D9D2CE.


Opacity

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

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

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

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

This text has shadow with #D9D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D2CE on black background.


Color preview on white background

This text has color #D9D2CE on white background.



Black color preview on #D9D2CE background

This text has black color on #D9D2CE background.


White color preview on #D9D2CE background

This text has white color on #D9D2CE background.