COLOR #D9D3AC

HEX: #D9D3AC RGB: (217,211,172)

Color info

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

RGB color model

#D9D3AC color RGB value is (217,211,172).

RGB: (217,211,172) (85%, 83%, 67%)

RGB channels and saturation

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

217
211
172

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

Portions of RGB colors in percentages

R + G + B = 217 + 211 + 172 = 600 (100%)
R 217 of 600 ~ 36.17%
G 211 of 600 ~ 35.17%
B 172 of 600 ~ 28.67'%

%36.17
%35.17
%28.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 20.74%
  • 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
%20.74
%14.9

Codes

Color #D9D3AC in popluar color models

D9 D3 AC
RGB 217 211 172
HSL 52° 37.19% 76.27%
HSB/HSV 52° 20.74% 85.10%
CMYK 0.00% 2.76% 20.74%
14.90%

Color #D9D3AC in popluar number systems.

HEX D9 D3 AC
Decimal 217 211 172
Binary 11011001 11010011 10101100
Octal 331 323 254

Shades and tints

Shades of #D9D3AC

#D9D3AC
(217,211,172)
#C6C09D
(198,192,157)
#B3AD8E
(179,173,142)
#A09A7F
(160,154,127)
#8D8770
(141,135,112)
#7A7461
(122,116,97)
#676152
(103,97,82)
#544E43
(84,78,67)
#413B34
(65,59,52)
#2E2825
(46,40,37)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9D3AC

#D9D3AC
(217,211,172)
#DCD7B3
(220,215,179)
#DFDBBA
(223,219,186)
#E2DFC1
(226,223,193)
#E5E3C8
(229,227,200)
#E8E7CF
(232,231,207)
#EBEBD6
(235,235,214)
#EEEFDD
(238,239,221)
#F1F3E4
(241,243,228)
#F4F7EB
(244,247,235)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D3AC; }

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

This text font color is #D9D3AC.

Background Color

.myBgColor { background-color: #D9D3AC; }

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

This div background color is #D9D3AC.

Border color

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

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

This div border color is #D9D3AC.

Opacity

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

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

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

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

This text has shadow with #D9D3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D3AC.

Preview

Color preview on black background

This text has color #D9D3AC on black background.


Color preview on white background

This text has color #D9D3AC on white background.


Black color preview on #D9D3AC background

This text has black color on #D9D3AC background.


White color preview on #D9D3AC background

This text has white color on #D9D3AC background.


Related colors

Complementary color

Complementary color for #hex is #262C53.


I love getcolorcode.com

Triadic colors

1 #ACD9D3 and #D3ACD9 with #D9D3AC are triadic colors.

2 #ACD3D9 and #D3D9AC with #D9D3AC are triadic colors.