HEX: #8EB37D
RGB: (142,179,125)
#8EB37D contains red, green and blue colors in about the same proportion. Web safe color of #8EB37D is #999966 (or #996).
#8EB37D color RGB value is (142,179,125).
RGB: (142,179,125)
(56%, 70%, 49%)
R 142 of 255 = 56%
G 179 of 255 = 70%
B 125 of 255 = 49%
R + G + B ~ 58%. #8EB37D is middle color (not dark and not light).
R + G + B = 142 + 179 + 125 = 446 (100%)
R 142 of 446 ~ 31.84%
G 179 of 446 ~ 40.13%
B 125 of 446 ~ 28.03'%
#8EB37D color CMYK value is (21,0,30,30).
CMYK: (21,0,30,30)
C21M0Y30K30 (21%, 0%, 30%, 30%)
(0.21 / 0.00 / 0.30 / 0.30)
Color #8EB37D in popluar color models
8E | B3 | 7D | |
---|---|---|---|
RGB | 142 | 179 | 125 |
HSL | 101° | 26.21% | 59.61% |
HSB/HSV | 101° | 30.17% | 70.20% |
CMYK | 20.67% | 0.00% | 30.17% |
29.80% |
Color #8EB37D in popluar number systems.
HEX | 8E | B3 | 7D |
Decimal | 142 | 179 | 125 |
Binary | 10001110 | 10110011 | 1111101 |
Octal | 216 | 263 | 175 |
Shades of #8EB37D
Tints of #8EB37D
Examples of css and html codes for elements with #8EB37D color. Also use rgb(142,179,125) instead hex code.
.myTextColor { color: #8EB37D; }
<p style="color:#8EB37D">This sample text font color is #8EB37D.</p>
This text font color is #8EB37D.
.myBgColor { background-color: #8EB37D; }
<div style="background-color:#8EB37D">Inner text</div>
This div background color is #8EB37D.
.myBorderColor { border: 1px solid #8EB37D; }
<div style="border:3px solid #8EB37D">Div</div>
This div border color is #8EB37D.
.myOpacity80 { color: #8EB37D; opacity: 0.8; }
<p style="color:#8EB37D;opacity:0.8;">80%</p>
Text with #8EB37D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8EB37D;}
<p style="text-shadow: 3px 3px 1px #8EB37D">Text here.</p>
This text has shadow with #8EB37D color.
.textShadow {text-shadow: 3px 3px 1px #8EB37D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8EB37D, 5px 5px 20px red">Text here.</p>
This text has shadow with #8EB37D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EB37D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8EB37D, Direction=45, Strength=4)">Text</p>
This text has shadow with #8EB37D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EB37D;
-webkit-box-shadow: 1px 1px 3px 2px #8EB37D;
box-shadow: 1px 1px 3px 2px #8EB37D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EB37D; -webkit-box-shadow: 1px 1px 3px 2px #8EB37D; box-shadow:1px 1px 3px 2px #8EB37D;">
Div content here
</div>
This text has color #8EB37D on black background.
This text has color #8EB37D on white background.
This text has black color on #8EB37D background.
This text has white color on #8EB37D background.
Complementary color for #hex is #714C82.