HEX: #8EBC8F
RGB: (142,188,143)
#8EBC8F contains red, green and blue colors in about the same proportion. Web safe color of #8EBC8F is #99CC99 (or #9C9).
#8EBC8F color RGB value is (142,188,143).
RGB: (142,188,143)
(56%, 74%, 56%)
R 142 of 255 = 56%
G 188 of 255 = 74%
B 143 of 255 = 56%
R + G + B ~ 62%. #8EBC8F is quite light color.
R + G + B = 142 + 188 + 143 = 473 (100%)
R 142 of 473 ~ 30.02%
G 188 of 473 ~ 39.75%
B 143 of 473 ~ 30.23'%
#8EBC8F color CMYK value is (24,0,24,26).
CMYK: (24,0,24,26)
C24M0Y24K26 (24%, 0%, 24%, 26%)
(0.24 / 0.00 / 0.24 / 0.26)
Color #8EBC8F in popluar color models
8E | BC | 8F | |
---|---|---|---|
RGB | 142 | 188 | 143 |
HSL | 121° | 25.56% | 64.71% |
HSB/HSV | 121° | 24.47% | 73.73% |
CMYK | 24.47% | 0.00% | 23.94% |
26.27% |
Color #8EBC8F in popluar number systems.
HEX | 8E | BC | 8F |
Decimal | 142 | 188 | 143 |
Binary | 10001110 | 10111100 | 10001111 |
Octal | 216 | 274 | 217 |
Shades of #8EBC8F
Tints of #8EBC8F
Examples of css and html codes for elements with #8EBC8F color. Also use rgb(142,188,143) instead hex code.
.myTextColor { color: #8EBC8F; }
<p style="color:#8EBC8F">This sample text font color is #8EBC8F.</p>
This text font color is #8EBC8F.
.myBgColor { background-color: #8EBC8F; }
<div style="background-color:#8EBC8F">Inner text</div>
This div background color is #8EBC8F.
.myBorderColor { border: 1px solid #8EBC8F; }
<div style="border:3px solid #8EBC8F">Div</div>
This div border color is #8EBC8F.
.myOpacity80 { color: #8EBC8F; opacity: 0.8; }
<p style="color:#8EBC8F;opacity:0.8;">80%</p>
Text with #8EBC8F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8EBC8F;}
<p style="text-shadow: 3px 3px 1px #8EBC8F">Text here.</p>
This text has shadow with #8EBC8F color.
.textShadow {text-shadow: 3px 3px 1px #8EBC8F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8EBC8F, 5px 5px 20px red">Text here.</p>
This text has shadow with #8EBC8F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EBC8F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8EBC8F, Direction=45, Strength=4)">Text</p>
This text has shadow with #8EBC8F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EBC8F;
-webkit-box-shadow: 1px 1px 3px 2px #8EBC8F;
box-shadow: 1px 1px 3px 2px #8EBC8F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EBC8F; -webkit-box-shadow: 1px 1px 3px 2px #8EBC8F; box-shadow:1px 1px 3px 2px #8EBC8F;">
Div content here
</div>
This text has color #8EBC8F on black background.
This text has color #8EBC8F on white background.
This text has black color on #8EBC8F background.
This text has white color on #8EBC8F background.
Complementary color for #hex is #714370.