HEX: #88B47E
RGB: (136,180,126)
#88B47E contains red, green and blue colors in about the same proportion. Web safe color of #88B47E is #99CC66 (or #9C6).
#88B47E color RGB value is (136,180,126).
RGB: (136,180,126)
(53%, 71%, 49%)
R 136 of 255 = 53%
G 180 of 255 = 71%
B 126 of 255 = 49%
R + G + B ~ 58%. #88B47E is middle color (not dark and not light).
R + G + B = 136 + 180 + 126 = 442 (100%)
R 136 of 442 ~ 30.77%
G 180 of 442 ~ 40.72%
B 126 of 442 ~ 28.51'%
#88B47E color CMYK value is (24,0,30,29).
CMYK: (24,0,30,29)
C24M0Y30K29 (24%, 0%, 30%, 29%)
(0.24 / 0.00 / 0.30 / 0.29)
Color #88B47E in popluar color models
88 | B4 | 7E | |
---|---|---|---|
RGB | 136 | 180 | 126 |
HSL | 109° | 26.47% | 60.00% |
HSB/HSV | 109° | 30.00% | 70.59% |
CMYK | 24.44% | 0.00% | 30.00% |
29.41% |
Color #88B47E in popluar number systems.
HEX | 88 | B4 | 7E |
Decimal | 136 | 180 | 126 |
Binary | 10001000 | 10110100 | 1111110 |
Octal | 210 | 264 | 176 |
Shades of #88B47E
Tints of #88B47E
Examples of css and html codes for elements with #88B47E color. Also use rgb(136,180,126) instead hex code.
.myTextColor { color: #88B47E; }
<p style="color:#88B47E">This sample text font color is #88B47E.</p>
This text font color is #88B47E.
.myBgColor { background-color: #88B47E; }
<div style="background-color:#88B47E">Inner text</div>
This div background color is #88B47E.
.myBorderColor { border: 1px solid #88B47E; }
<div style="border:3px solid #88B47E">Div</div>
This div border color is #88B47E.
.myOpacity80 { color: #88B47E; opacity: 0.8; }
<p style="color:#88B47E;opacity:0.8;">80%</p>
Text with #88B47E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88B47E;}
<p style="text-shadow: 3px 3px 1px #88B47E">Text here.</p>
This text has shadow with #88B47E color.
.textShadow {text-shadow: 3px 3px 1px #88B47E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88B47E, 5px 5px 20px red">Text here.</p>
This text has shadow with #88B47E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88B47E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88B47E, Direction=45, Strength=4)">Text</p>
This text has shadow with #88B47E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88B47E;
-webkit-box-shadow: 1px 1px 3px 2px #88B47E;
box-shadow: 1px 1px 3px 2px #88B47E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88B47E; -webkit-box-shadow: 1px 1px 3px 2px #88B47E; box-shadow:1px 1px 3px 2px #88B47E;">
Div content here
</div>
This text has color #88B47E on black background.
This text has color #88B47E on white background.
This text has black color on #88B47E background.
This text has white color on #88B47E background.
Complementary color for #hex is #774B81.