COLOR #8EB37D

HEX: #8EB37D RGB: (142,179,125)

Color info

#8EB37D contains red, green and blue colors in about the same proportion. Web safe color of #8EB37D is #999966 (or #996).

RGB color model

#8EB37D color RGB value is (142,179,125).

RGB: (142,179,125) (56%, 70%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 125 of 255 = 49%

142
179
125

R + G + B ~ 58%. #8EB37D is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%31.84
%40.13
%28.03

CMYK color model

#8EB37D color CMYK value is (21,0,30,30).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 29.80%

CMYK: (21,0,30,30)
C21M0Y30K30 (21%, 0%, 30%, 30%)
(0.21 / 0.00 / 0.30 / 0.30)

CMYK percentages

%20.67
%0
%30.17
%29.8

Codes

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 and tints

Shades of #8EB37D

#8EB37D
(142,179,125)
#82A372
(130,163,114)
#769367
(118,147,103)
#6A835C
(106,131,92)
#5E7351
(94,115,81)
#526346
(82,99,70)
#46533B
(70,83,59)
#3A4330
(58,67,48)
#2E3325
(46,51,37)
#22231A
(34,35,26)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #8EB37D

#8EB37D
(142,179,125)
#98B988
(152,185,136)
#A2BF93
(162,191,147)
#ACC59E
(172,197,158)
#B6CBA9
(182,203,169)
#C0D1B4
(192,209,180)
#CAD7BF
(202,215,191)
#D4DDCA
(212,221,202)
#DEE3D5
(222,227,213)
#E8E9E0
(232,233,224)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB37D color. Also use rgb(142,179,125) instead hex code.

Text Font Color

.myTextColor { color: #8EB37D; }

<p style="color:#8EB37D">This sample text font color is #8EB37D.</p>

This text font color is #8EB37D.

Background Color

.myBgColor { background-color: #8EB37D; }

<div style="background-color:#8EB37D">Inner text</div>

This div background color is #8EB37D.

Border color

.myBorderColor { border: 1px solid #8EB37D; }

<div style="border:3px solid #8EB37D">Div</div>

This div border color is #8EB37D.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #8EB37D.

Preview

Color preview on black background

This text has color #8EB37D on black background.


Color preview on white background

This text has color #8EB37D on white background.


Black color preview on #8EB37D background

This text has black color on #8EB37D background.


White color preview on #8EB37D background

This text has white color on #8EB37D background.


Related colors

Complementary color

Complementary color for #hex is #714C82.


I love getcolorcode.com

Triadic colors

1 #7D8EB3 and #B37D8E with #8EB37D are triadic colors.

2 #7DB38E and #B38E7D with #8EB37D are triadic colors.