HEX: #D9ADBD
RGB: (217,173,189)
#D9ADBD contains red, green and blue colors in about the same proportion. Web safe color of #D9ADBD is #CC99CC (or #C9C).
#D9ADBD color RGB value is (217,173,189).
RGB: (217,173,189)
(85%, 68%, 74%)
R 217 of 255 = 85%
G 173 of 255 = 68%
B 189 of 255 = 74%
R + G + B ~ 76%. #D9ADBD is quite light color.
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'%
#D9ADBD color CMYK value is (0,20,13,15).
CMYK: (0,20,13,15) C0M20Y13K15 (0%,20%,13%,15%) (0.00/0.20/0.13/0.15)
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 of #D9ADBD
Tints of #D9ADBD
Examples of css and html codes for elements with #D9ADBD color. Also use rgb(217,173,189) instead hex code.
.myTextColor { color: #D9ADBD; }
<p style="color:#D9ADBD">This sample text font color is #D9ADBD.</p>
This text font color is #D9ADBD.
.myBgColor { background-color: #D9ADBD; }
<div style="background-color:#D9ADBD">Inner text</div>
This div background color is #D9ADBD.
.myBorderColor { border: 1px solid #D9ADBD; }
<div style="border:3px solid #D9ADBD">Div</div>
This div border color is #D9ADBD.
.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%.
.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.
/* 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 text has color #D9ADBD on black background.
This text has color #D9ADBD on white background.
This text has black color on #D9ADBD background.
This text has white color on #D9ADBD background.
Complementary color for #hex is #265242.