HEX: #ABA0DB
RGB: (171,160,219)
#ABA0DB contains red, green and blue colors in about the same proportion. Web safe color of #ABA0DB is #9999CC (or #99C).
#ABA0DB color RGB value is (171,160,219).
RGB: (171,160,219)
(67%, 63%, 86%)
R 171 of 255 = 67%
G 160 of 255 = 63%
B 219 of 255 = 86%
R + G + B ~ 72%. #ABA0DB is quite light color.
R + G + B = 171 + 160 + 219 = 550 (100%)
R 171 of 550 ~ 31.09%
G 160 of 550 ~ 29.09%
B 219 of 550 ~ 39.82'%
#ABA0DB color CMYK value is (22,27,0,14).
CMYK: (22,27,0,14)
C22M27Y0K14 (22%, 27%, 0%, 14%)
(0.22 / 0.27 / 0.00 / 0.14)
Color #ABA0DB in popluar color models
AB | A0 | DB | |
---|---|---|---|
RGB | 171 | 160 | 219 |
HSL | 251° | 45.04% | 74.31% |
HSB/HSV | 251° | 26.94% | 85.88% |
CMYK | 21.92% | 26.94% | 0.00% |
14.12% |
Color #ABA0DB in popluar number systems.
HEX | AB | A0 | DB |
Decimal | 171 | 160 | 219 |
Binary | 10101011 | 10100000 | 11011011 |
Octal | 253 | 240 | 333 |
Shades of #ABA0DB
Tints of #ABA0DB
Examples of css and html codes for elements with #ABA0DB color. Also use rgb(171,160,219) instead hex code.
.myTextColor { color: #ABA0DB; }
<p style="color:#ABA0DB">This sample text font color is #ABA0DB.</p>
This text font color is #ABA0DB.
.myBgColor { background-color: #ABA0DB; }
<div style="background-color:#ABA0DB">Inner text</div>
This div background color is #ABA0DB.
.myBorderColor { border: 1px solid #ABA0DB; }
<div style="border:3px solid #ABA0DB">Div</div>
This div border color is #ABA0DB.
.myOpacity80 { color: #ABA0DB; opacity: 0.8; }
<p style="color:#ABA0DB;opacity:0.8;">80%</p>
Text with #ABA0DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABA0DB;}
<p style="text-shadow: 3px 3px 1px #ABA0DB">Text here.</p>
This text has shadow with #ABA0DB color.
.textShadow {text-shadow: 3px 3px 1px #ABA0DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABA0DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABA0DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABA0DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABA0DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABA0DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABA0DB;
-webkit-box-shadow: 1px 1px 3px 2px #ABA0DB;
box-shadow: 1px 1px 3px 2px #ABA0DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABA0DB; -webkit-box-shadow: 1px 1px 3px 2px #ABA0DB; box-shadow:1px 1px 3px 2px #ABA0DB;">
Div content here
</div>
This text has color #ABA0DB on black background.
This text has color #ABA0DB on white background.
This text has black color on #ABA0DB background.
This text has white color on #ABA0DB background.
Complementary color for #hex is #545F24.