HEX: #AEBEE7
RGB: (174,190,231)
#AEBEE7 contains red, green and blue colors in about the same proportion. Web safe color of #AEBEE7 is #99CCFF (or #9CF).
#AEBEE7 color RGB value is (174,190,231).
RGB: (174,190,231)
(68%, 75%, 91%)
R 174 of 255 = 68%
G 190 of 255 = 75%
B 231 of 255 = 91%
R + G + B ~ 78%. #AEBEE7 is quite light color.
R + G + B = 174 + 190 + 231 = 595 (100%)
R 174 of 595 ~ 29.24%
G 190 of 595 ~ 31.93%
B 231 of 595 ~ 38.82'%
#AEBEE7 color CMYK value is (25,18,0,9).
CMYK: (25,18,0,9)
C25M18Y0K9 (25%, 18%, 0%, 9%)
(0.25 / 0.18 / 0.00 / 0.09)
Color #AEBEE7 in popluar color models
AE | BE | E7 | |
---|---|---|---|
RGB | 174 | 190 | 231 |
HSL | 223° | 54.29% | 79.41% |
HSB/HSV | 223° | 24.68% | 90.59% |
CMYK | 24.68% | 17.75% | 0.00% |
9.41% |
Color #AEBEE7 in popluar number systems.
HEX | AE | BE | E7 |
Decimal | 174 | 190 | 231 |
Binary | 10101110 | 10111110 | 11100111 |
Octal | 256 | 276 | 347 |
Shades of #AEBEE7
Tints of #AEBEE7
Examples of css and html codes for elements with #AEBEE7 color. Also use rgb(174,190,231) instead hex code.
.myTextColor { color: #AEBEE7; }
<p style="color:#AEBEE7">This sample text font color is #AEBEE7.</p>
This text font color is #AEBEE7.
.myBgColor { background-color: #AEBEE7; }
<div style="background-color:#AEBEE7">Inner text</div>
This div background color is #AEBEE7.
.myBorderColor { border: 1px solid #AEBEE7; }
<div style="border:3px solid #AEBEE7">Div</div>
This div border color is #AEBEE7.
.myOpacity80 { color: #AEBEE7; opacity: 0.8; }
<p style="color:#AEBEE7;opacity:0.8;">80%</p>
Text with #AEBEE7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEBEE7;}
<p style="text-shadow: 3px 3px 1px #AEBEE7">Text here.</p>
This text has shadow with #AEBEE7 color.
.textShadow {text-shadow: 3px 3px 1px #AEBEE7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEBEE7, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEBEE7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBEE7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEBEE7, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEBEE7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEBEE7;
-webkit-box-shadow: 1px 1px 3px 2px #AEBEE7;
box-shadow: 1px 1px 3px 2px #AEBEE7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEBEE7; -webkit-box-shadow: 1px 1px 3px 2px #AEBEE7; box-shadow:1px 1px 3px 2px #AEBEE7;">
Div content here
</div>
This text has color #AEBEE7 on black background.
This text has color #AEBEE7 on white background.
This text has black color on #AEBEE7 background.
This text has white color on #AEBEE7 background.
Complementary color for #hex is #514118.