COLOR #D5C9B1

HEX: #D5C9B1 RGB: (213,201,177)

Color info

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

RGB color model

#D5C9B1 color RGB value is (213,201,177).

RGB: (213,201,177) (84%, 79%, 69%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 177 of 255 = 69%

213
201
177

R + G + B ~ 77%. #D5C9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 201 + 177 = 591 (100%)
R 213 of 591 ~ 36.04%
G 201 of 591 ~ 34.01%
B 177 of 591 ~ 29.95'%

%36.04
%34.01
%29.95

CMYK color model

#D5C9B1 color CMYK value is (0,6,17,16).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 16.90%
  • key color value is 16.47%

CMYK: (0,6,17,16)
C0M6Y17K16 (0%, 6%, 17%, 16%)
(0.00 / 0.06 / 0.17 / 0.16)

CMYK percentages

%0
%5.63
%16.9
%16.47

Codes

Color #D5C9B1 in popluar color models

D5 C9 B1
RGB 213 201 177
HSL 40° 30.00% 76.47%
HSB/HSV 40° 16.90% 83.53%
CMYK 0.00% 5.63% 16.90%
16.47%

Color #D5C9B1 in popluar number systems.

HEX D5 C9 B1
Decimal 213 201 177
Binary 11010101 11001001 10110001
Octal 325 311 261

Shades and tints

Shades of #D5C9B1

#D5C9B1
(213,201,177)
#C2B7A1
(194,183,161)
#AFA591
(175,165,145)
#9C9381
(156,147,129)
#898171
(137,129,113)
#766F61
(118,111,97)
#635D51
(99,93,81)
#504B41
(80,75,65)
#3D3931
(61,57,49)
#2A2721
(42,39,33)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #D5C9B1

#D5C9B1
(213,201,177)
#D8CDB8
(216,205,184)
#DBD1BF
(219,209,191)
#DED5C6
(222,213,198)
#E1D9CD
(225,217,205)
#E4DDD4
(228,221,212)
#E7E1DB
(231,225,219)
#EAE5E2
(234,229,226)
#EDE9E9
(237,233,233)
#F0EDF0
(240,237,240)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C9B1 color. Also use rgb(213,201,177) instead hex code.

Text Font Color

.myTextColor { color: #D5C9B1; }

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

This text font color is #D5C9B1.

Background Color

.myBgColor { background-color: #D5C9B1; }

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

This div background color is #D5C9B1.

Border color

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

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

This div border color is #D5C9B1.

Opacity

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

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

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

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

This text has shadow with #D5C9B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C9B1.

Preview

Color preview on black background

This text has color #D5C9B1 on black background.


Color preview on white background

This text has color #D5C9B1 on white background.


Black color preview on #D5C9B1 background

This text has black color on #D5C9B1 background.


White color preview on #D5C9B1 background

This text has white color on #D5C9B1 background.


Related colors

Complementary color

Complementary color for #hex is #2A364E.


I love getcolorcode.com

Triadic colors

1 #B1D5C9 and #C9B1D5 with #D5C9B1 are triadic colors.

2 #B1C9D5 and #C9D5B1 with #D5C9B1 are triadic colors.