HEX: #ABAEBB
RGB: (171,174,187)
#ABAEBB contains red, green and blue colors in about the same proportion. Web safe color of #ABAEBB is #9999CC (or #99C).
#ABAEBB color RGB value is (171,174,187).
RGB: (171,174,187)
(67%, 68%, 73%)
R 171 of 255 = 67%
G 174 of 255 = 68%
B 187 of 255 = 73%
R + G + B ~ 69%. #ABAEBB is quite light color.
R + G + B = 171 + 174 + 187 = 532 (100%)
R 171 of 532 ~ 32.14%
G 174 of 532 ~ 32.71%
B 187 of 532 ~ 35.15'%
#ABAEBB color CMYK value is (9,7,0,27).
CMYK: (9,7,0,27) C9M7Y0K27 (9%,7%,0%,27%) (0.09/0.07/0.00/0.27)
Color #ABAEBB in popluar color models
AB | AE | BB | |
---|---|---|---|
RGB | 171 | 174 | 187 |
HSL | 229° | 10.53% | 70.20% |
HSB/HSV | 229° | 8.56% | 73.33% |
CMYK | 8.56% | 6.95% | 0.00% |
26.67% |
Color #ABAEBB in popluar number systems.
HEX | AB | AE | BB |
Decimal | 171 | 174 | 187 |
Binary | 10101011 | 10101110 | 10111011 |
Octal | 253 | 256 | 273 |
Shades of #ABAEBB
Tints of #ABAEBB
Examples of css and html codes for elements with #ABAEBB color. Also use rgb(171,174,187) instead hex code.
.myTextColor { color: #ABAEBB; }
<p style="color:#ABAEBB">This sample text font color is #ABAEBB.</p>
This text font color is #ABAEBB.
.myBgColor { background-color: #ABAEBB; }
<div style="background-color:#ABAEBB">Inner text</div>
This div background color is #ABAEBB.
.myBorderColor { border: 1px solid #ABAEBB; }
<div style="border:3px solid #ABAEBB">Div</div>
This div border color is #ABAEBB.
.myOpacity80 { color: #ABAEBB; opacity: 0.8; }
<p style="color:#ABAEBB;opacity:0.8;">80%</p>
Text with #ABAEBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABAEBB;}
<p style="text-shadow: 3px 3px 1px #ABAEBB">Text here.</p>
This text has shadow with #ABAEBB color.
.textShadow {text-shadow: 3px 3px 1px #ABAEBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABAEBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABAEBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABAEBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABAEBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABAEBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABAEBB;
-webkit-box-shadow: 1px 1px 3px 2px #ABAEBB;
box-shadow: 1px 1px 3px 2px #ABAEBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABAEBB; -webkit-box-shadow: 1px 1px 3px 2px #ABAEBB; box-shadow:1px 1px 3px 2px #ABAEBB;">
Div content here
</div>
This text has color #ABAEBB on black background.
This text has color #ABAEBB on white background.
This text has black color on #ABAEBB background.
This text has white color on #ABAEBB background.
Complementary color for #hex is #545144.