COLOR #D2B09B

HEX: #D2B09B
RGB: (210,176,155)

Color info

#D2B09B contains red, green and blue colors in about the same proportion. Web safe color of #D2B09B is #CC9999 (or #C99).

RGB color model

#D2B09B color RGB value is (210,176,155).

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

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 155 of 255 = 61%

210
176
155

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

Portions of RGB colors in percentages

R + G + B =
210 + 176 + 155 = 541 (100%)
R 210 of 541 ~ 38.82%
G 176 of 541 ~ 32.53%
B 155 of 541 ~ 28.65%

%38.82
%32.53
%28.65

CMYK color model

#D2B09B color CMYK value is (0,16,26,18).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 26.19%
  • key color value is 17.65%
CMYK:
(0,16,26,18)
C0M16Y26K18 
(0%,16%,26%,18%)
(0.00/0.16/0.26/0.18)	

CMYK percentages

%0
%16.19
%26.19
%17.65

Codes

Color #D2B09B in popluar color models

D2B09B
RGB210176155
HSL23°37.93%71.57%
HSB/HSV23°26.19%82.35%
CMYK0.00%16.19%26.19%
17.65%

Color #D2B09B in popluar number systems.

HEXD2B09B
Decimal210176155
Binary110100101011000010011011
Octal322260233

Shades and tints

Shades of #D2B09B

#D2B09B
(210,176,155)
#BFA08D
(191,160,141)
#AC907F
(172,144,127)
#998071
(153,128,113)
#867063
(134,112,99)
#736055
(115,96,85)
#605047
(96,80,71)
#4D4039
(77,64,57)
#3A302B
(58,48,43)
#27201D
(39,32,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #D2B09B

#D2B09B
(210,176,155)
#D6B7A4
(214,183,164)
#DABEAD
(218,190,173)
#DEC5B6
(222,197,182)
#E2CCBF
(226,204,191)
#E6D3C8
(230,211,200)
#EADAD1
(234,218,209)
#EEE1DA
(238,225,218)
#F2E8E3
(242,232,227)
#F6EFEC
(246,239,236)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B09B; }

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

This text font color is #D2B09B.


Background Color

.myBgColor { background-color: #D2B09B; }

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

This div background color is #D2B09B.


Border color

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

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

This div border color is #D2B09B.


Opacity

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

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

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

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

This text has shadow with #D2B09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B09B on black background.


Color preview on white background

This text has color #D2B09B on white background.



Black color preview on #D2B09B background

This text has black color on #D2B09B background.


White color preview on #D2B09B background

This text has white color on #D2B09B background.