HEX: #AABE96
RGB: (170,190,150)
#AABE96 contains red, green and blue colors in about the same proportion. Web safe color of #AABE96 is #99CC99 (or #9C9).
#AABE96 color RGB value is (170,190,150).
RGB: (170,190,150)
(67%, 75%, 59%)
R 170 of 255 = 67%
G 190 of 255 = 75%
B 150 of 255 = 59%
R + G + B ~ 67%. #AABE96 is quite light color.
R + G + B = 170 + 190 + 150 = 510 (100%)
R 170 of 510 ~ 33.33%
G 190 of 510 ~ 37.25%
B 150 of 510 ~ 29.41'%
#AABE96 color CMYK value is (11,0,21,25).
CMYK: (11,0,21,25) C11M0Y21K25 (11%,0%,21%,25%) (0.11/0.00/0.21/0.25)
Color #AABE96 in popluar color models
AA | BE | 96 | |
---|---|---|---|
RGB | 170 | 190 | 150 |
HSL | 90° | 23.53% | 66.67% |
HSB/HSV | 90° | 21.05% | 74.51% |
CMYK | 10.53% | 0.00% | 21.05% |
25.49% |
Color #AABE96 in popluar number systems.
HEX | AA | BE | 96 |
Decimal | 170 | 190 | 150 |
Binary | 10101010 | 10111110 | 10010110 |
Octal | 252 | 276 | 226 |
Shades of #AABE96
Tints of #AABE96
Examples of css and html codes for elements with #AABE96 color. Also use rgb(170,190,150) instead hex code.
.myTextColor { color: #AABE96; }
<p style="color:#AABE96">This sample text font color is #AABE96.</p>
This text font color is #AABE96.
.myBgColor { background-color: #AABE96; }
<div style="background-color:#AABE96">Inner text</div>
This div background color is #AABE96.
.myBorderColor { border: 1px solid #AABE96; }
<div style="border:3px solid #AABE96">Div</div>
This div border color is #AABE96.
.myOpacity80 { color: #AABE96; opacity: 0.8; }
<p style="color:#AABE96;opacity:0.8;">80%</p>
Text with #AABE96 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AABE96;}
<p style="text-shadow: 3px 3px 1px #AABE96">Text here.</p>
This text has shadow with #AABE96 color.
.textShadow {text-shadow: 3px 3px 1px #AABE96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AABE96, 5px 5px 20px red">Text here.</p>
This text has shadow with #AABE96 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AABE96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AABE96, Direction=45, Strength=4)">Text</p>
This text has shadow with #AABE96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AABE96;
-webkit-box-shadow: 1px 1px 3px 2px #AABE96;
box-shadow: 1px 1px 3px 2px #AABE96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AABE96; -webkit-box-shadow: 1px 1px 3px 2px #AABE96; box-shadow:1px 1px 3px 2px #AABE96;">
Div content here
</div>
This text has color #AABE96 on black background.
This text has color #AABE96 on white background.
This text has black color on #AABE96 background.
This text has white color on #AABE96 background.
Complementary color for #hex is #554169.