HEX: #AEBBCE
RGB: (174,187,206)
#AEBBCE contains red, green and blue colors in about the same proportion. Web safe color of #AEBBCE is #99CCCC (or #9CC).
#AEBBCE color RGB value is (174,187,206).
RGB: (174,187,206)
(68%, 73%, 81%)
R 174 of 255 = 68%
G 187 of 255 = 73%
B 206 of 255 = 81%
R + G + B ~ 74%. #AEBBCE is quite light color.
R + G + B = 174 + 187 + 206 = 567 (100%)
R 174 of 567 ~ 30.69%
G 187 of 567 ~ 32.98%
B 206 of 567 ~ 36.33'%
#AEBBCE color CMYK value is (16,9,0,19).
CMYK: (16,9,0,19)
C16M9Y0K19 (16%, 9%, 0%, 19%)
(0.16 / 0.09 / 0.00 / 0.19)
Color #AEBBCE in popluar color models
AE | BB | CE | |
---|---|---|---|
RGB | 174 | 187 | 206 |
HSL | 216° | 24.62% | 74.51% |
HSB/HSV | 216° | 15.53% | 80.78% |
CMYK | 15.53% | 9.22% | 0.00% |
19.22% |
Color #AEBBCE in popluar number systems.
HEX | AE | BB | CE |
Decimal | 174 | 187 | 206 |
Binary | 10101110 | 10111011 | 11001110 |
Octal | 256 | 273 | 316 |
Shades of #AEBBCE
Tints of #AEBBCE
Examples of css and html codes for elements with #AEBBCE color. Also use rgb(174,187,206) instead hex code.
.myTextColor { color: #AEBBCE; }
<p style="color:#AEBBCE">This sample text font color is #AEBBCE.</p>
This text font color is #AEBBCE.
.myBgColor { background-color: #AEBBCE; }
<div style="background-color:#AEBBCE">Inner text</div>
This div background color is #AEBBCE.
.myBorderColor { border: 1px solid #AEBBCE; }
<div style="border:3px solid #AEBBCE">Div</div>
This div border color is #AEBBCE.
.myOpacity80 { color: #AEBBCE; opacity: 0.8; }
<p style="color:#AEBBCE;opacity:0.8;">80%</p>
Text with #AEBBCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEBBCE;}
<p style="text-shadow: 3px 3px 1px #AEBBCE">Text here.</p>
This text has shadow with #AEBBCE color.
.textShadow {text-shadow: 3px 3px 1px #AEBBCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEBBCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEBBCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBBCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEBBCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEBBCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEBBCE;
-webkit-box-shadow: 1px 1px 3px 2px #AEBBCE;
box-shadow: 1px 1px 3px 2px #AEBBCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEBBCE; -webkit-box-shadow: 1px 1px 3px 2px #AEBBCE; box-shadow:1px 1px 3px 2px #AEBBCE;">
Div content here
</div>
This text has color #AEBBCE on black background.
This text has color #AEBBCE on white background.
This text has black color on #AEBBCE background.
This text has white color on #AEBBCE background.
Complementary color for #hex is #514431.