HEX: #88AE66
RGB: (136,174,102)
#88AE66 contains mainly red and green colors. Web safe color of #88AE66 is #999966 (or #996).
#88AE66 color RGB value is (136,174,102).
RGB: (136,174,102)
(53%, 68%, 40%)
R 136 of 255 = 53%
G 174 of 255 = 68%
B 102 of 255 = 40%
R + G + B ~ 54%. #88AE66 is middle color (not dark and not light).
R + G + B = 136 + 174 + 102 = 412 (100%)
R 136 of 412 ~ 33.01%
G 174 of 412 ~ 42.23%
B 102 of 412 ~ 24.76'%
#88AE66 color CMYK value is (22,0,41,32).
CMYK: (22,0,41,32) C22M0Y41K32 (22%,0%,41%,32%) (0.22/0.00/0.41/0.32)
Color #88AE66 in popluar color models
88 | AE | 66 | |
---|---|---|---|
RGB | 136 | 174 | 102 |
HSL | 92° | 30.77% | 54.12% |
HSB/HSV | 92° | 41.38% | 68.24% |
CMYK | 21.84% | 0.00% | 41.38% |
31.76% |
Color #88AE66 in popluar number systems.
HEX | 88 | AE | 66 |
Decimal | 136 | 174 | 102 |
Binary | 10001000 | 10101110 | 1100110 |
Octal | 210 | 256 | 146 |
Shades of #88AE66
Tints of #88AE66
Examples of css and html codes for elements with #88AE66 color. Also use rgb(136,174,102) instead hex code.
.myTextColor { color: #88AE66; }
<p style="color:#88AE66">This sample text font color is #88AE66.</p>
This text font color is #88AE66.
.myBgColor { background-color: #88AE66; }
<div style="background-color:#88AE66">Inner text</div>
This div background color is #88AE66.
.myBorderColor { border: 1px solid #88AE66; }
<div style="border:3px solid #88AE66">Div</div>
This div border color is #88AE66.
.myOpacity80 { color: #88AE66; opacity: 0.8; }
<p style="color:#88AE66;opacity:0.8;">80%</p>
Text with #88AE66 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88AE66;}
<p style="text-shadow: 3px 3px 1px #88AE66">Text here.</p>
This text has shadow with #88AE66 color.
.textShadow {text-shadow: 3px 3px 1px #88AE66', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88AE66, 5px 5px 20px red">Text here.</p>
This text has shadow with #88AE66 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88AE66, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88AE66, Direction=45, Strength=4)">Text</p>
This text has shadow with #88AE66 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88AE66;
-webkit-box-shadow: 1px 1px 3px 2px #88AE66;
box-shadow: 1px 1px 3px 2px #88AE66;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88AE66; -webkit-box-shadow: 1px 1px 3px 2px #88AE66; box-shadow:1px 1px 3px 2px #88AE66;">
Div content here
</div>
This text has color #88AE66 on black background.
This text has color #88AE66 on white background.
This text has black color on #88AE66 background.
This text has white color on #88AE66 background.
Complementary color for #hex is #775199.