HEX: #AD9EDA
RGB: (173,158,218)
#AD9EDA contains mainly red and blue colors. Web safe color of #AD9EDA is #9999CC (or #99C).
#AD9EDA color RGB value is (173,158,218).
RGB: (173,158,218)
(68%, 62%, 85%)
R 173 of 255 = 68%
G 158 of 255 = 62%
B 218 of 255 = 85%
R + G + B ~ 72%. #AD9EDA is quite light color.
R + G + B = 173 + 158 + 218 = 549 (100%)
R 173 of 549 ~ 31.51%
G 158 of 549 ~ 28.78%
B 218 of 549 ~ 39.71'%
#AD9EDA color CMYK value is (21,28,0,15).
CMYK: (21,28,0,15)
C21M28Y0K15 (21%, 28%, 0%, 15%)
(0.21 / 0.28 / 0.00 / 0.15)
Color #AD9EDA in popluar color models
AD | 9E | DA | |
---|---|---|---|
RGB | 173 | 158 | 218 |
HSL | 255° | 44.78% | 73.73% |
HSB/HSV | 255° | 27.52% | 85.49% |
CMYK | 20.64% | 27.52% | 0.00% |
14.51% |
Color #AD9EDA in popluar number systems.
HEX | AD | 9E | DA |
Decimal | 173 | 158 | 218 |
Binary | 10101101 | 10011110 | 11011010 |
Octal | 255 | 236 | 332 |
Shades of #AD9EDA
Tints of #AD9EDA
Examples of css and html codes for elements with #AD9EDA color. Also use rgb(173,158,218) instead hex code.
.myTextColor { color: #AD9EDA; }
<p style="color:#AD9EDA">This sample text font color is #AD9EDA.</p>
This text font color is #AD9EDA.
.myBgColor { background-color: #AD9EDA; }
<div style="background-color:#AD9EDA">Inner text</div>
This div background color is #AD9EDA.
.myBorderColor { border: 1px solid #AD9EDA; }
<div style="border:3px solid #AD9EDA">Div</div>
This div border color is #AD9EDA.
.myOpacity80 { color: #AD9EDA; opacity: 0.8; }
<p style="color:#AD9EDA;opacity:0.8;">80%</p>
Text with #AD9EDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9EDA;}
<p style="text-shadow: 3px 3px 1px #AD9EDA">Text here.</p>
This text has shadow with #AD9EDA color.
.textShadow {text-shadow: 3px 3px 1px #AD9EDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9EDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD9EDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9EDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9EDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9EDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9EDA;
-webkit-box-shadow: 1px 1px 3px 2px #AD9EDA;
box-shadow: 1px 1px 3px 2px #AD9EDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9EDA; -webkit-box-shadow: 1px 1px 3px 2px #AD9EDA; box-shadow:1px 1px 3px 2px #AD9EDA;">
Div content here
</div>
This text has color #AD9EDA on black background.
This text has color #AD9EDA on white background.
This text has black color on #AD9EDA background.
This text has white color on #AD9EDA background.
Complementary color for #hex is #526125.