HEX: #AEC996
RGB: (174,201,150)
#AEC996 contains red, green and blue colors in about the same proportion. Web safe color of #AEC996 is #99CC99 (or #9C9).
#AEC996 color RGB value is (174,201,150).
RGB: (174,201,150)
(68%, 79%, 59%)
R 174 of 255 = 68%
G 201 of 255 = 79%
B 150 of 255 = 59%
R + G + B ~ 69%. #AEC996 is quite light color.
R + G + B = 174 + 201 + 150 = 525 (100%)
R 174 of 525 ~ 33.14%
G 201 of 525 ~ 38.29%
B 150 of 525 ~ 28.57'%
#AEC996 color CMYK value is (13,0,25,21).
CMYK: (13,0,25,21)
C13M0Y25K21 (13%, 0%, 25%, 21%)
(0.13 / 0.00 / 0.25 / 0.21)
Color #AEC996 in popluar color models
AE | C9 | 96 | |
---|---|---|---|
RGB | 174 | 201 | 150 |
HSL | 92° | 32.08% | 68.82% |
HSB/HSV | 92° | 25.37% | 78.82% |
CMYK | 13.43% | 0.00% | 25.37% |
21.18% |
Color #AEC996 in popluar number systems.
HEX | AE | C9 | 96 |
Decimal | 174 | 201 | 150 |
Binary | 10101110 | 11001001 | 10010110 |
Octal | 256 | 311 | 226 |
Shades of #AEC996
Tints of #AEC996
Examples of css and html codes for elements with #AEC996 color. Also use rgb(174,201,150) instead hex code.
.myTextColor { color: #AEC996; }
<p style="color:#AEC996">This sample text font color is #AEC996.</p>
This text font color is #AEC996.
.myBgColor { background-color: #AEC996; }
<div style="background-color:#AEC996">Inner text</div>
This div background color is #AEC996.
.myBorderColor { border: 1px solid #AEC996; }
<div style="border:3px solid #AEC996">Div</div>
This div border color is #AEC996.
.myOpacity80 { color: #AEC996; opacity: 0.8; }
<p style="color:#AEC996;opacity:0.8;">80%</p>
Text with #AEC996 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEC996;}
<p style="text-shadow: 3px 3px 1px #AEC996">Text here.</p>
This text has shadow with #AEC996 color.
.textShadow {text-shadow: 3px 3px 1px #AEC996', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEC996, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEC996 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEC996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEC996, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEC996 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEC996;
-webkit-box-shadow: 1px 1px 3px 2px #AEC996;
box-shadow: 1px 1px 3px 2px #AEC996;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEC996; -webkit-box-shadow: 1px 1px 3px 2px #AEC996; box-shadow:1px 1px 3px 2px #AEC996;">
Div content here
</div>
This text has color #AEC996 on black background.
This text has color #AEC996 on white background.
This text has black color on #AEC996 background.
This text has white color on #AEC996 background.
Complementary color for #hex is #513669.