COLOR #D9C3AE

HEX: #D9C3AE
RGB: (217,195,174)

Color info

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

RGB color model

#D9C3AE color RGB value is (217,195,174).

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

RGB channels and saturation

R 217 of 255 = 85%
G 195 of 255 = 76%
B 174 of 255 = 68%

217
195
174

R + G + B ~ 76%. #D9C3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 195 + 174 = 586 (100%)
R 217 of 586 ~ 37.03%
G 195 of 586 ~ 33.28%
B 174 of 586 ~ 29.69%

%37.03
%33.28
%29.69

CMYK color model

#D9C3AE color CMYK value is (0,10,20,15).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(0,10,20,15)
C0M10Y20K15 
(0%,10%,20%,15%)
(0.00/0.10/0.20/0.15)	

CMYK percentages

%0
%10.14
%19.82
%14.9

Codes

Color #D9C3AE in popluar color models

D9C3AE
RGB217195174
HSL29°36.13%76.67%
HSB/HSV29°19.82%85.10%
CMYK0.00%10.14%19.82%
14.90%

Color #D9C3AE in popluar number systems.

HEXD9C3AE
Decimal217195174
Binary110110011100001110101110
Octal331303256

Shades and tints

Shades of #D9C3AE

#D9C3AE
(217,195,174)
#C6B29F
(198,178,159)
#B3A190
(179,161,144)
#A09081
(160,144,129)
#8D7F72
(141,127,114)
#7A6E63
(122,110,99)
#675D54
(103,93,84)
#544C45
(84,76,69)
#413B36
(65,59,54)
#2E2A27
(46,42,39)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #D9C3AE

#D9C3AE
(217,195,174)
#DCC8B5
(220,200,181)
#DFCDBC
(223,205,188)
#E2D2C3
(226,210,195)
#E5D7CA
(229,215,202)
#E8DCD1
(232,220,209)
#EBE1D8
(235,225,216)
#EEE6DF
(238,230,223)
#F1EBE6
(241,235,230)
#F4F0ED
(244,240,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C3AE; }

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

This text font color is #D9C3AE.


Background Color

.myBgColor { background-color: #D9C3AE; }

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

This div background color is #D9C3AE.


Border color

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

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

This div border color is #D9C3AE.


Opacity

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

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

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

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

This text has shadow with #D9C3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C3AE on black background.


Color preview on white background

This text has color #D9C3AE on white background.



Black color preview on #D9C3AE background

This text has black color on #D9C3AE background.


White color preview on #D9C3AE background

This text has white color on #D9C3AE background.