COLOR #D2D9BB

HEX: #D2D9BB RGB: (210,217,187)

Color info

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

RGB color model

#D2D9BB color RGB value is (210,217,187).

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

RGB channels and saturation

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

210
217
187

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

Portions of RGB colors in percentages

R + G + B = 210 + 217 + 187 = 614 (100%)
R 210 of 614 ~ 34.2%
G 217 of 614 ~ 35.34%
B 187 of 614 ~ 30.46'%

%34.2
%35.34
%30.46

CMYK color model

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

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

CMYK: (3,0,14,15)
C3M0Y14K15 (3%, 0%, 14%, 15%)
(0.03 / 0.00 / 0.14 / 0.15)

CMYK percentages

%3.23
%0
%13.82
%14.9

Codes

Color #D2D9BB in popluar color models

D2 D9 BB
RGB 210 217 187
HSL 74° 28.30% 79.22%
HSB/HSV 74° 13.82% 85.10%
CMYK 3.23% 0.00% 13.82%
14.90%

Color #D2D9BB in popluar number systems.

HEX D2 D9 BB
Decimal 210 217 187
Binary 11010010 11011001 10111011
Octal 322 331 273

Shades and tints

Shades of #D2D9BB

#D2D9BB
(210,217,187)
#BFC6AA
(191,198,170)
#ACB399
(172,179,153)
#99A088
(153,160,136)
#868D77
(134,141,119)
#737A66
(115,122,102)
#606755
(96,103,85)
#4D5444
(77,84,68)
#3A4133
(58,65,51)
#272E22
(39,46,34)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #D2D9BB

#D2D9BB
(210,217,187)
#D6DCC1
(214,220,193)
#DADFC7
(218,223,199)
#DEE2CD
(222,226,205)
#E2E5D3
(226,229,211)
#E6E8D9
(230,232,217)
#EAEBDF
(234,235,223)
#EEEEE5
(238,238,229)
#F2F1EB
(242,241,235)
#F6F4F1
(246,244,241)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D9BB; }

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

This text font color is #D2D9BB.

Background Color

.myBgColor { background-color: #D2D9BB; }

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

This div background color is #D2D9BB.

Border color

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

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

This div border color is #D2D9BB.

Opacity

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

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

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

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

This text has shadow with #D2D9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D9BB.

Preview

Color preview on black background

This text has color #D2D9BB on black background.


Color preview on white background

This text has color #D2D9BB on white background.


Black color preview on #D2D9BB background

This text has black color on #D2D9BB background.


White color preview on #D2D9BB background

This text has white color on #D2D9BB background.


Related colors

Complementary color

Complementary color for #hex is #2D2644.


I love getcolorcode.com

Triadic colors

1 #BBD2D9 and #D9BBD2 with #D2D9BB are triadic colors.

2 #BBD9D2 and #D9D2BB with #D2D9BB are triadic colors.