HEX: #AECEF6
RGB: (174,206,246)
#AECEF6 contains mainly green and blue colors. Web safe color of #AECEF6 is #99CCFF (or #9CF).
#AECEF6 color RGB value is (174,206,246).
RGB: (174,206,246)
(68%, 81%, 96%)
R 174 of 255 = 68%
G 206 of 255 = 81%
B 246 of 255 = 96%
R + G + B ~ 82%. #AECEF6 is quite light color.
R + G + B = 174 + 206 + 246 = 626 (100%)
R 174 of 626 ~ 27.8%
G 206 of 626 ~ 32.91%
B 246 of 626 ~ 39.3'%
#AECEF6 color CMYK value is (29,16,0,4).
CMYK: (29,16,0,4)
C29M16Y0K4 (29%, 16%, 0%, 4%)
(0.29 / 0.16 / 0.00 / 0.04)
Color #AECEF6 in popluar color models
AE | CE | F6 | |
---|---|---|---|
RGB | 174 | 206 | 246 |
HSL | 213° | 80.00% | 82.35% |
HSB/HSV | 213° | 29.27% | 96.47% |
CMYK | 29.27% | 16.26% | 0.00% |
3.53% |
Color #AECEF6 in popluar number systems.
HEX | AE | CE | F6 |
Decimal | 174 | 206 | 246 |
Binary | 10101110 | 11001110 | 11110110 |
Octal | 256 | 316 | 366 |
Shades of #AECEF6
Tints of #AECEF6
Examples of css and html codes for elements with #AECEF6 color. Also use rgb(174,206,246) instead hex code.
.myTextColor { color: #AECEF6; }
<p style="color:#AECEF6">This sample text font color is #AECEF6.</p>
This text font color is #AECEF6.
.myBgColor { background-color: #AECEF6; }
<div style="background-color:#AECEF6">Inner text</div>
This div background color is #AECEF6.
.myBorderColor { border: 1px solid #AECEF6; }
<div style="border:3px solid #AECEF6">Div</div>
This div border color is #AECEF6.
.myOpacity80 { color: #AECEF6; opacity: 0.8; }
<p style="color:#AECEF6;opacity:0.8;">80%</p>
Text with #AECEF6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AECEF6;}
<p style="text-shadow: 3px 3px 1px #AECEF6">Text here.</p>
This text has shadow with #AECEF6 color.
.textShadow {text-shadow: 3px 3px 1px #AECEF6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AECEF6, 5px 5px 20px red">Text here.</p>
This text has shadow with #AECEF6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AECEF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AECEF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AECEF6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AECEF6;
-webkit-box-shadow: 1px 1px 3px 2px #AECEF6;
box-shadow: 1px 1px 3px 2px #AECEF6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AECEF6; -webkit-box-shadow: 1px 1px 3px 2px #AECEF6; box-shadow:1px 1px 3px 2px #AECEF6;">
Div content here
</div>
This text has color #AECEF6 on black background.
This text has color #AECEF6 on white background.
This text has black color on #AECEF6 background.
This text has white color on #AECEF6 background.
Complementary color for #hex is #513109.