COLOR #D9ADBD

HEX: #D9ADBD RGB: (217,173,189)

Color info

#D9ADBD contains red, green and blue colors in about the same proportion. Web safe color of #D9ADBD is #CC99CC (or #C9C).

RGB color model

#D9ADBD color RGB value is (217,173,189).

RGB: (217,173,189) (85%, 68%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 189 of 255 = 74%

217
173
189

R + G + B ~ 76%. #D9ADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 173 + 189 = 579 (100%)
R 217 of 579 ~ 37.48%
G 173 of 579 ~ 29.88%
B 189 of 579 ~ 32.64'%

%37.48
%29.88
%32.64

CMYK color model

#D9ADBD color CMYK value is (0,20,13,15).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK: (0,20,13,15) C0M20Y13K15 (0%,20%,13%,15%) (0.00/0.20/0.13/0.15) 

CMYK percentages

%0
%20.28
%12.9
%14.9

Codes

Color #D9ADBD in popluar color models

D9 AD BD
RGB 217 173 189
HSL 338° 36.67% 76.47%
HSB/HSV 338° 20.28% 85.10%
CMYK 0.00% 20.28% 12.90%
14.90%

Color #D9ADBD in popluar number systems.

HEX D9 AD BD
Decimal 217 173 189
Binary 11011001 10101101 10111101
Octal 331 255 275

Shades and tints

Shades of #D9ADBD

#D9ADBD
(217,173,189)
#C69EAC
(198,158,172)
#B38F9B
(179,143,155)
#A0808A
(160,128,138)
#8D7179
(141,113,121)
#7A6268
(122,98,104)
#675357
(103,83,87)
#544446
(84,68,70)
#413535
(65,53,53)
#2E2624
(46,38,36)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #D9ADBD

#D9ADBD
(217,173,189)
#DCB4C3
(220,180,195)
#DFBBC9
(223,187,201)
#E2C2CF
(226,194,207)
#E5C9D5
(229,201,213)
#E8D0DB
(232,208,219)
#EBD7E1
(235,215,225)
#EEDEE7
(238,222,231)
#F1E5ED
(241,229,237)
#F4ECF3
(244,236,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ADBD; }

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

This text font color is #D9ADBD.

Background Color

.myBgColor { background-color: #D9ADBD; }

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

This div background color is #D9ADBD.

Border color

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

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

This div border color is #D9ADBD.

Opacity

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

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

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

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

This text has shadow with #D9ADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ADBD.

Preview

Color preview on black background

This text has color #D9ADBD on black background.


Color preview on white background

This text has color #D9ADBD on white background.


Black color preview on #D9ADBD background

This text has black color on #D9ADBD background.


White color preview on #D9ADBD background

This text has white color on #D9ADBD background.


Related colors

Complementary color

Complementary color for #hex is #265242.


I love getcolorcode.com

Triadic colors

1 #BDD9AD and #ADBDD9 with #D9ADBD are triadic colors.

2 #BDADD9 and #ADD9BD with #D9ADBD are triadic colors.