COLOR #D7BA9D

HEX: #D7BA9D
RGB: (215,186,157)

Color info

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

RGB color model

#D7BA9D color RGB value is (215,186,157).

  • red value is 215;
  • green value is 186;
  • blue value is 157.
RGB:
(215,186,157)
(84%,73%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 186 of 255 = 73%
B 157 of 255 = 62%

215
186
157

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

Portions of RGB colors in percentages

R + G + B =
215 + 186 + 157 = 558 (100%)
R 215 of 558 ~ 38.53%
G 186 of 558 ~ 33.33%
B 157 of 558 ~ 28.14%

%38.53
%33.33
%28.14

CMYK color model

#D7BA9D color CMYK value is (0,13,27,16).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 26.98%
  • key color value is 15.69%
CMYK:
(0,13,27,16)
C0M13Y27K16 
(0%,13%,27%,16%)
(0.00/0.13/0.27/0.16)	

CMYK percentages

%0
%13.49
%26.98
%15.69

Codes

Color #D7BA9D in popluar color models

D7BA9D
RGB215186157
HSL30°42.03%72.94%
HSB/HSV30°26.98%84.31%
CMYK0.00%13.49%26.98%
15.69%

Color #D7BA9D in popluar number systems.

HEXD7BA9D
Decimal215186157
Binary110101111011101010011101
Octal327272235

Shades and tints

Shades of #D7BA9D

#D7BA9D
(215,186,157)
#C4AA8F
(196,170,143)
#B19A81
(177,154,129)
#9E8A73
(158,138,115)
#8B7A65
(139,122,101)
#786A57
(120,106,87)
#655A49
(101,90,73)
#524A3B
(82,74,59)
#3F3A2D
(63,58,45)
#2C2A1F
(44,42,31)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #D7BA9D

#D7BA9D
(215,186,157)
#DAC0A5
(218,192,165)
#DDC6AD
(221,198,173)
#E0CCB5
(224,204,181)
#E3D2BD
(227,210,189)
#E6D8C5
(230,216,197)
#E9DECD
(233,222,205)
#ECE4D5
(236,228,213)
#EFEADD
(239,234,221)
#F2F0E5
(242,240,229)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BA9D color. Also use rgb(215,186,157) instead hex code.

Text Font Color

.myTextColor { color: #D7BA9D; }

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

This text font color is #D7BA9D.


Background Color

.myBgColor { background-color: #D7BA9D; }

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

This div background color is #D7BA9D.


Border color

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

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

This div border color is #D7BA9D.


Opacity

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

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

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

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

This text has shadow with #D7BA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BA9D on black background.


Color preview on white background

This text has color #D7BA9D on white background.



Black color preview on #D7BA9D background

This text has black color on #D7BA9D background.


White color preview on #D7BA9D background

This text has white color on #D7BA9D background.