COLOR #D2D9CD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

210
217
205

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

Portions of RGB colors in percentages

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

%33.23
%34.34
%32.44

CMYK color model

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

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

CMYK percentages

%3.23
%0
%5.53
%14.9

Codes

Color #D2D9CD in popluar color models

D2D9CD
RGB210217205
HSL95°13.64%82.75%
HSB/HSV95°5.53%85.10%
CMYK3.23%0.00%5.53%
14.90%

Color #D2D9CD in popluar number systems.

HEXD2D9CD
Decimal210217205
Binary110100101101100111001101
Octal322331315

Shades and tints

Shades of #D2D9CD

#D2D9CD
(210,217,205)
#BFC6BB
(191,198,187)
#ACB3A9
(172,179,169)
#99A097
(153,160,151)
#868D85
(134,141,133)
#737A73
(115,122,115)
#606761
(96,103,97)
#4D544F
(77,84,79)
#3A413D
(58,65,61)
#272E2B
(39,46,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #D2D9CD

#D2D9CD
(210,217,205)
#D6DCD1
(214,220,209)
#DADFD5
(218,223,213)
#DEE2D9
(222,226,217)
#E2E5DD
(226,229,221)
#E6E8E1
(230,232,225)
#EAEBE5
(234,235,229)
#EEEEE9
(238,238,233)
#F2F1ED
(242,241,237)
#F6F4F1
(246,244,241)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D9CD; }

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

This text font color is #D2D9CD.


Background Color

.myBgColor { background-color: #D2D9CD; }

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

This div background color is #D2D9CD.


Border color

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

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

This div border color is #D2D9CD.


Opacity

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

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

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

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

This text has shadow with #D2D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D9CD on black background.


Color preview on white background

This text has color #D2D9CD on white background.



Black color preview on #D2D9CD background

This text has black color on #D2D9CD background.


White color preview on #D2D9CD background

This text has white color on #D2D9CD background.