COLOR #D9A9AD

HEX: #D9A9AD RGB: (217,169,173)

Color info

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

RGB color model

#D9A9AD color RGB value is (217,169,173).

RGB: (217,169,173) (85%, 66%, 68%)

RGB channels and saturation

R 217 of 255 = 85%
G 169 of 255 = 66%
B 173 of 255 = 68%

217
169
173

R + G + B ~ 73%. #D9A9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 169 + 173 = 559 (100%)
R 217 of 559 ~ 38.82%
G 169 of 559 ~ 30.23%
B 173 of 559 ~ 30.95'%

%38.82
%30.23
%30.95

CMYK color model

#D9A9AD color CMYK value is (0,22,20,15).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 20.28%
  • key color value is 14.90%

CMYK: (0,22,20,15)
C0M22Y20K15 (0%, 22%, 20%, 15%)
(0.00 / 0.22 / 0.20 / 0.15)

CMYK percentages

%0
%22.12
%20.28
%14.9

Codes

Color #D9A9AD in popluar color models

D9 A9 AD
RGB 217 169 173
HSL 355° 38.71% 75.69%
HSB/HSV 355° 22.12% 85.10%
CMYK 0.00% 22.12% 20.28%
14.90%

Color #D9A9AD in popluar number systems.

HEX D9 A9 AD
Decimal 217 169 173
Binary 11011001 10101001 10101101
Octal 331 251 255

Shades and tints

Shades of #D9A9AD

#D9A9AD
(217,169,173)
#C69A9E
(198,154,158)
#B38B8F
(179,139,143)
#A07C80
(160,124,128)
#8D6D71
(141,109,113)
#7A5E62
(122,94,98)
#674F53
(103,79,83)
#544044
(84,64,68)
#413135
(65,49,53)
#2E2226
(46,34,38)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #D9A9AD

#D9A9AD
(217,169,173)
#DCB0B4
(220,176,180)
#DFB7BB
(223,183,187)
#E2BEC2
(226,190,194)
#E5C5C9
(229,197,201)
#E8CCD0
(232,204,208)
#EBD3D7
(235,211,215)
#EEDADE
(238,218,222)
#F1E1E5
(241,225,229)
#F4E8EC
(244,232,236)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A9AD color. Also use rgb(217,169,173) instead hex code.

Text Font Color

.myTextColor { color: #D9A9AD; }

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

This text font color is #D9A9AD.

Background Color

.myBgColor { background-color: #D9A9AD; }

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

This div background color is #D9A9AD.

Border color

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

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

This div border color is #D9A9AD.

Opacity

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

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

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

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

This text has shadow with #D9A9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9A9AD.

Preview

Color preview on black background

This text has color #D9A9AD on black background.


Color preview on white background

This text has color #D9A9AD on white background.


Black color preview on #D9A9AD background

This text has black color on #D9A9AD background.


White color preview on #D9A9AD background

This text has white color on #D9A9AD background.


Related colors

Complementary color

Complementary color for #hex is #265652.


I love getcolorcode.com

Triadic colors

1 #ADD9A9 and #A9ADD9 with #D9A9AD are triadic colors.

2 #ADA9D9 and #A9D9AD with #D9A9AD are triadic colors.