COLOR #D7B9A7

HEX: #D7B9A7
RGB: (215,185,167)

Color info

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

RGB color model

#D7B9A7 color RGB value is (215,185,167).

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

RGB channels and saturation

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

215
185
167

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

Portions of RGB colors in percentages

R + G + B =
215 + 185 + 167 = 567 (100%)
R 215 of 567 ~ 37.92%
G 185 of 567 ~ 32.63%
B 167 of 567 ~ 29.45%

%37.92
%32.63
%29.45

CMYK color model

#D7B9A7 color CMYK value is (0,14,22,16).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 22.33%
  • key color value is 15.69%
CMYK:
(0,14,22,16)
C0M14Y22K16 
(0%,14%,22%,16%)
(0.00/0.14/0.22/0.16)	

CMYK percentages

%0
%13.95
%22.33
%15.69

Codes

Color #D7B9A7 in popluar color models

D7B9A7
RGB215185167
HSL23°37.50%74.90%
HSB/HSV23°22.33%84.31%
CMYK0.00%13.95%22.33%
15.69%

Color #D7B9A7 in popluar number systems.

HEXD7B9A7
Decimal215185167
Binary110101111011100110100111
Octal327271247

Shades and tints

Shades of #D7B9A7

#D7B9A7
(215,185,167)
#C4A998
(196,169,152)
#B19989
(177,153,137)
#9E897A
(158,137,122)
#8B796B
(139,121,107)
#78695C
(120,105,92)
#65594D
(101,89,77)
#52493E
(82,73,62)
#3F392F
(63,57,47)
#2C2920
(44,41,32)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #D7B9A7

#D7B9A7
(215,185,167)
#DABFAF
(218,191,175)
#DDC5B7
(221,197,183)
#E0CBBF
(224,203,191)
#E3D1C7
(227,209,199)
#E6D7CF
(230,215,207)
#E9DDD7
(233,221,215)
#ECE3DF
(236,227,223)
#EFE9E7
(239,233,231)
#F2EFEF
(242,239,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B9A7; }

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

This text font color is #D7B9A7.


Background Color

.myBgColor { background-color: #D7B9A7; }

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

This div background color is #D7B9A7.


Border color

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

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

This div border color is #D7B9A7.


Opacity

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

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

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

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

This text has shadow with #D7B9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B9A7 on black background.


Color preview on white background

This text has color #D7B9A7 on white background.



Black color preview on #D7B9A7 background

This text has black color on #D7B9A7 background.


White color preview on #D7B9A7 background

This text has white color on #D7B9A7 background.