HEX: #AD9ED8
RGB: (173,158,216)
#AD9ED8 contains red, green and blue colors in about the same proportion. Web safe color of #AD9ED8 is #9999CC (or #99C).
#AD9ED8 color RGB value is (173,158,216).
RGB: (173,158,216)
(68%, 62%, 85%)
R 173 of 255 = 68%
G 158 of 255 = 62%
B 216 of 255 = 85%
R + G + B ~ 72%. #AD9ED8 is quite light color.
R + G + B = 173 + 158 + 216 = 547 (100%)
R 173 of 547 ~ 31.63%
G 158 of 547 ~ 28.88%
B 216 of 547 ~ 39.49'%
#AD9ED8 color CMYK value is (20,27,0,15).
CMYK: (20,27,0,15) C20M27Y0K15 (20%,27%,0%,15%) (0.20/0.27/0.00/0.15)
Color #AD9ED8 in popluar color models
AD | 9E | D8 | |
---|---|---|---|
RGB | 173 | 158 | 216 |
HSL | 256° | 42.65% | 73.33% |
HSB/HSV | 256° | 26.85% | 84.71% |
CMYK | 19.91% | 26.85% | 0.00% |
15.29% |
Color #AD9ED8 in popluar number systems.
HEX | AD | 9E | D8 |
Decimal | 173 | 158 | 216 |
Binary | 10101101 | 10011110 | 11011000 |
Octal | 255 | 236 | 330 |
Shades of #AD9ED8
Tints of #AD9ED8
Examples of css and html codes for elements with #AD9ED8 color. Also use rgb(173,158,216) instead hex code.
.myTextColor { color: #AD9ED8; }
<p style="color:#AD9ED8">This sample text font color is #AD9ED8.</p>
This text font color is #AD9ED8.
.myBgColor { background-color: #AD9ED8; }
<div style="background-color:#AD9ED8">Inner text</div>
This div background color is #AD9ED8.
.myBorderColor { border: 1px solid #AD9ED8; }
<div style="border:3px solid #AD9ED8">Div</div>
This div border color is #AD9ED8.
.myOpacity80 { color: #AD9ED8; opacity: 0.8; }
<p style="color:#AD9ED8;opacity:0.8;">80%</p>
Text with #AD9ED8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9ED8;}
<p style="text-shadow: 3px 3px 1px #AD9ED8">Text here.</p>
This text has shadow with #AD9ED8 color.
.textShadow {text-shadow: 3px 3px 1px #AD9ED8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9ED8, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD9ED8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9ED8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9ED8, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9ED8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9ED8;
-webkit-box-shadow: 1px 1px 3px 2px #AD9ED8;
box-shadow: 1px 1px 3px 2px #AD9ED8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9ED8; -webkit-box-shadow: 1px 1px 3px 2px #AD9ED8; box-shadow:1px 1px 3px 2px #AD9ED8;">
Div content here
</div>
This text has color #AD9ED8 on black background.
This text has color #AD9ED8 on white background.
This text has black color on #AD9ED8 background.
This text has white color on #AD9ED8 background.
Complementary color for #hex is #526127.