COLOR #D9A2AB

HEX: #D9A2AB RGB: (217,162,171)

Color info

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

RGB color model

#D9A2AB color RGB value is (217,162,171).

RGB: (217,162,171) (85%, 64%, 67%)

RGB channels and saturation

R 217 of 255 = 85%
G 162 of 255 = 64%
B 171 of 255 = 67%

217
162
171

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

Portions of RGB colors in percentages

R + G + B = 217 + 162 + 171 = 550 (100%)
R 217 of 550 ~ 39.45%
G 162 of 550 ~ 29.45%
B 171 of 550 ~ 31.09'%

%39.45
%29.45
%31.09

CMYK color model

#D9A2AB color CMYK value is (0,25,21,15).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 21.20%
  • key color value is 14.90%

CMYK: (0,25,21,15)
C0M25Y21K15 (0%, 25%, 21%, 15%)
(0.00 / 0.25 / 0.21 / 0.15)

CMYK percentages

%0
%25.35
%21.2
%14.9

Codes

Color #D9A2AB in popluar color models

D9 A2 AB
RGB 217 162 171
HSL 350° 41.98% 74.31%
HSB/HSV 350° 25.35% 85.10%
CMYK 0.00% 25.35% 21.20%
14.90%

Color #D9A2AB in popluar number systems.

HEX D9 A2 AB
Decimal 217 162 171
Binary 11011001 10100010 10101011
Octal 331 242 253

Shades and tints

Shades of #D9A2AB

#D9A2AB
(217,162,171)
#C6949C
(198,148,156)
#B3868D
(179,134,141)
#A0787E
(160,120,126)
#8D6A6F
(141,106,111)
#7A5C60
(122,92,96)
#674E51
(103,78,81)
#544042
(84,64,66)
#413233
(65,50,51)
#2E2424
(46,36,36)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #D9A2AB

#D9A2AB
(217,162,171)
#DCAAB2
(220,170,178)
#DFB2B9
(223,178,185)
#E2BAC0
(226,186,192)
#E5C2C7
(229,194,199)
#E8CACE
(232,202,206)
#EBD2D5
(235,210,213)
#EEDADC
(238,218,220)
#F1E2E3
(241,226,227)
#F4EAEA
(244,234,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A2AB color. Also use rgb(217,162,171) instead hex code.

Text Font Color

.myTextColor { color: #D9A2AB; }

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

This text font color is #D9A2AB.

Background Color

.myBgColor { background-color: #D9A2AB; }

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

This div background color is #D9A2AB.

Border color

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

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

This div border color is #D9A2AB.

Opacity

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

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

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

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

This text has shadow with #D9A2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9A2AB.

Preview

Color preview on black background

This text has color #D9A2AB on black background.


Color preview on white background

This text has color #D9A2AB on white background.


Black color preview on #D9A2AB background

This text has black color on #D9A2AB background.


White color preview on #D9A2AB background

This text has white color on #D9A2AB background.


Related colors

Complementary color

Complementary color for #hex is #265D54.


I love getcolorcode.com

Triadic colors

1 #ABD9A2 and #A2ABD9 with #D9A2AB are triadic colors.

2 #ABA2D9 and #A2D9AB with #D9A2AB are triadic colors.