COLOR #D5B9A7

HEX: #D5B9A7
RGB: (213,185,167)

Color info

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

RGB color model

#D5B9A7 color RGB value is (213,185,167).

  • red value is 213;
  • green value is 185;
  • blue value is 167.
RGB:
(213,185,167)
(84%,73%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 185 of 255 = 73%
B 167 of 255 = 65%

213
185
167

R + G + B ~ 74%. #D5B9A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 185 + 167 = 565 (100%)
R 213 of 565 ~ 37.7%
G 185 of 565 ~ 32.74%
B 167 of 565 ~ 29.56%

%37.7
%32.74
%29.56

CMYK color model

#D5B9A7 color CMYK value is (0,13,22,16).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 21.60%
  • key color value is 16.47%
CMYK:
(0,13,22,16)
C0M13Y22K16 
(0%,13%,22%,16%)
(0.00/0.13/0.22/0.16)	

CMYK percentages

%0
%13.15
%21.6
%16.47

Codes

Color #D5B9A7 in popluar color models

D5B9A7
RGB213185167
HSL23°35.38%74.51%
HSB/HSV23°21.60%83.53%
CMYK0.00%13.15%21.60%
16.47%

Color #D5B9A7 in popluar number systems.

HEXD5B9A7
Decimal213185167
Binary110101011011100110100111
Octal325271247

Shades and tints

Shades of #D5B9A7

#D5B9A7
(213,185,167)
#C2A998
(194,169,152)
#AF9989
(175,153,137)
#9C897A
(156,137,122)
#89796B
(137,121,107)
#76695C
(118,105,92)
#63594D
(99,89,77)
#50493E
(80,73,62)
#3D392F
(61,57,47)
#2A2920
(42,41,32)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #D5B9A7

#D5B9A7
(213,185,167)
#D8BFAF
(216,191,175)
#DBC5B7
(219,197,183)
#DECBBF
(222,203,191)
#E1D1C7
(225,209,199)
#E4D7CF
(228,215,207)
#E7DDD7
(231,221,215)
#EAE3DF
(234,227,223)
#EDE9E7
(237,233,231)
#F0EFEF
(240,239,239)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B9A7 color. Also use rgb(213,185,167) instead hex code.

Text Font Color

.myTextColor { color: #D5B9A7; }

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

This text font color is #D5B9A7.


Background Color

.myBgColor { background-color: #D5B9A7; }

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

This div background color is #D5B9A7.


Border color

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

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

This div border color is #D5B9A7.


Opacity

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

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

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

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

This text has shadow with #D5B9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B9A7 on black background.


Color preview on white background

This text has color #D5B9A7 on white background.



Black color preview on #D5B9A7 background

This text has black color on #D5B9A7 background.


White color preview on #D5B9A7 background

This text has white color on #D5B9A7 background.