COLOR #D2AB9F

HEX: #D2AB9F RGB: (210,171,159)

Color info

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

RGB color model

#D2AB9F color RGB value is (210,171,159).

RGB: (210,171,159) (82%, 67%, 62%)

RGB channels and saturation

R 210 of 255 = 82%
G 171 of 255 = 67%
B 159 of 255 = 62%

210
171
159

R + G + B ~ 70%. #D2AB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 171 + 159 = 540 (100%)
R 210 of 540 ~ 38.89%
G 171 of 540 ~ 31.67%
B 159 of 540 ~ 29.44'%

%38.89
%31.67
%29.44

CMYK color model

#D2AB9F color CMYK value is (0,19,24,18).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 24.29%
  • key color value is 17.65%

CMYK: (0,19,24,18)
C0M19Y24K18 (0%, 19%, 24%, 18%)
(0.00 / 0.19 / 0.24 / 0.18)

CMYK percentages

%0
%18.57
%24.29
%17.65

Codes

Color #D2AB9F in popluar color models

D2 AB 9F
RGB 210 171 159
HSL 14° 36.17% 72.35%
HSB/HSV 14° 24.29% 82.35%
CMYK 0.00% 18.57% 24.29%
17.65%

Color #D2AB9F in popluar number systems.

HEX D2 AB 9F
Decimal 210 171 159
Binary 11010010 10101011 10011111
Octal 322 253 237

Shades and tints

Shades of #D2AB9F

#D2AB9F
(210,171,159)
#BF9C91
(191,156,145)
#AC8D83
(172,141,131)
#997E75
(153,126,117)
#866F67
(134,111,103)
#736059
(115,96,89)
#60514B
(96,81,75)
#4D423D
(77,66,61)
#3A332F
(58,51,47)
#272421
(39,36,33)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #D2AB9F

#D2AB9F
(210,171,159)
#D6B2A7
(214,178,167)
#DAB9AF
(218,185,175)
#DEC0B7
(222,192,183)
#E2C7BF
(226,199,191)
#E6CEC7
(230,206,199)
#EAD5CF
(234,213,207)
#EEDCD7
(238,220,215)
#F2E3DF
(242,227,223)
#F6EAE7
(246,234,231)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AB9F; }

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

This text font color is #D2AB9F.

Background Color

.myBgColor { background-color: #D2AB9F; }

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

This div background color is #D2AB9F.

Border color

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

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

This div border color is #D2AB9F.

Opacity

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

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

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

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

This text has shadow with #D2AB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AB9F.

Preview

Color preview on black background

This text has color #D2AB9F on black background.


Color preview on white background

This text has color #D2AB9F on white background.


Black color preview on #D2AB9F background

This text has black color on #D2AB9F background.


White color preview on #D2AB9F background

This text has white color on #D2AB9F background.


Related colors

Complementary color

Complementary color for #hex is #2D5460.


I love getcolorcode.com

Triadic colors

1 #9FD2AB and #AB9FD2 with #D2AB9F are triadic colors.

2 #9FABD2 and #ABD29F with #D2AB9F are triadic colors.