COLOR #D3D9BB

HEX: #D3D9BB RGB: (211,217,187)

Color info

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

RGB color model

#D3D9BB color RGB value is (211,217,187).

RGB: (211,217,187) (83%, 85%, 73%)

RGB channels and saturation

R 211 of 255 = 83%
G 217 of 255 = 85%
B 187 of 255 = 73%

211
217
187

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

Portions of RGB colors in percentages

R + G + B = 211 + 217 + 187 = 615 (100%)
R 211 of 615 ~ 34.31%
G 217 of 615 ~ 35.28%
B 187 of 615 ~ 30.41'%

%34.31
%35.28
%30.41

CMYK color model

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

  • cyan value is 2.76%
  • 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

%2.76
%0
%13.82
%14.9

Codes

Color #D3D9BB in popluar color models

D3 D9 BB
RGB 211 217 187
HSL 72° 28.30% 79.22%
HSB/HSV 72° 13.82% 85.10%
CMYK 2.76% 0.00% 13.82%
14.90%

Color #D3D9BB in popluar number systems.

HEX D3 D9 BB
Decimal 211 217 187
Binary 11010011 11011001 10111011
Octal 323 331 273

Shades and tints

Shades of #D3D9BB

#D3D9BB
(211,217,187)
#C0C6AA
(192,198,170)
#ADB399
(173,179,153)
#9AA088
(154,160,136)
#878D77
(135,141,119)
#747A66
(116,122,102)
#616755
(97,103,85)
#4E5444
(78,84,68)
#3B4133
(59,65,51)
#282E22
(40,46,34)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #D3D9BB

#D3D9BB
(211,217,187)
#D7DCC1
(215,220,193)
#DBDFC7
(219,223,199)
#DFE2CD
(223,226,205)
#E3E5D3
(227,229,211)
#E7E8D9
(231,232,217)
#EBEBDF
(235,235,223)
#EFEEE5
(239,238,229)
#F3F1EB
(243,241,235)
#F7F4F1
(247,244,241)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D9BB; }

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

This text font color is #D3D9BB.

Background Color

.myBgColor { background-color: #D3D9BB; }

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

This div background color is #D3D9BB.

Border color

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

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

This div border color is #D3D9BB.

Opacity

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

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

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

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

This text has shadow with #D3D9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D9BB.

Preview

Color preview on black background

This text has color #D3D9BB on black background.


Color preview on white background

This text has color #D3D9BB on white background.


Black color preview on #D3D9BB background

This text has black color on #D3D9BB background.


White color preview on #D3D9BB background

This text has white color on #D3D9BB background.


Related colors

Complementary color

Complementary color for #hex is #2C2644.


I love getcolorcode.com

Triadic colors

1 #BBD3D9 and #D9BBD3 with #D3D9BB are triadic colors.

2 #BBD9D3 and #D9D3BB with #D3D9BB are triadic colors.