HEX: #AD8196
RGB: (173,129,150)
#AD8196 contains red, green and blue colors in about the same proportion. Web safe color of #AD8196 is #999999 (or #999).
#AD8196 color RGB value is (173,129,150).
RGB: (173,129,150)
(68%, 51%, 59%)
R 173 of 255 = 68%
G 129 of 255 = 51%
B 150 of 255 = 59%
R + G + B ~ 59%. #AD8196 is middle color (not dark and not light).
R + G + B = 173 + 129 + 150 = 452 (100%)
R 173 of 452 ~ 38.27%
G 129 of 452 ~ 28.54%
B 150 of 452 ~ 33.19'%
#AD8196 color CMYK value is (0,25,13,32).
CMYK: (0,25,13,32)
C0M25Y13K32 (0%, 25%, 13%, 32%)
(0.00 / 0.25 / 0.13 / 0.32)
Color #AD8196 in popluar color models
AD | 81 | 96 | |
---|---|---|---|
RGB | 173 | 129 | 150 |
HSL | 331° | 21.15% | 59.22% |
HSB/HSV | 331° | 25.43% | 67.84% |
CMYK | 0.00% | 25.43% | 13.29% |
32.16% |
Color #AD8196 in popluar number systems.
HEX | AD | 81 | 96 |
Decimal | 173 | 129 | 150 |
Binary | 10101101 | 10000001 | 10010110 |
Octal | 255 | 201 | 226 |
Shades of #AD8196
Tints of #AD8196
Examples of css and html codes for elements with #AD8196 color. Also use rgb(173,129,150) instead hex code.
.myTextColor { color: #AD8196; }
<p style="color:#AD8196">This sample text font color is #AD8196.</p>
This text font color is #AD8196.
.myBgColor { background-color: #AD8196; }
<div style="background-color:#AD8196">Inner text</div>
This div background color is #AD8196.
.myBorderColor { border: 1px solid #AD8196; }
<div style="border:3px solid #AD8196">Div</div>
This div border color is #AD8196.
.myOpacity80 { color: #AD8196; opacity: 0.8; }
<p style="color:#AD8196;opacity:0.8;">80%</p>
Text with #AD8196 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8196;}
<p style="text-shadow: 3px 3px 1px #AD8196">Text here.</p>
This text has shadow with #AD8196 color.
.textShadow {text-shadow: 3px 3px 1px #AD8196', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8196, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD8196 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8196, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8196, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8196 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD8196;
-webkit-box-shadow: 1px 1px 3px 2px #AD8196;
box-shadow: 1px 1px 3px 2px #AD8196;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD8196; -webkit-box-shadow: 1px 1px 3px 2px #AD8196; box-shadow:1px 1px 3px 2px #AD8196;">
Div content here
</div>
This text has color #AD8196 on black background.
This text has color #AD8196 on white background.
This text has black color on #AD8196 background.
This text has white color on #AD8196 background.
Complementary color for #hex is #527E69.