COLOR #D7BD8B

HEX: #D7BD8B
RGB: (215,189,139)

Color info

#D7BD8B contains mainly red and green colors. Web safe color of #D7BD8B is #CCCC99 (or #CC9).

RGB color model

#D7BD8B color RGB value is (215,189,139).

  • red value is 215;
  • green value is 189;
  • blue value is 139.
RGB:
(215,189,139)
(84%,74%,55%)

RGB channels and saturation

R 215 of 255 = 84%
G 189 of 255 = 74%
B 139 of 255 = 55%

215
189
139

R + G + B ~ 71%. #D7BD8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 189 + 139 = 543 (100%)
R 215 of 543 ~ 39.59%
G 189 of 543 ~ 34.81%
B 139 of 543 ~ 25.6%

%39.59
%34.81
%25.6

CMYK color model

#D7BD8B color CMYK value is (0,12,35,16).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 35.35%
  • key color value is 15.69%
CMYK:
(0,12,35,16)
C0M12Y35K16 
(0%,12%,35%,16%)
(0.00/0.12/0.35/0.16)	

CMYK percentages

%0
%12.09
%35.35
%15.69

Codes

Color #D7BD8B in popluar color models

D7BD8B
RGB215189139
HSL39°48.72%69.41%
HSB/HSV39°35.35%84.31%
CMYK0.00%12.09%35.35%
15.69%

Color #D7BD8B in popluar number systems.

HEXD7BD8B
Decimal215189139
Binary110101111011110110001011
Octal327275213

Shades and tints

Shades of #D7BD8B

#D7BD8B
(215,189,139)
#C4AC7F
(196,172,127)
#B19B73
(177,155,115)
#9E8A67
(158,138,103)
#8B795B
(139,121,91)
#78684F
(120,104,79)
#655743
(101,87,67)
#524637
(82,70,55)
#3F352B
(63,53,43)
#2C241F
(44,36,31)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #D7BD8B

#D7BD8B
(215,189,139)
#DAC395
(218,195,149)
#DDC99F
(221,201,159)
#E0CFA9
(224,207,169)
#E3D5B3
(227,213,179)
#E6DBBD
(230,219,189)
#E9E1C7
(233,225,199)
#ECE7D1
(236,231,209)
#EFEDDB
(239,237,219)
#F2F3E5
(242,243,229)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BD8B color. Also use rgb(215,189,139) instead hex code.

Text Font Color

.myTextColor { color: #D7BD8B; }

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

This text font color is #D7BD8B.


Background Color

.myBgColor { background-color: #D7BD8B; }

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

This div background color is #D7BD8B.


Border color

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

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

This div border color is #D7BD8B.


Opacity

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

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

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

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

This text has shadow with #D7BD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BD8B on black background.


Color preview on white background

This text has color #D7BD8B on white background.



Black color preview on #D7BD8B background

This text has black color on #D7BD8B background.


White color preview on #D7BD8B background

This text has white color on #D7BD8B background.