HEX: #AD9FDB
RGB: (173,159,219)
#AD9FDB contains mainly red and blue colors. Web safe color of #AD9FDB is #9999CC (or #99C).
#AD9FDB color RGB value is (173,159,219).
RGB: (173,159,219)
(68%, 62%, 86%)
R 173 of 255 = 68%
G 159 of 255 = 62%
B 219 of 255 = 86%
R + G + B ~ 72%. #AD9FDB is quite light color.
R + G + B = 173 + 159 + 219 = 551 (100%)
R 173 of 551 ~ 31.4%
G 159 of 551 ~ 28.86%
B 219 of 551 ~ 39.75'%
#AD9FDB color CMYK value is (21,27,0,14).
CMYK: (21,27,0,14)
C21M27Y0K14 (21%, 27%, 0%, 14%)
(0.21 / 0.27 / 0.00 / 0.14)
Color #AD9FDB in popluar color models
AD | 9F | DB | |
---|---|---|---|
RGB | 173 | 159 | 219 |
HSL | 254° | 45.45% | 74.12% |
HSB/HSV | 254° | 27.40% | 85.88% |
CMYK | 21.00% | 27.40% | 0.00% |
14.12% |
Color #AD9FDB in popluar number systems.
HEX | AD | 9F | DB |
Decimal | 173 | 159 | 219 |
Binary | 10101101 | 10011111 | 11011011 |
Octal | 255 | 237 | 333 |
Shades of #AD9FDB
Tints of #AD9FDB
Examples of css and html codes for elements with #AD9FDB color. Also use rgb(173,159,219) instead hex code.
.myTextColor { color: #AD9FDB; }
<p style="color:#AD9FDB">This sample text font color is #AD9FDB.</p>
This text font color is #AD9FDB.
.myBgColor { background-color: #AD9FDB; }
<div style="background-color:#AD9FDB">Inner text</div>
This div background color is #AD9FDB.
.myBorderColor { border: 1px solid #AD9FDB; }
<div style="border:3px solid #AD9FDB">Div</div>
This div border color is #AD9FDB.
.myOpacity80 { color: #AD9FDB; opacity: 0.8; }
<p style="color:#AD9FDB;opacity:0.8;">80%</p>
Text with #AD9FDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9FDB;}
<p style="text-shadow: 3px 3px 1px #AD9FDB">Text here.</p>
This text has shadow with #AD9FDB color.
.textShadow {text-shadow: 3px 3px 1px #AD9FDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9FDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD9FDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9FDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9FDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9FDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9FDB;
-webkit-box-shadow: 1px 1px 3px 2px #AD9FDB;
box-shadow: 1px 1px 3px 2px #AD9FDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9FDB; -webkit-box-shadow: 1px 1px 3px 2px #AD9FDB; box-shadow:1px 1px 3px 2px #AD9FDB;">
Div content here
</div>
This text has color #AD9FDB on black background.
This text has color #AD9FDB on white background.
This text has black color on #AD9FDB background.
This text has white color on #AD9FDB background.
Complementary color for #hex is #526024.