COLOR #D2B9A6

HEX: #D2B9A6
RGB: (210,185,166)

Color info

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

RGB color model

#D2B9A6 color RGB value is (210,185,166).

  • red value is 210;
  • green value is 185;
  • blue value is 166.
RGB:
(210,185,166)
(82%,73%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 166 of 255 = 65%

210
185
166

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

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 166 = 561 (100%)
R 210 of 561 ~ 37.43%
G 185 of 561 ~ 32.98%
B 166 of 561 ~ 29.59%

%37.43
%32.98
%29.59

CMYK color model

#D2B9A6 color CMYK value is (0,12,21,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(0,12,21,18)
C0M12Y21K18 
(0%,12%,21%,18%)
(0.00/0.12/0.21/0.18)	

CMYK percentages

%0
%11.9
%20.95
%17.65

Codes

Color #D2B9A6 in popluar color models

D2B9A6
RGB210185166
HSL26°32.84%73.73%
HSB/HSV26°20.95%82.35%
CMYK0.00%11.90%20.95%
17.65%

Color #D2B9A6 in popluar number systems.

HEXD2B9A6
Decimal210185166
Binary110100101011100110100110
Octal322271246

Shades and tints

Shades of #D2B9A6

#D2B9A6
(210,185,166)
#BFA997
(191,169,151)
#AC9988
(172,153,136)
#998979
(153,137,121)
#86796A
(134,121,106)
#73695B
(115,105,91)
#60594C
(96,89,76)
#4D493D
(77,73,61)
#3A392E
(58,57,46)
#27291F
(39,41,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #D2B9A6

#D2B9A6
(210,185,166)
#D6BFAE
(214,191,174)
#DAC5B6
(218,197,182)
#DECBBE
(222,203,190)
#E2D1C6
(226,209,198)
#E6D7CE
(230,215,206)
#EADDD6
(234,221,214)
#EEE3DE
(238,227,222)
#F2E9E6
(242,233,230)
#F6EFEE
(246,239,238)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B9A6 color. Also use rgb(210,185,166) instead hex code.

Text Font Color

.myTextColor { color: #D2B9A6; }

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

This text font color is #D2B9A6.


Background Color

.myBgColor { background-color: #D2B9A6; }

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

This div background color is #D2B9A6.


Border color

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

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

This div border color is #D2B9A6.


Opacity

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

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

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

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

This text has shadow with #D2B9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B9A6 on black background.


Color preview on white background

This text has color #D2B9A6 on white background.



Black color preview on #D2B9A6 background

This text has black color on #D2B9A6 background.


White color preview on #D2B9A6 background

This text has white color on #D2B9A6 background.