HEX: #ABA5CE
RGB: (171,165,206)
#ABA5CE contains red, green and blue colors in about the same proportion. Web safe color of #ABA5CE is #9999CC (or #99C).
#ABA5CE color RGB value is (171,165,206).
RGB: (171,165,206)
(67%, 65%, 81%)
R 171 of 255 = 67%
G 165 of 255 = 65%
B 206 of 255 = 81%
R + G + B ~ 71%. #ABA5CE is quite light color.
R + G + B = 171 + 165 + 206 = 542 (100%)
R 171 of 542 ~ 31.55%
G 165 of 542 ~ 30.44%
B 206 of 542 ~ 38.01'%
#ABA5CE color CMYK value is (17,20,0,19).
CMYK: (17,20,0,19)
C17M20Y0K19 (17%, 20%, 0%, 19%)
(0.17 / 0.20 / 0.00 / 0.19)
Color #ABA5CE in popluar color models
AB | A5 | CE | |
---|---|---|---|
RGB | 171 | 165 | 206 |
HSL | 249° | 29.50% | 72.75% |
HSB/HSV | 249° | 19.90% | 80.78% |
CMYK | 16.99% | 19.90% | 0.00% |
19.22% |
Color #ABA5CE in popluar number systems.
HEX | AB | A5 | CE |
Decimal | 171 | 165 | 206 |
Binary | 10101011 | 10100101 | 11001110 |
Octal | 253 | 245 | 316 |
Shades of #ABA5CE
Tints of #ABA5CE
Examples of css and html codes for elements with #ABA5CE color. Also use rgb(171,165,206) instead hex code.
.myTextColor { color: #ABA5CE; }
<p style="color:#ABA5CE">This sample text font color is #ABA5CE.</p>
This text font color is #ABA5CE.
.myBgColor { background-color: #ABA5CE; }
<div style="background-color:#ABA5CE">Inner text</div>
This div background color is #ABA5CE.
.myBorderColor { border: 1px solid #ABA5CE; }
<div style="border:3px solid #ABA5CE">Div</div>
This div border color is #ABA5CE.
.myOpacity80 { color: #ABA5CE; opacity: 0.8; }
<p style="color:#ABA5CE;opacity:0.8;">80%</p>
Text with #ABA5CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABA5CE;}
<p style="text-shadow: 3px 3px 1px #ABA5CE">Text here.</p>
This text has shadow with #ABA5CE color.
.textShadow {text-shadow: 3px 3px 1px #ABA5CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABA5CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABA5CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABA5CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABA5CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABA5CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABA5CE;
-webkit-box-shadow: 1px 1px 3px 2px #ABA5CE;
box-shadow: 1px 1px 3px 2px #ABA5CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABA5CE; -webkit-box-shadow: 1px 1px 3px 2px #ABA5CE; box-shadow:1px 1px 3px 2px #ABA5CE;">
Div content here
</div>
This text has color #ABA5CE on black background.
This text has color #ABA5CE on white background.
This text has black color on #ABA5CE background.
This text has white color on #ABA5CE background.
Complementary color for #hex is #545A31.