COLOR #D9C6AD

HEX: #D9C6AD
RGB: (217,198,173)

Color info

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

RGB color model

#D9C6AD color RGB value is (217,198,173).

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

RGB channels and saturation

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

217
198
173

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

Portions of RGB colors in percentages

R + G + B =
217 + 198 + 173 = 588 (100%)
R 217 of 588 ~ 36.9%
G 198 of 588 ~ 33.67%
B 173 of 588 ~ 29.42%

%36.9
%33.67
%29.42

CMYK color model

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

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

Codes

Color #D9C6AD in popluar color models

D9C6AD
RGB217198173
HSL34°36.67%76.47%
HSB/HSV34°20.28%85.10%
CMYK0.00%8.76%20.28%
14.90%

Color #D9C6AD in popluar number systems.

HEXD9C6AD
Decimal217198173
Binary110110011100011010101101
Octal331306255

Shades and tints

Shades of #D9C6AD

#D9C6AD
(217,198,173)
#C6B49E
(198,180,158)
#B3A28F
(179,162,143)
#A09080
(160,144,128)
#8D7E71
(141,126,113)
#7A6C62
(122,108,98)
#675A53
(103,90,83)
#544844
(84,72,68)
#413635
(65,54,53)
#2E2426
(46,36,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #D9C6AD

#D9C6AD
(217,198,173)
#DCCBB4
(220,203,180)
#DFD0BB
(223,208,187)
#E2D5C2
(226,213,194)
#E5DAC9
(229,218,201)
#E8DFD0
(232,223,208)
#EBE4D7
(235,228,215)
#EEE9DE
(238,233,222)
#F1EEE5
(241,238,229)
#F4F3EC
(244,243,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C6AD; }

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

This text font color is #D9C6AD.


Background Color

.myBgColor { background-color: #D9C6AD; }

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

This div background color is #D9C6AD.


Border color

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

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

This div border color is #D9C6AD.


Opacity

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

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

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

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

This text has shadow with #D9C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C6AD on black background.


Color preview on white background

This text has color #D9C6AD on white background.



Black color preview on #D9C6AD background

This text has black color on #D9C6AD background.


White color preview on #D9C6AD background

This text has white color on #D9C6AD background.