COLOR #D2AB8B

HEX: #D2AB8B
RGB: (210,171,139)

Color info

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

RGB color model

#D2AB8B color RGB value is (210,171,139).

  • red value is 210;
  • green value is 171;
  • blue value is 139.
RGB:
(210,171,139)
(82%,67%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 171 of 255 = 67%
B 139 of 255 = 55%

210
171
139

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

Portions of RGB colors in percentages

R + G + B =
210 + 171 + 139 = 520 (100%)
R 210 of 520 ~ 40.38%
G 171 of 520 ~ 32.88%
B 139 of 520 ~ 26.73%

%40.38
%32.88
%26.73

CMYK color model

#D2AB8B color CMYK value is (0,19,34,18).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 33.81%
  • key color value is 17.65%
CMYK:
(0,19,34,18)
C0M19Y34K18 
(0%,19%,34%,18%)
(0.00/0.19/0.34/0.18)	

CMYK percentages

%0
%18.57
%33.81
%17.65

Codes

Color #D2AB8B in popluar color models

D2AB8B
RGB210171139
HSL27°44.10%68.43%
HSB/HSV27°33.81%82.35%
CMYK0.00%18.57%33.81%
17.65%

Color #D2AB8B in popluar number systems.

HEXD2AB8B
Decimal210171139
Binary110100101010101110001011
Octal322253213

Shades and tints

Shades of #D2AB8B

#D2AB8B
(210,171,139)
#BF9C7F
(191,156,127)
#AC8D73
(172,141,115)
#997E67
(153,126,103)
#866F5B
(134,111,91)
#73604F
(115,96,79)
#605143
(96,81,67)
#4D4237
(77,66,55)
#3A332B
(58,51,43)
#27241F
(39,36,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #D2AB8B

#D2AB8B
(210,171,139)
#D6B295
(214,178,149)
#DAB99F
(218,185,159)
#DEC0A9
(222,192,169)
#E2C7B3
(226,199,179)
#E6CEBD
(230,206,189)
#EAD5C7
(234,213,199)
#EEDCD1
(238,220,209)
#F2E3DB
(242,227,219)
#F6EAE5
(246,234,229)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AB8B color. Also use rgb(210,171,139) instead hex code.

Text Font Color

.myTextColor { color: #D2AB8B; }

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

This text font color is #D2AB8B.


Background Color

.myBgColor { background-color: #D2AB8B; }

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

This div background color is #D2AB8B.


Border color

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

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

This div border color is #D2AB8B.


Opacity

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

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

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

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

This text has shadow with #D2AB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AB8B on black background.


Color preview on white background

This text has color #D2AB8B on white background.



Black color preview on #D2AB8B background

This text has black color on #D2AB8B background.


White color preview on #D2AB8B background

This text has white color on #D2AB8B background.