COLOR #D9C6AE

HEX: #D9C6AE
RGB: (217,198,174)

Color info

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

RGB color model

#D9C6AE color RGB value is (217,198,174).

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

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 174 of 255 = 68%

217
198
174

R + G + B ~ 77%. #D9C6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 198 + 174 = 589 (100%)
R 217 of 589 ~ 36.84%
G 198 of 589 ~ 33.62%
B 174 of 589 ~ 29.54%

%36.84
%33.62
%29.54

CMYK color model

#D9C6AE color CMYK value is (0,9,20,15).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(0,9,20,15)
C0M9Y20K15 
(0%,9%,20%,15%)
(0.00/0.09/0.20/0.15)	

CMYK percentages

%0
%8.76
%19.82
%14.9

Codes

Color #D9C6AE in popluar color models

D9C6AE
RGB217198174
HSL33°36.13%76.67%
HSB/HSV33°19.82%85.10%
CMYK0.00%8.76%19.82%
14.90%

Color #D9C6AE in popluar number systems.

HEXD9C6AE
Decimal217198174
Binary110110011100011010101110
Octal331306256

Shades and tints

Shades of #D9C6AE

#D9C6AE
(217,198,174)
#C6B49F
(198,180,159)
#B3A290
(179,162,144)
#A09081
(160,144,129)
#8D7E72
(141,126,114)
#7A6C63
(122,108,99)
#675A54
(103,90,84)
#544845
(84,72,69)
#413636
(65,54,54)
#2E2427
(46,36,39)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #D9C6AE

#D9C6AE
(217,198,174)
#DCCBB5
(220,203,181)
#DFD0BC
(223,208,188)
#E2D5C3
(226,213,195)
#E5DACA
(229,218,202)
#E8DFD1
(232,223,209)
#EBE4D8
(235,228,216)
#EEE9DF
(238,233,223)
#F1EEE6
(241,238,230)
#F4F3ED
(244,243,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C6AE; }

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

This text font color is #D9C6AE.


Background Color

.myBgColor { background-color: #D9C6AE; }

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

This div background color is #D9C6AE.


Border color

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

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

This div border color is #D9C6AE.


Opacity

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

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

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

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

This text has shadow with #D9C6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C6AE on black background.


Color preview on white background

This text has color #D9C6AE on white background.



Black color preview on #D9C6AE background

This text has black color on #D9C6AE background.


White color preview on #D9C6AE background

This text has white color on #D9C6AE background.