COLOR #D9ADBB

HEX: #D9ADBB RGB: (217,173,187)

Color info

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

RGB color model

#D9ADBB color RGB value is (217,173,187).

RGB: (217,173,187) (85%, 68%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 187 of 255 = 73%

217
173
187

R + G + B ~ 75%. #D9ADBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 173 + 187 = 577 (100%)
R 217 of 577 ~ 37.61%
G 173 of 577 ~ 29.98%
B 187 of 577 ~ 32.41'%

%37.61
%29.98
%32.41

CMYK color model

#D9ADBB color CMYK value is (0,20,14,15).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 13.82%
  • key color value is 14.90%
CMYK: (0,20,14,15) C0M20Y14K15 (0%,20%,14%,15%) (0.00/0.20/0.14/0.15) 

CMYK percentages

%0
%20.28
%13.82
%14.9

Codes

Color #D9ADBB in popluar color models

D9 AD BB
RGB 217 173 187
HSL 341° 36.67% 76.47%
HSB/HSV 341° 20.28% 85.10%
CMYK 0.00% 20.28% 13.82%
14.90%

Color #D9ADBB in popluar number systems.

HEX D9 AD BB
Decimal 217 173 187
Binary 11011001 10101101 10111011
Octal 331 255 273

Shades and tints

Shades of #D9ADBB

#D9ADBB
(217,173,187)
#C69EAA
(198,158,170)
#B38F99
(179,143,153)
#A08088
(160,128,136)
#8D7177
(141,113,119)
#7A6266
(122,98,102)
#675355
(103,83,85)
#544444
(84,68,68)
#413533
(65,53,51)
#2E2622
(46,38,34)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #D9ADBB

#D9ADBB
(217,173,187)
#DCB4C1
(220,180,193)
#DFBBC7
(223,187,199)
#E2C2CD
(226,194,205)
#E5C9D3
(229,201,211)
#E8D0D9
(232,208,217)
#EBD7DF
(235,215,223)
#EEDEE5
(238,222,229)
#F1E5EB
(241,229,235)
#F4ECF1
(244,236,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ADBB; }

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

This text font color is #D9ADBB.

Background Color

.myBgColor { background-color: #D9ADBB; }

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

This div background color is #D9ADBB.

Border color

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

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

This div border color is #D9ADBB.

Opacity

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

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

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

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

This text has shadow with #D9ADBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ADBB.

Preview

Color preview on black background

This text has color #D9ADBB on black background.


Color preview on white background

This text has color #D9ADBB on white background.


Black color preview on #D9ADBB background

This text has black color on #D9ADBB background.


White color preview on #D9ADBB background

This text has white color on #D9ADBB background.


Related colors

Complementary color

Complementary color for #hex is #265244.


I love getcolorcode.com

Triadic colors

1 #BBD9AD and #ADBBD9 with #D9ADBB are triadic colors.

2 #BBADD9 and #ADD9BB with #D9ADBB are triadic colors.