COLOR #D5C5A9

HEX: #D5C5A9
RGB: (213,197,169)

Color info

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

RGB color model

#D5C5A9 color RGB value is (213,197,169).

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

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 169 of 255 = 66%

213
197
169

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

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 169 = 579 (100%)
R 213 of 579 ~ 36.79%
G 197 of 579 ~ 34.02%
B 169 of 579 ~ 29.19%

%36.79
%34.02
%29.19

CMYK color model

#D5C5A9 color CMYK value is (0,8,21,16).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(0,8,21,16)
C0M8Y21K16 
(0%,8%,21%,16%)
(0.00/0.08/0.21/0.16)	

CMYK percentages

%0
%7.51
%20.66
%16.47

Codes

Color #D5C5A9 in popluar color models

D5C5A9
RGB213197169
HSL38°34.38%74.90%
HSB/HSV38°20.66%83.53%
CMYK0.00%7.51%20.66%
16.47%

Color #D5C5A9 in popluar number systems.

HEXD5C5A9
Decimal213197169
Binary110101011100010110101001
Octal325305251

Shades and tints

Shades of #D5C5A9

#D5C5A9
(213,197,169)
#C2B49A
(194,180,154)
#AFA38B
(175,163,139)
#9C927C
(156,146,124)
#89816D
(137,129,109)
#76705E
(118,112,94)
#635F4F
(99,95,79)
#504E40
(80,78,64)
#3D3D31
(61,61,49)
#2A2C22
(42,44,34)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #D5C5A9

#D5C5A9
(213,197,169)
#D8CAB0
(216,202,176)
#DBCFB7
(219,207,183)
#DED4BE
(222,212,190)
#E1D9C5
(225,217,197)
#E4DECC
(228,222,204)
#E7E3D3
(231,227,211)
#EAE8DA
(234,232,218)
#EDEDE1
(237,237,225)
#F0F2E8
(240,242,232)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C5A9; }

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

This text font color is #D5C5A9.


Background Color

.myBgColor { background-color: #D5C5A9; }

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

This div background color is #D5C5A9.


Border color

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

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

This div border color is #D5C5A9.


Opacity

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

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

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

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

This text has shadow with #D5C5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C5A9 on black background.


Color preview on white background

This text has color #D5C5A9 on white background.



Black color preview on #D5C5A9 background

This text has black color on #D5C5A9 background.


White color preview on #D5C5A9 background

This text has white color on #D5C5A9 background.