COLOR #D9CDAE

HEX: #D9CDAE
RGB: (217,205,174)

Color info

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

RGB color model

#D9CDAE color RGB value is (217,205,174).

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

RGB channels and saturation

R 217 of 255 = 85%
G 205 of 255 = 80%
B 174 of 255 = 68%

217
205
174

R + G + B ~ 78%. #D9CDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 205 + 174 = 596 (100%)
R 217 of 596 ~ 36.41%
G 205 of 596 ~ 34.4%
B 174 of 596 ~ 29.19%

%36.41
%34.4
%29.19

CMYK color model

#D9CDAE color CMYK value is (0,6,20,15).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(0,6,20,15)
C0M6Y20K15 
(0%,6%,20%,15%)
(0.00/0.06/0.20/0.15)	

CMYK percentages

%0
%5.53
%19.82
%14.9

Codes

Color #D9CDAE in popluar color models

D9CDAE
RGB217205174
HSL43°36.13%76.67%
HSB/HSV43°19.82%85.10%
CMYK0.00%5.53%19.82%
14.90%

Color #D9CDAE in popluar number systems.

HEXD9CDAE
Decimal217205174
Binary110110011100110110101110
Octal331315256

Shades and tints

Shades of #D9CDAE

#D9CDAE
(217,205,174)
#C6BB9F
(198,187,159)
#B3A990
(179,169,144)
#A09781
(160,151,129)
#8D8572
(141,133,114)
#7A7363
(122,115,99)
#676154
(103,97,84)
#544F45
(84,79,69)
#413D36
(65,61,54)
#2E2B27
(46,43,39)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #D9CDAE

#D9CDAE
(217,205,174)
#DCD1B5
(220,209,181)
#DFD5BC
(223,213,188)
#E2D9C3
(226,217,195)
#E5DDCA
(229,221,202)
#E8E1D1
(232,225,209)
#EBE5D8
(235,229,216)
#EEE9DF
(238,233,223)
#F1EDE6
(241,237,230)
#F4F1ED
(244,241,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CDAE; }

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

This text font color is #D9CDAE.


Background Color

.myBgColor { background-color: #D9CDAE; }

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

This div background color is #D9CDAE.


Border color

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

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

This div border color is #D9CDAE.


Opacity

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

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

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

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

This text has shadow with #D9CDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CDAE on black background.


Color preview on white background

This text has color #D9CDAE on white background.



Black color preview on #D9CDAE background

This text has black color on #D9CDAE background.


White color preview on #D9CDAE background

This text has white color on #D9CDAE background.