COLOR #D9D7AD

HEX: #D9D7AD
RGB: (217,215,173)

Color info

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

RGB color model

#D9D7AD color RGB value is (217,215,173).

  • red value is 217;
  • green value is 215;
  • blue value is 173.
RGB:
(217,215,173)
(85%,84%,68%)

RGB channels and saturation

R 217 of 255 = 85%
G 215 of 255 = 84%
B 173 of 255 = 68%

217
215
173

R + G + B ~ 79%. #D9D7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 215 + 173 = 605 (100%)
R 217 of 605 ~ 35.87%
G 215 of 605 ~ 35.54%
B 173 of 605 ~ 28.6%

%35.87
%35.54
%28.6

CMYK color model

#D9D7AD color CMYK value is (0,1,20,15).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK:
(0,1,20,15)
C0M1Y20K15 
(0%,1%,20%,15%)
(0.00/0.01/0.20/0.15)	

CMYK percentages

%0
%0.92
%20.28
%14.9

Codes

Color #D9D7AD in popluar color models

D9D7AD
RGB217215173
HSL57°36.67%76.47%
HSB/HSV57°20.28%85.10%
CMYK0.00%0.92%20.28%
14.90%

Color #D9D7AD in popluar number systems.

HEXD9D7AD
Decimal217215173
Binary110110011101011110101101
Octal331327255

Shades and tints

Shades of #D9D7AD

#D9D7AD
(217,215,173)
#C6C49E
(198,196,158)
#B3B18F
(179,177,143)
#A09E80
(160,158,128)
#8D8B71
(141,139,113)
#7A7862
(122,120,98)
#676553
(103,101,83)
#545244
(84,82,68)
#413F35
(65,63,53)
#2E2C26
(46,44,38)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #D9D7AD

#D9D7AD
(217,215,173)
#DCDAB4
(220,218,180)
#DFDDBB
(223,221,187)
#E2E0C2
(226,224,194)
#E5E3C9
(229,227,201)
#E8E6D0
(232,230,208)
#EBE9D7
(235,233,215)
#EEECDE
(238,236,222)
#F1EFE5
(241,239,229)
#F4F2EC
(244,242,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D7AD color. Also use rgb(217,215,173) instead hex code.

Text Font Color

.myTextColor { color: #D9D7AD; }

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

This text font color is #D9D7AD.


Background Color

.myBgColor { background-color: #D9D7AD; }

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

This div background color is #D9D7AD.


Border color

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

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

This div border color is #D9D7AD.


Opacity

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

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

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

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

This text has shadow with #D9D7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D7AD on black background.


Color preview on white background

This text has color #D9D7AD on white background.



Black color preview on #D9D7AD background

This text has black color on #D9D7AD background.


White color preview on #D9D7AD background

This text has white color on #D9D7AD background.