HEX: #AD829F
RGB: (173,130,159)
#AD829F contains red, green and blue colors in about the same proportion. Web safe color of #AD829F is #999999 (or #999).
#AD829F color RGB value is (173,130,159).
RGB: (173,130,159)
(68%, 51%, 62%)
R 173 of 255 = 68%
G 130 of 255 = 51%
B 159 of 255 = 62%
R + G + B ~ 60%. #AD829F is middle color (not dark and not light).
R + G + B = 173 + 130 + 159 = 462 (100%)
R 173 of 462 ~ 37.45%
G 130 of 462 ~ 28.14%
B 159 of 462 ~ 34.42'%
#AD829F color CMYK value is (0,25,8,32).
CMYK: (0,25,8,32)
C0M25Y8K32 (0%, 25%, 8%, 32%)
(0.00 / 0.25 / 0.08 / 0.32)
Color #AD829F in popluar color models
AD | 82 | 9F | |
---|---|---|---|
RGB | 173 | 130 | 159 |
HSL | 320° | 20.77% | 59.41% |
HSB/HSV | 320° | 24.86% | 67.84% |
CMYK | 0.00% | 24.86% | 8.09% |
32.16% |
Color #AD829F in popluar number systems.
HEX | AD | 82 | 9F |
Decimal | 173 | 130 | 159 |
Binary | 10101101 | 10000010 | 10011111 |
Octal | 255 | 202 | 237 |
Shades of #AD829F
Tints of #AD829F
Examples of css and html codes for elements with #AD829F color. Also use rgb(173,130,159) instead hex code.
.myTextColor { color: #AD829F; }
<p style="color:#AD829F">This sample text font color is #AD829F.</p>
This text font color is #AD829F.
.myBgColor { background-color: #AD829F; }
<div style="background-color:#AD829F">Inner text</div>
This div background color is #AD829F.
.myBorderColor { border: 1px solid #AD829F; }
<div style="border:3px solid #AD829F">Div</div>
This div border color is #AD829F.
.myOpacity80 { color: #AD829F; opacity: 0.8; }
<p style="color:#AD829F;opacity:0.8;">80%</p>
Text with #AD829F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD829F;}
<p style="text-shadow: 3px 3px 1px #AD829F">Text here.</p>
This text has shadow with #AD829F color.
.textShadow {text-shadow: 3px 3px 1px #AD829F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD829F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD829F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD829F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD829F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD829F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD829F;
-webkit-box-shadow: 1px 1px 3px 2px #AD829F;
box-shadow: 1px 1px 3px 2px #AD829F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD829F; -webkit-box-shadow: 1px 1px 3px 2px #AD829F; box-shadow:1px 1px 3px 2px #AD829F;">
Div content here
</div>
This text has color #AD829F on black background.
This text has color #AD829F on white background.
This text has black color on #AD829F background.
This text has white color on #AD829F background.
Complementary color for #hex is #527D60.