COLOR #D2D9D1

HEX: #D2D9D1
RGB: (210,217,209)

Color info

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

RGB color model

#D2D9D1 color RGB value is (210,217,209).

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

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 209 of 255 = 82%

210
217
209

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

Portions of RGB colors in percentages

R + G + B =
210 + 217 + 209 = 636 (100%)
R 210 of 636 ~ 33.02%
G 217 of 636 ~ 34.12%
B 209 of 636 ~ 32.86%

%33.02
%34.12
%32.86

CMYK color model

#D2D9D1 color CMYK value is (3,0,4,15).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 14.90%
CMYK:
(3,0,4,15)
C3M0Y4K15 
(3%,0%,4%,15%)
(0.03/0.00/0.04/0.15)	

CMYK percentages

%3.23
%0
%3.69
%14.9

Codes

Color #D2D9D1 in popluar color models

D2D9D1
RGB210217209
HSL113°9.52%83.53%
HSB/HSV113°3.69%85.10%
CMYK3.23%0.00%3.69%
14.90%

Color #D2D9D1 in popluar number systems.

HEXD2D9D1
Decimal210217209
Binary110100101101100111010001
Octal322331321

Shades and tints

Shades of #D2D9D1

#D2D9D1
(210,217,209)
#BFC6BE
(191,198,190)
#ACB3AB
(172,179,171)
#99A098
(153,160,152)
#868D85
(134,141,133)
#737A72
(115,122,114)
#60675F
(96,103,95)
#4D544C
(77,84,76)
#3A4139
(58,65,57)
#272E26
(39,46,38)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #D2D9D1

#D2D9D1
(210,217,209)
#D6DCD5
(214,220,213)
#DADFD9
(218,223,217)
#DEE2DD
(222,226,221)
#E2E5E1
(226,229,225)
#E6E8E5
(230,232,229)
#EAEBE9
(234,235,233)
#EEEEED
(238,238,237)
#F2F1F1
(242,241,241)
#F6F4F5
(246,244,245)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D9D1; }

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

This text font color is #D2D9D1.


Background Color

.myBgColor { background-color: #D2D9D1; }

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

This div background color is #D2D9D1.


Border color

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

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

This div border color is #D2D9D1.


Opacity

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

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

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

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

This text has shadow with #D2D9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D9D1 on black background.


Color preview on white background

This text has color #D2D9D1 on white background.



Black color preview on #D2D9D1 background

This text has black color on #D2D9D1 background.


White color preview on #D2D9D1 background

This text has white color on #D2D9D1 background.