HEX: #D9B0AD
RGB: (217,176,173)
#D9B0AD contains red, green and blue colors in about the same proportion. Web safe color of #D9B0AD is #CC9999 (or #C99).
#D9B0AD color RGB value is (217,176,173).
RGB: (217,176,173)
(85%, 69%, 68%)
R 217 of 255 = 85%
G 176 of 255 = 69%
B 173 of 255 = 68%
R + G + B ~ 74%. #D9B0AD is quite light color.
R + G + B = 217 + 176 + 173 = 566 (100%)
R 217 of 566 ~ 38.34%
G 176 of 566 ~ 31.1%
B 173 of 566 ~ 30.57'%
#D9B0AD color CMYK value is (0,19,20,15).
CMYK: (0,19,20,15)
C0M19Y20K15 (0%, 19%, 20%, 15%)
(0.00 / 0.19 / 0.20 / 0.15)
Color #D9B0AD in popluar color models
D9 | B0 | AD | |
---|---|---|---|
RGB | 217 | 176 | 173 |
HSL | 4° | 36.67% | 76.47% |
HSB/HSV | 4° | 20.28% | 85.10% |
CMYK | 0.00% | 18.89% | 20.28% |
14.90% |
Color #D9B0AD in popluar number systems.
HEX | D9 | B0 | AD |
Decimal | 217 | 176 | 173 |
Binary | 11011001 | 10110000 | 10101101 |
Octal | 331 | 260 | 255 |
Shades of #D9B0AD
Tints of #D9B0AD
Examples of css and html codes for elements with #D9B0AD color. Also use rgb(217,176,173) instead hex code.
.myTextColor { color: #D9B0AD; }
<p style="color:#D9B0AD">This sample text font color is #D9B0AD.</p>
This text font color is #D9B0AD.
.myBgColor { background-color: #D9B0AD; }
<div style="background-color:#D9B0AD">Inner text</div>
This div background color is #D9B0AD.
.myBorderColor { border: 1px solid #D9B0AD; }
<div style="border:3px solid #D9B0AD">Div</div>
This div border color is #D9B0AD.
.myOpacity80 { color: #D9B0AD; opacity: 0.8; }
<p style="color:#D9B0AD;opacity:0.8;">80%</p>
Text with #D9B0AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9B0AD;}
<p style="text-shadow: 3px 3px 1px #D9B0AD">Text here.</p>
This text has shadow with #D9B0AD color.
.textShadow {text-shadow: 3px 3px 1px #D9B0AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9B0AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9B0AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9B0AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9B0AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9B0AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9B0AD;
-webkit-box-shadow: 1px 1px 3px 2px #D9B0AD;
box-shadow: 1px 1px 3px 2px #D9B0AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9B0AD; -webkit-box-shadow: 1px 1px 3px 2px #D9B0AD; box-shadow:1px 1px 3px 2px #D9B0AD;">
Div content here
</div>
This text has color #D9B0AD on black background.
This text has color #D9B0AD on white background.
This text has black color on #D9B0AD background.
This text has white color on #D9B0AD background.
Complementary color for #hex is #264F52.