COLOR #D9CBAD

HEX: #D9CBAD
RGB: (217,203,173)

Color info

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

RGB color model

#D9CBAD color RGB value is (217,203,173).

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

RGB channels and saturation

R 217 of 255 = 85%
G 203 of 255 = 80%
B 173 of 255 = 68%

217
203
173

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

Portions of RGB colors in percentages

R + G + B =
217 + 203 + 173 = 593 (100%)
R 217 of 593 ~ 36.59%
G 203 of 593 ~ 34.23%
B 173 of 593 ~ 29.17%

%36.59
%34.23
%29.17

CMYK color model

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

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

Codes

Color #D9CBAD in popluar color models

D9CBAD
RGB217203173
HSL41°36.67%76.47%
HSB/HSV41°20.28%85.10%
CMYK0.00%6.45%20.28%
14.90%

Color #D9CBAD in popluar number systems.

HEXD9CBAD
Decimal217203173
Binary110110011100101110101101
Octal331313255

Shades and tints

Shades of #D9CBAD

#D9CBAD
(217,203,173)
#C6B99E
(198,185,158)
#B3A78F
(179,167,143)
#A09580
(160,149,128)
#8D8371
(141,131,113)
#7A7162
(122,113,98)
#675F53
(103,95,83)
#544D44
(84,77,68)
#413B35
(65,59,53)
#2E2926
(46,41,38)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #D9CBAD

#D9CBAD
(217,203,173)
#DCCFB4
(220,207,180)
#DFD3BB
(223,211,187)
#E2D7C2
(226,215,194)
#E5DBC9
(229,219,201)
#E8DFD0
(232,223,208)
#EBE3D7
(235,227,215)
#EEE7DE
(238,231,222)
#F1EBE5
(241,235,229)
#F4EFEC
(244,239,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CBAD; }

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

This text font color is #D9CBAD.


Background Color

.myBgColor { background-color: #D9CBAD; }

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

This div background color is #D9CBAD.


Border color

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

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

This div border color is #D9CBAD.


Opacity

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

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

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

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

This text has shadow with #D9CBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CBAD on black background.


Color preview on white background

This text has color #D9CBAD on white background.



Black color preview on #D9CBAD background

This text has black color on #D9CBAD background.


White color preview on #D9CBAD background

This text has white color on #D9CBAD background.