COLOR #D2B087

HEX: #D2B087
RGB: (210,176,135)

Color info

#D2B087 contains mainly red and green colors. Web safe color of #D2B087 is #CC9999 (or #C99).

RGB color model

#D2B087 color RGB value is (210,176,135).

  • red value is 210;
  • green value is 176;
  • blue value is 135.
RGB:
(210,176,135)
(82%,69%,53%)

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 135 of 255 = 53%

210
176
135

R + G + B ~ 68%. #D2B087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 176 + 135 = 521 (100%)
R 210 of 521 ~ 40.31%
G 176 of 521 ~ 33.78%
B 135 of 521 ~ 25.91%

%40.31
%33.78
%25.91

CMYK color model

#D2B087 color CMYK value is (0,16,36,18).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 35.71%
  • key color value is 17.65%
CMYK:
(0,16,36,18)
C0M16Y36K18 
(0%,16%,36%,18%)
(0.00/0.16/0.36/0.18)	

CMYK percentages

%0
%16.19
%35.71
%17.65

Codes

Color #D2B087 in popluar color models

D2B087
RGB210176135
HSL33°45.45%67.65%
HSB/HSV33°35.71%82.35%
CMYK0.00%16.19%35.71%
17.65%

Color #D2B087 in popluar number systems.

HEXD2B087
Decimal210176135
Binary110100101011000010000111
Octal322260207

Shades and tints

Shades of #D2B087

#D2B087
(210,176,135)
#BFA07B
(191,160,123)
#AC906F
(172,144,111)
#998063
(153,128,99)
#867057
(134,112,87)
#73604B
(115,96,75)
#60503F
(96,80,63)
#4D4033
(77,64,51)
#3A3027
(58,48,39)
#27201B
(39,32,27)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #D2B087

#D2B087
(210,176,135)
#D6B791
(214,183,145)
#DABE9B
(218,190,155)
#DEC5A5
(222,197,165)
#E2CCAF
(226,204,175)
#E6D3B9
(230,211,185)
#EADAC3
(234,218,195)
#EEE1CD
(238,225,205)
#F2E8D7
(242,232,215)
#F6EFE1
(246,239,225)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B087 color. Also use rgb(210,176,135) instead hex code.

Text Font Color

.myTextColor { color: #D2B087; }

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

This text font color is #D2B087.


Background Color

.myBgColor { background-color: #D2B087; }

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

This div background color is #D2B087.


Border color

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

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

This div border color is #D2B087.


Opacity

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

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

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

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

This text has shadow with #D2B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B087 on black background.


Color preview on white background

This text has color #D2B087 on white background.



Black color preview on #D2B087 background

This text has black color on #D2B087 background.


White color preview on #D2B087 background

This text has white color on #D2B087 background.