COLOR #D5C7A9

HEX: #D5C7A9
RGB: (213,199,169)

Color info

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

RGB color model

#D5C7A9 color RGB value is (213,199,169).

  • red value is 213;
  • green value is 199;
  • blue value is 169.
RGB:
(213,199,169)
(84%,78%,66%)

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 169 of 255 = 66%

213
199
169

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

Portions of RGB colors in percentages

R + G + B =
213 + 199 + 169 = 581 (100%)
R 213 of 581 ~ 36.66%
G 199 of 581 ~ 34.25%
B 169 of 581 ~ 29.09%

%36.66
%34.25
%29.09

CMYK color model

#D5C7A9 color CMYK value is (0,7,21,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(0,7,21,16)
C0M7Y21K16 
(0%,7%,21%,16%)
(0.00/0.07/0.21/0.16)	

CMYK percentages

%0
%6.57
%20.66
%16.47

Codes

Color #D5C7A9 in popluar color models

D5C7A9
RGB213199169
HSL41°34.38%74.90%
HSB/HSV41°20.66%83.53%
CMYK0.00%6.57%20.66%
16.47%

Color #D5C7A9 in popluar number systems.

HEXD5C7A9
Decimal213199169
Binary110101011100011110101001
Octal325307251

Shades and tints

Shades of #D5C7A9

#D5C7A9
(213,199,169)
#C2B59A
(194,181,154)
#AFA38B
(175,163,139)
#9C917C
(156,145,124)
#897F6D
(137,127,109)
#766D5E
(118,109,94)
#635B4F
(99,91,79)
#504940
(80,73,64)
#3D3731
(61,55,49)
#2A2522
(42,37,34)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #D5C7A9

#D5C7A9
(213,199,169)
#D8CCB0
(216,204,176)
#DBD1B7
(219,209,183)
#DED6BE
(222,214,190)
#E1DBC5
(225,219,197)
#E4E0CC
(228,224,204)
#E7E5D3
(231,229,211)
#EAEADA
(234,234,218)
#EDEFE1
(237,239,225)
#F0F4E8
(240,244,232)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C7A9 color. Also use rgb(213,199,169) instead hex code.

Text Font Color

.myTextColor { color: #D5C7A9; }

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

This text font color is #D5C7A9.


Background Color

.myBgColor { background-color: #D5C7A9; }

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

This div background color is #D5C7A9.


Border color

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

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

This div border color is #D5C7A9.


Opacity

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

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

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

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

This text has shadow with #D5C7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C7A9 on black background.


Color preview on white background

This text has color #D5C7A9 on white background.



Black color preview on #D5C7A9 background

This text has black color on #D5C7A9 background.


White color preview on #D5C7A9 background

This text has white color on #D5C7A9 background.