COLOR #D9D3AB

HEX: #D9D3AB
RGB: (217,211,171)

Color info

#D9D3AB contains red, green and blue colors in about the same proportion. Web safe color of #D9D3AB is #CCCC99 (or #CC9).

RGB color model

#D9D3AB color RGB value is (217,211,171).

  • red value is 217;
  • green value is 211;
  • blue value is 171.
RGB:
(217,211,171)
(85%,83%,67%)

RGB channels and saturation

R 217 of 255 = 85%
G 211 of 255 = 83%
B 171 of 255 = 67%

217
211
171

R + G + B ~ 78%. #D9D3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 211 + 171 = 599 (100%)
R 217 of 599 ~ 36.23%
G 211 of 599 ~ 35.23%
B 171 of 599 ~ 28.55%

%36.23
%35.23
%28.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 21.20%
  • key color value is 14.90%
CMYK:
(0,3,21,15)
C0M3Y21K15 
(0%,3%,21%,15%)
(0.00/0.03/0.21/0.15)	

CMYK percentages

%0
%2.76
%21.2
%14.9

Codes

Color #D9D3AB in popluar color models

D9D3AB
RGB217211171
HSL52°37.70%76.08%
HSB/HSV52°21.20%85.10%
CMYK0.00%2.76%21.20%
14.90%

Color #D9D3AB in popluar number systems.

HEXD9D3AB
Decimal217211171
Binary110110011101001110101011
Octal331323253

Shades and tints

Shades of #D9D3AB

#D9D3AB
(217,211,171)
#C6C09C
(198,192,156)
#B3AD8D
(179,173,141)
#A09A7E
(160,154,126)
#8D876F
(141,135,111)
#7A7460
(122,116,96)
#676151
(103,97,81)
#544E42
(84,78,66)
#413B33
(65,59,51)
#2E2824
(46,40,36)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #D9D3AB

#D9D3AB
(217,211,171)
#DCD7B2
(220,215,178)
#DFDBB9
(223,219,185)
#E2DFC0
(226,223,192)
#E5E3C7
(229,227,199)
#E8E7CE
(232,231,206)
#EBEBD5
(235,235,213)
#EEEFDC
(238,239,220)
#F1F3E3
(241,243,227)
#F4F7EA
(244,247,234)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D3AB; }

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

This text font color is #D9D3AB.


Background Color

.myBgColor { background-color: #D9D3AB; }

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

This div background color is #D9D3AB.


Border color

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

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

This div border color is #D9D3AB.


Opacity

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

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

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

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

This text has shadow with #D9D3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D3AB on black background.


Color preview on white background

This text has color #D9D3AB on white background.



Black color preview on #D9D3AB background

This text has black color on #D9D3AB background.


White color preview on #D9D3AB background

This text has white color on #D9D3AB background.