COLOR #D9AAB2

HEX: #D9AAB2
RGB: (217,170,178)

Color info

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

RGB color model

#D9AAB2 color RGB value is (217,170,178).

  • red value is 217;
  • green value is 170;
  • blue value is 178.
RGB:
(217,170,178)
(85%,67%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 170 of 255 = 67%
B 178 of 255 = 70%

217
170
178

R + G + B ~ 74%. #D9AAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 170 + 178 = 565 (100%)
R 217 of 565 ~ 38.41%
G 170 of 565 ~ 30.09%
B 178 of 565 ~ 31.5%

%38.41
%30.09
%31.5

CMYK color model

#D9AAB2 color CMYK value is (0,22,18,15).

  • cyan value is 0.00%
  • magenta value is 21.66%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK:
(0,22,18,15)
C0M22Y18K15 
(0%,22%,18%,15%)
(0.00/0.22/0.18/0.15)	

CMYK percentages

%0
%21.66
%17.97
%14.9

Codes

Color #D9AAB2 in popluar color models

D9AAB2
RGB217170178
HSL350°38.21%75.88%
HSB/HSV350°21.66%85.10%
CMYK0.00%21.66%17.97%
14.90%

Color #D9AAB2 in popluar number systems.

HEXD9AAB2
Decimal217170178
Binary110110011010101010110010
Octal331252262

Shades and tints

Shades of #D9AAB2

#D9AAB2
(217,170,178)
#C69BA2
(198,155,162)
#B38C92
(179,140,146)
#A07D82
(160,125,130)
#8D6E72
(141,110,114)
#7A5F62
(122,95,98)
#675052
(103,80,82)
#544142
(84,65,66)
#413232
(65,50,50)
#2E2322
(46,35,34)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #D9AAB2

#D9AAB2
(217,170,178)
#DCB1B9
(220,177,185)
#DFB8C0
(223,184,192)
#E2BFC7
(226,191,199)
#E5C6CE
(229,198,206)
#E8CDD5
(232,205,213)
#EBD4DC
(235,212,220)
#EEDBE3
(238,219,227)
#F1E2EA
(241,226,234)
#F4E9F1
(244,233,241)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AAB2 color. Also use rgb(217,170,178) instead hex code.

Text Font Color

.myTextColor { color: #D9AAB2; }

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

This text font color is #D9AAB2.


Background Color

.myBgColor { background-color: #D9AAB2; }

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

This div background color is #D9AAB2.


Border color

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

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

This div border color is #D9AAB2.


Opacity

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

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

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

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

This text has shadow with #D9AAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AAB2 on black background.


Color preview on white background

This text has color #D9AAB2 on white background.



Black color preview on #D9AAB2 background

This text has black color on #D9AAB2 background.


White color preview on #D9AAB2 background

This text has white color on #D9AAB2 background.