HEX: #AEABBE
RGB: (174,171,190)
#AEABBE contains red, green and blue colors in about the same proportion. Web safe color of #AEABBE is #9999CC (or #99C).
#AEABBE color RGB value is (174,171,190).
RGB: (174,171,190)
(68%, 67%, 75%)
R 174 of 255 = 68%
G 171 of 255 = 67%
B 190 of 255 = 75%
R + G + B ~ 70%. #AEABBE is quite light color.
R + G + B = 174 + 171 + 190 = 535 (100%)
R 174 of 535 ~ 32.52%
G 171 of 535 ~ 31.96%
B 190 of 535 ~ 35.51'%
#AEABBE color CMYK value is (8,10,0,25).
CMYK: (8,10,0,25)
C8M10Y0K25 (8%, 10%, 0%, 25%)
(0.08 / 0.10 / 0.00 / 0.25)
Color #AEABBE in popluar color models
AE | AB | BE | |
---|---|---|---|
RGB | 174 | 171 | 190 |
HSL | 249° | 12.75% | 70.78% |
HSB/HSV | 249° | 10.00% | 74.51% |
CMYK | 8.42% | 10.00% | 0.00% |
25.49% |
Color #AEABBE in popluar number systems.
HEX | AE | AB | BE |
Decimal | 174 | 171 | 190 |
Binary | 10101110 | 10101011 | 10111110 |
Octal | 256 | 253 | 276 |
Shades of #AEABBE
Tints of #AEABBE
Examples of css and html codes for elements with #AEABBE color. Also use rgb(174,171,190) instead hex code.
.myTextColor { color: #AEABBE; }
<p style="color:#AEABBE">This sample text font color is #AEABBE.</p>
This text font color is #AEABBE.
.myBgColor { background-color: #AEABBE; }
<div style="background-color:#AEABBE">Inner text</div>
This div background color is #AEABBE.
.myBorderColor { border: 1px solid #AEABBE; }
<div style="border:3px solid #AEABBE">Div</div>
This div border color is #AEABBE.
.myOpacity80 { color: #AEABBE; opacity: 0.8; }
<p style="color:#AEABBE;opacity:0.8;">80%</p>
Text with #AEABBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEABBE;}
<p style="text-shadow: 3px 3px 1px #AEABBE">Text here.</p>
This text has shadow with #AEABBE color.
.textShadow {text-shadow: 3px 3px 1px #AEABBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEABBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEABBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEABBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEABBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEABBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEABBE;
-webkit-box-shadow: 1px 1px 3px 2px #AEABBE;
box-shadow: 1px 1px 3px 2px #AEABBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEABBE; -webkit-box-shadow: 1px 1px 3px 2px #AEABBE; box-shadow:1px 1px 3px 2px #AEABBE;">
Div content here
</div>
This text has color #AEABBE on black background.
This text has color #AEABBE on white background.
This text has black color on #AEABBE background.
This text has white color on #AEABBE background.
Complementary color for #hex is #515441.