COLOR #D2BC9F

HEX: #D2BC9F
RGB: (210,188,159)

Color info

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

RGB color model

#D2BC9F color RGB value is (210,188,159).

  • red value is 210;
  • green value is 188;
  • blue value is 159.
RGB:
(210,188,159)
(82%,74%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 159 of 255 = 62%

210
188
159

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

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 159 = 557 (100%)
R 210 of 557 ~ 37.7%
G 188 of 557 ~ 33.75%
B 159 of 557 ~ 28.55%

%37.7
%33.75
%28.55

CMYK color model

#D2BC9F color CMYK value is (0,10,24,18).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 24.29%
  • key color value is 17.65%
CMYK:
(0,10,24,18)
C0M10Y24K18 
(0%,10%,24%,18%)
(0.00/0.10/0.24/0.18)	

CMYK percentages

%0
%10.48
%24.29
%17.65

Codes

Color #D2BC9F in popluar color models

D2BC9F
RGB210188159
HSL34°36.17%72.35%
HSB/HSV34°24.29%82.35%
CMYK0.00%10.48%24.29%
17.65%

Color #D2BC9F in popluar number systems.

HEXD2BC9F
Decimal210188159
Binary110100101011110010011111
Octal322274237

Shades and tints

Shades of #D2BC9F

#D2BC9F
(210,188,159)
#BFAB91
(191,171,145)
#AC9A83
(172,154,131)
#998975
(153,137,117)
#867867
(134,120,103)
#736759
(115,103,89)
#60564B
(96,86,75)
#4D453D
(77,69,61)
#3A342F
(58,52,47)
#272321
(39,35,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #D2BC9F

#D2BC9F
(210,188,159)
#D6C2A7
(214,194,167)
#DAC8AF
(218,200,175)
#DECEB7
(222,206,183)
#E2D4BF
(226,212,191)
#E6DAC7
(230,218,199)
#EAE0CF
(234,224,207)
#EEE6D7
(238,230,215)
#F2ECDF
(242,236,223)
#F6F2E7
(246,242,231)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BC9F color. Also use rgb(210,188,159) instead hex code.

Text Font Color

.myTextColor { color: #D2BC9F; }

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

This text font color is #D2BC9F.


Background Color

.myBgColor { background-color: #D2BC9F; }

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

This div background color is #D2BC9F.


Border color

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

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

This div border color is #D2BC9F.


Opacity

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

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

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

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

This text has shadow with #D2BC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BC9F on black background.


Color preview on white background

This text has color #D2BC9F on white background.



Black color preview on #D2BC9F background

This text has black color on #D2BC9F background.


White color preview on #D2BC9F background

This text has white color on #D2BC9F background.