HEX: #AEEBC9
RGB: (174,235,201)
#AEEBC9 contains mainly green and blue colors. Web safe color of #AEEBC9 is #99FFCC (or #9FC).
#AEEBC9 color RGB value is (174,235,201).
RGB: (174,235,201)
(68%, 92%, 79%)
R 174 of 255 = 68%
G 235 of 255 = 92%
B 201 of 255 = 79%
R + G + B ~ 80%. #AEEBC9 is quite light color.
R + G + B = 174 + 235 + 201 = 610 (100%)
R 174 of 610 ~ 28.52%
G 235 of 610 ~ 38.52%
B 201 of 610 ~ 32.95'%
#AEEBC9 color CMYK value is (26,0,14,8).
CMYK: (26,0,14,8)
C26M0Y14K8 (26%, 0%, 14%, 8%)
(0.26 / 0.00 / 0.14 / 0.08)
Color #AEEBC9 in popluar color models
AE | EB | C9 | |
---|---|---|---|
RGB | 174 | 235 | 201 |
HSL | 147° | 60.40% | 80.20% |
HSB/HSV | 147° | 25.96% | 92.16% |
CMYK | 25.96% | 0.00% | 14.47% |
7.84% |
Color #AEEBC9 in popluar number systems.
HEX | AE | EB | C9 |
Decimal | 174 | 235 | 201 |
Binary | 10101110 | 11101011 | 11001001 |
Octal | 256 | 353 | 311 |
Shades of #AEEBC9
Tints of #AEEBC9
Examples of css and html codes for elements with #AEEBC9 color. Also use rgb(174,235,201) instead hex code.
.myTextColor { color: #AEEBC9; }
<p style="color:#AEEBC9">This sample text font color is #AEEBC9.</p>
This text font color is #AEEBC9.
.myBgColor { background-color: #AEEBC9; }
<div style="background-color:#AEEBC9">Inner text</div>
This div background color is #AEEBC9.
.myBorderColor { border: 1px solid #AEEBC9; }
<div style="border:3px solid #AEEBC9">Div</div>
This div border color is #AEEBC9.
.myOpacity80 { color: #AEEBC9; opacity: 0.8; }
<p style="color:#AEEBC9;opacity:0.8;">80%</p>
Text with #AEEBC9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEEBC9;}
<p style="text-shadow: 3px 3px 1px #AEEBC9">Text here.</p>
This text has shadow with #AEEBC9 color.
.textShadow {text-shadow: 3px 3px 1px #AEEBC9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEEBC9, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEEBC9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEEBC9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEEBC9, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEEBC9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEEBC9;
-webkit-box-shadow: 1px 1px 3px 2px #AEEBC9;
box-shadow: 1px 1px 3px 2px #AEEBC9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEEBC9; -webkit-box-shadow: 1px 1px 3px 2px #AEEBC9; box-shadow:1px 1px 3px 2px #AEEBC9;">
Div content here
</div>
This text has color #AEEBC9 on black background.
This text has color #AEEBC9 on white background.
This text has black color on #AEEBC9 background.
This text has white color on #AEEBC9 background.
Complementary color for #hex is #511436.