COLOR #D2B0A6

HEX: #D2B0A6
RGB: (210,176,166)

Color info

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

RGB color model

#D2B0A6 color RGB value is (210,176,166).

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

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 166 of 255 = 65%

210
176
166

R + G + B ~ 72%. #D2B0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 176 + 166 = 552 (100%)
R 210 of 552 ~ 38.04%
G 176 of 552 ~ 31.88%
B 166 of 552 ~ 30.07%

%38.04
%31.88
%30.07

CMYK color model

#D2B0A6 color CMYK value is (0,16,21,18).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(0,16,21,18)
C0M16Y21K18 
(0%,16%,21%,18%)
(0.00/0.16/0.21/0.18)	

CMYK percentages

%0
%16.19
%20.95
%17.65

Codes

Color #D2B0A6 in popluar color models

D2B0A6
RGB210176166
HSL14°32.84%73.73%
HSB/HSV14°20.95%82.35%
CMYK0.00%16.19%20.95%
17.65%

Color #D2B0A6 in popluar number systems.

HEXD2B0A6
Decimal210176166
Binary110100101011000010100110
Octal322260246

Shades and tints

Shades of #D2B0A6

#D2B0A6
(210,176,166)
#BFA097
(191,160,151)
#AC9088
(172,144,136)
#998079
(153,128,121)
#86706A
(134,112,106)
#73605B
(115,96,91)
#60504C
(96,80,76)
#4D403D
(77,64,61)
#3A302E
(58,48,46)
#27201F
(39,32,31)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #D2B0A6

#D2B0A6
(210,176,166)
#D6B7AE
(214,183,174)
#DABEB6
(218,190,182)
#DEC5BE
(222,197,190)
#E2CCC6
(226,204,198)
#E6D3CE
(230,211,206)
#EADAD6
(234,218,214)
#EEE1DE
(238,225,222)
#F2E8E6
(242,232,230)
#F6EFEE
(246,239,238)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B0A6; }

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

This text font color is #D2B0A6.


Background Color

.myBgColor { background-color: #D2B0A6; }

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

This div background color is #D2B0A6.


Border color

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

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

This div border color is #D2B0A6.


Opacity

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

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

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

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

This text has shadow with #D2B0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B0A6 on black background.


Color preview on white background

This text has color #D2B0A6 on white background.



Black color preview on #D2B0A6 background

This text has black color on #D2B0A6 background.


White color preview on #D2B0A6 background

This text has white color on #D2B0A6 background.