COLOR #D7BC9F

HEX: #D7BC9F
RGB: (215,188,159)

Color info

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

RGB color model

#D7BC9F color RGB value is (215,188,159).

  • red value is 215;
  • green value is 188;
  • blue value is 159.
RGB:
(215,188,159)
(84%,74%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 159 of 255 = 62%

215
188
159

R + G + B ~ 73%. #D7BC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 159 = 562 (100%)
R 215 of 562 ~ 38.26%
G 188 of 562 ~ 33.45%
B 159 of 562 ~ 28.29%

%38.26
%33.45
%28.29

CMYK color model

#D7BC9F color CMYK value is (0,13,26,16).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(0,13,26,16)
C0M13Y26K16 
(0%,13%,26%,16%)
(0.00/0.13/0.26/0.16)	

CMYK percentages

%0
%12.56
%26.05
%15.69

Codes

Color #D7BC9F in popluar color models

D7BC9F
RGB215188159
HSL31°41.18%73.33%
HSB/HSV31°26.05%84.31%
CMYK0.00%12.56%26.05%
15.69%

Color #D7BC9F in popluar number systems.

HEXD7BC9F
Decimal215188159
Binary110101111011110010011111
Octal327274237

Shades and tints

Shades of #D7BC9F

#D7BC9F
(215,188,159)
#C4AB91
(196,171,145)
#B19A83
(177,154,131)
#9E8975
(158,137,117)
#8B7867
(139,120,103)
#786759
(120,103,89)
#65564B
(101,86,75)
#52453D
(82,69,61)
#3F342F
(63,52,47)
#2C2321
(44,35,33)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D7BC9F

#D7BC9F
(215,188,159)
#DAC2A7
(218,194,167)
#DDC8AF
(221,200,175)
#E0CEB7
(224,206,183)
#E3D4BF
(227,212,191)
#E6DAC7
(230,218,199)
#E9E0CF
(233,224,207)
#ECE6D7
(236,230,215)
#EFECDF
(239,236,223)
#F2F2E7
(242,242,231)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BC9F color. Also use rgb(215,188,159) instead hex code.

Text Font Color

.myTextColor { color: #D7BC9F; }

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

This text font color is #D7BC9F.


Background Color

.myBgColor { background-color: #D7BC9F; }

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

This div background color is #D7BC9F.


Border color

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

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

This div border color is #D7BC9F.


Opacity

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

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

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

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

This text has shadow with #D7BC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BC9F on black background.


Color preview on white background

This text has color #D7BC9F on white background.



Black color preview on #D7BC9F background

This text has black color on #D7BC9F background.


White color preview on #D7BC9F background

This text has white color on #D7BC9F background.