COLOR #D2D9B9

HEX: #D2D9B9 RGB: (210,217,185)

Color info

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

RGB color model

#D2D9B9 color RGB value is (210,217,185).

RGB: (210,217,185) (82%, 85%, 73%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 185 of 255 = 73%

210
217
185

R + G + B ~ 80%. #D2D9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 217 + 185 = 612 (100%)
R 210 of 612 ~ 34.31%
G 217 of 612 ~ 35.46%
B 185 of 612 ~ 30.23'%

%34.31
%35.46
%30.23

CMYK color model

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

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 14.90%

CMYK: (3,0,15,15)
C3M0Y15K15 (3%, 0%, 15%, 15%)
(0.03 / 0.00 / 0.15 / 0.15)

CMYK percentages

%3.23
%0
%14.75
%14.9

Codes

Color #D2D9B9 in popluar color models

D2 D9 B9
RGB 210 217 185
HSL 73° 29.63% 78.82%
HSB/HSV 73° 14.75% 85.10%
CMYK 3.23% 0.00% 14.75%
14.90%

Color #D2D9B9 in popluar number systems.

HEX D2 D9 B9
Decimal 210 217 185
Binary 11010010 11011001 10111001
Octal 322 331 271

Shades and tints

Shades of #D2D9B9

#D2D9B9
(210,217,185)
#BFC6A9
(191,198,169)
#ACB399
(172,179,153)
#99A089
(153,160,137)
#868D79
(134,141,121)
#737A69
(115,122,105)
#606759
(96,103,89)
#4D5449
(77,84,73)
#3A4139
(58,65,57)
#272E29
(39,46,41)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #D2D9B9

#D2D9B9
(210,217,185)
#D6DCBF
(214,220,191)
#DADFC5
(218,223,197)
#DEE2CB
(222,226,203)
#E2E5D1
(226,229,209)
#E6E8D7
(230,232,215)
#EAEBDD
(234,235,221)
#EEEEE3
(238,238,227)
#F2F1E9
(242,241,233)
#F6F4EF
(246,244,239)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D9B9; }

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

This text font color is #D2D9B9.

Background Color

.myBgColor { background-color: #D2D9B9; }

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

This div background color is #D2D9B9.

Border color

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

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

This div border color is #D2D9B9.

Opacity

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

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

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

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

This text has shadow with #D2D9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D9B9.

Preview

Color preview on black background

This text has color #D2D9B9 on black background.


Color preview on white background

This text has color #D2D9B9 on white background.


Black color preview on #D2D9B9 background

This text has black color on #D2D9B9 background.


White color preview on #D2D9B9 background

This text has white color on #D2D9B9 background.


Related colors

Complementary color

Complementary color for #hex is #2D2646.


I love getcolorcode.com

Triadic colors

1 #B9D2D9 and #D9B9D2 with #D2D9B9 are triadic colors.

2 #B9D9D2 and #D9D2B9 with #D2D9B9 are triadic colors.