HEX: #D59FAB
RGB: (213,159,171)
#D59FAB contains red, green and blue colors in about the same proportion. Web safe color of #D59FAB is #CC9999 (or #C99).
#D59FAB color RGB value is (213,159,171).
RGB: (213,159,171)
(84%, 62%, 67%)
R 213 of 255 = 84%
G 159 of 255 = 62%
B 171 of 255 = 67%
R + G + B ~ 71%. #D59FAB is quite light color.
R + G + B = 213 + 159 + 171 = 543 (100%)
R 213 of 543 ~ 39.23%
G 159 of 543 ~ 29.28%
B 171 of 543 ~ 31.49'%
#D59FAB color CMYK value is (0,25,20,16).
CMYK: (0,25,20,16)
C0M25Y20K16 (0%, 25%, 20%, 16%)
(0.00 / 0.25 / 0.20 / 0.16)
Color #D59FAB in popluar color models
D5 | 9F | AB | |
---|---|---|---|
RGB | 213 | 159 | 171 |
HSL | 347° | 39.13% | 72.94% |
HSB/HSV | 347° | 25.35% | 83.53% |
CMYK | 0.00% | 25.35% | 19.72% |
16.47% |
Color #D59FAB in popluar number systems.
HEX | D5 | 9F | AB |
Decimal | 213 | 159 | 171 |
Binary | 11010101 | 10011111 | 10101011 |
Octal | 325 | 237 | 253 |
Shades of #D59FAB
Tints of #D59FAB
Examples of css and html codes for elements with #D59FAB color. Also use rgb(213,159,171) instead hex code.
.myTextColor { color: #D59FAB; }
<p style="color:#D59FAB">This sample text font color is #D59FAB.</p>
This text font color is #D59FAB.
.myBgColor { background-color: #D59FAB; }
<div style="background-color:#D59FAB">Inner text</div>
This div background color is #D59FAB.
.myBorderColor { border: 1px solid #D59FAB; }
<div style="border:3px solid #D59FAB">Div</div>
This div border color is #D59FAB.
.myOpacity80 { color: #D59FAB; opacity: 0.8; }
<p style="color:#D59FAB;opacity:0.8;">80%</p>
Text with #D59FAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D59FAB;}
<p style="text-shadow: 3px 3px 1px #D59FAB">Text here.</p>
This text has shadow with #D59FAB color.
.textShadow {text-shadow: 3px 3px 1px #D59FAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D59FAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D59FAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D59FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D59FAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D59FAB;
-webkit-box-shadow: 1px 1px 3px 2px #D59FAB;
box-shadow: 1px 1px 3px 2px #D59FAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D59FAB; -webkit-box-shadow: 1px 1px 3px 2px #D59FAB; box-shadow:1px 1px 3px 2px #D59FAB;">
Div content here
</div>
This text has color #D59FAB on black background.
This text has color #D59FAB on white background.
This text has black color on #D59FAB background.
This text has white color on #D59FAB background.
Complementary color for #hex is #2A6054.