COLOR #D5C9B8

HEX: #D5C9B8 RGB: (213,201,184)

Color info

#D5C9B8 contains red, green and blue colors in about the same proportion. Web safe color of #D5C9B8 is #CCCCCC (or #CCC).

RGB color model

#D5C9B8 color RGB value is (213,201,184).

RGB: (213,201,184) (84%, 79%, 72%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 184 of 255 = 72%

213
201
184

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

Portions of RGB colors in percentages

R + G + B = 213 + 201 + 184 = 598 (100%)
R 213 of 598 ~ 35.62%
G 201 of 598 ~ 33.61%
B 184 of 598 ~ 30.77'%

%35.62
%33.61
%30.77

CMYK color model

#D5C9B8 color CMYK value is (0,6,14,16).

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

CMYK: (0,6,14,16)
C0M6Y14K16 (0%, 6%, 14%, 16%)
(0.00 / 0.06 / 0.14 / 0.16)

CMYK percentages

%0
%5.63
%13.62
%16.47

Codes

Color #D5C9B8 in popluar color models

D5 C9 B8
RGB 213 201 184
HSL 35° 25.66% 77.84%
HSB/HSV 35° 13.62% 83.53%
CMYK 0.00% 5.63% 13.62%
16.47%

Color #D5C9B8 in popluar number systems.

HEX D5 C9 B8
Decimal 213 201 184
Binary 11010101 11001001 10111000
Octal 325 311 270

Shades and tints

Shades of #D5C9B8

#D5C9B8
(213,201,184)
#C2B7A8
(194,183,168)
#AFA598
(175,165,152)
#9C9388
(156,147,136)
#898178
(137,129,120)
#766F68
(118,111,104)
#635D58
(99,93,88)
#504B48
(80,75,72)
#3D3938
(61,57,56)
#2A2728
(42,39,40)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5C9B8

#D5C9B8
(213,201,184)
#D8CDBE
(216,205,190)
#DBD1C4
(219,209,196)
#DED5CA
(222,213,202)
#E1D9D0
(225,217,208)
#E4DDD6
(228,221,214)
#E7E1DC
(231,225,220)
#EAE5E2
(234,229,226)
#EDE9E8
(237,233,232)
#F0EDEE
(240,237,238)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C9B8; }

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

This text font color is #D5C9B8.

Background Color

.myBgColor { background-color: #D5C9B8; }

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

This div background color is #D5C9B8.

Border color

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

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

This div border color is #D5C9B8.

Opacity

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

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

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

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

This text has shadow with #D5C9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C9B8.

Preview

Color preview on black background

This text has color #D5C9B8 on black background.


Color preview on white background

This text has color #D5C9B8 on white background.


Black color preview on #D5C9B8 background

This text has black color on #D5C9B8 background.


White color preview on #D5C9B8 background

This text has white color on #D5C9B8 background.


Related colors

Complementary color

Complementary color for #hex is #2A3647.


I love getcolorcode.com

Triadic colors

1 #B8D5C9 and #C9B8D5 with #D5C9B8 are triadic colors.

2 #B8C9D5 and #C9D5B8 with #D5C9B8 are triadic colors.