COLOR #D7BFA0

HEX: #D7BFA0
RGB: (215,191,160)

Color info

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

RGB color model

#D7BFA0 color RGB value is (215,191,160).

  • red value is 215;
  • green value is 191;
  • blue value is 160.
RGB:
(215,191,160)
(84%,75%,63%)

RGB channels and saturation

R 215 of 255 = 84%
G 191 of 255 = 75%
B 160 of 255 = 63%

215
191
160

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

Portions of RGB colors in percentages

R + G + B =
215 + 191 + 160 = 566 (100%)
R 215 of 566 ~ 37.99%
G 191 of 566 ~ 33.75%
B 160 of 566 ~ 28.27%

%37.99
%33.75
%28.27

CMYK color model

#D7BFA0 color CMYK value is (0,11,26,16).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 25.58%
  • key color value is 15.69%
CMYK:
(0,11,26,16)
C0M11Y26K16 
(0%,11%,26%,16%)
(0.00/0.11/0.26/0.16)	

CMYK percentages

%0
%11.16
%25.58
%15.69

Codes

Color #D7BFA0 in popluar color models

D7BFA0
RGB215191160
HSL34°40.74%73.53%
HSB/HSV34°25.58%84.31%
CMYK0.00%11.16%25.58%
15.69%

Color #D7BFA0 in popluar number systems.

HEXD7BFA0
Decimal215191160
Binary110101111011111110100000
Octal327277240

Shades and tints

Shades of #D7BFA0

#D7BFA0
(215,191,160)
#C4AE92
(196,174,146)
#B19D84
(177,157,132)
#9E8C76
(158,140,118)
#8B7B68
(139,123,104)
#786A5A
(120,106,90)
#65594C
(101,89,76)
#52483E
(82,72,62)
#3F3730
(63,55,48)
#2C2622
(44,38,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #D7BFA0

#D7BFA0
(215,191,160)
#DAC4A8
(218,196,168)
#DDC9B0
(221,201,176)
#E0CEB8
(224,206,184)
#E3D3C0
(227,211,192)
#E6D8C8
(230,216,200)
#E9DDD0
(233,221,208)
#ECE2D8
(236,226,216)
#EFE7E0
(239,231,224)
#F2ECE8
(242,236,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BFA0 color. Also use rgb(215,191,160) instead hex code.

Text Font Color

.myTextColor { color: #D7BFA0; }

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

This text font color is #D7BFA0.


Background Color

.myBgColor { background-color: #D7BFA0; }

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

This div background color is #D7BFA0.


Border color

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

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

This div border color is #D7BFA0.


Opacity

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

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

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

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

This text has shadow with #D7BFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BFA0 on black background.


Color preview on white background

This text has color #D7BFA0 on white background.



Black color preview on #D7BFA0 background

This text has black color on #D7BFA0 background.


White color preview on #D7BFA0 background

This text has white color on #D7BFA0 background.