COLOR #D9D7AE

HEX: #D9D7AE
RGB: (217,215,174)

Color info

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

RGB color model

#D9D7AE color RGB value is (217,215,174).

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

RGB channels and saturation

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

217
215
174

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

Portions of RGB colors in percentages

R + G + B =
217 + 215 + 174 = 606 (100%)
R 217 of 606 ~ 35.81%
G 215 of 606 ~ 35.48%
B 174 of 606 ~ 28.71%

%35.81
%35.48
%28.71

CMYK color model

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

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

Codes

Color #D9D7AE in popluar color models

D9D7AE
RGB217215174
HSL57°36.13%76.67%
HSB/HSV57°19.82%85.10%
CMYK0.00%0.92%19.82%
14.90%

Color #D9D7AE in popluar number systems.

HEXD9D7AE
Decimal217215174
Binary110110011101011110101110
Octal331327256

Shades and tints

Shades of #D9D7AE

#D9D7AE
(217,215,174)
#C6C49F
(198,196,159)
#B3B190
(179,177,144)
#A09E81
(160,158,129)
#8D8B72
(141,139,114)
#7A7863
(122,120,99)
#676554
(103,101,84)
#545245
(84,82,69)
#413F36
(65,63,54)
#2E2C27
(46,44,39)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #D9D7AE

#D9D7AE
(217,215,174)
#DCDAB5
(220,218,181)
#DFDDBC
(223,221,188)
#E2E0C3
(226,224,195)
#E5E3CA
(229,227,202)
#E8E6D1
(232,230,209)
#EBE9D8
(235,233,216)
#EEECDF
(238,236,223)
#F1EFE6
(241,239,230)
#F4F2ED
(244,242,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D7AE; }

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

This text font color is #D9D7AE.


Background Color

.myBgColor { background-color: #D9D7AE; }

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

This div background color is #D9D7AE.


Border color

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

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

This div border color is #D9D7AE.


Opacity

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

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

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

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

This text has shadow with #D9D7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D7AE on black background.


Color preview on white background

This text has color #D9D7AE on white background.



Black color preview on #D9D7AE background

This text has black color on #D9D7AE background.


White color preview on #D9D7AE background

This text has white color on #D9D7AE background.