COLOR #8EB382

HEX: #8EB382 RGB: (142,179,130)

Color info

#8EB382 contains red, green and blue colors in about the same proportion. Web safe color of #8EB382 is #999999 (or #999).

RGB color model

#8EB382 color RGB value is (142,179,130).

RGB: (142,179,130) (56%, 70%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 130 of 255 = 51%

142
179
130

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

Portions of RGB colors in percentages

R + G + B = 142 + 179 + 130 = 451 (100%)
R 142 of 451 ~ 31.49%
G 179 of 451 ~ 39.69%
B 130 of 451 ~ 28.82'%

%31.49
%39.69
%28.82

CMYK color model

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

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK: (21,0,27,30) C21M0Y27K30 (21%,0%,27%,30%) (0.21/0.00/0.27/0.30) 

CMYK percentages

%20.67
%0
%27.37
%29.8

Codes

Color #8EB382 in popluar color models

8E B3 82
RGB 142 179 130
HSL 105° 24.38% 60.59%
HSB/HSV 105° 27.37% 70.20%
CMYK 20.67% 0.00% 27.37%
29.80%

Color #8EB382 in popluar number systems.

HEX 8E B3 82
Decimal 142 179 130
Binary 10001110 10110011 10000010
Octal 216 263 202

Shades and tints

Shades of #8EB382

#8EB382
(142,179,130)
#82A377
(130,163,119)
#76936C
(118,147,108)
#6A8361
(106,131,97)
#5E7356
(94,115,86)
#52634B
(82,99,75)
#465340
(70,83,64)
#3A4335
(58,67,53)
#2E332A
(46,51,42)
#22231F
(34,35,31)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #8EB382

#8EB382
(142,179,130)
#98B98D
(152,185,141)
#A2BF98
(162,191,152)
#ACC5A3
(172,197,163)
#B6CBAE
(182,203,174)
#C0D1B9
(192,209,185)
#CAD7C4
(202,215,196)
#D4DDCF
(212,221,207)
#DEE3DA
(222,227,218)
#E8E9E5
(232,233,229)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB382; }

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

This text font color is #8EB382.

Background Color

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

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

This div background color is #8EB382.

Border color

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

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

This div border color is #8EB382.

Opacity

.myOpacity80 { color: #8EB382; opacity: 0.8; }

<p style="color:#8EB382;opacity:0.8;">80%</p>

Text with #8EB382 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 #8EB382;}

<p style="text-shadow: 3px 3px 1px #8EB382">Text here.</p>

This text has shadow with #8EB382 color.


.textShadow {text-shadow: 3px 3px 1px #8EB382', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8EB382, 5px 5px 20px red">Text here.</p>

This text has shadow with #8EB382 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EB382, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8EB382, Direction=45, Strength=4)">Text</p>

This text has shadow with #8EB382 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EB382;
-webkit-box-shadow: 1px 1px 3px 2px #8EB382;
box-shadow: 1px 1px 3px 2px #8EB382;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EB382; -webkit-box-shadow: 1px 1px 3px 2px #8EB382; box-shadow:1px 1px 3px 2px #8EB382;">
Div content here
</div>

This div box has shadow with color #8EB382.

Preview

Color preview on black background

This text has color #8EB382 on black background.


Color preview on white background

This text has color #8EB382 on white background.


Black color preview on #8EB382 background

This text has black color on #8EB382 background.


White color preview on #8EB382 background

This text has white color on #8EB382 background.


Related colors

Complementary color

Complementary color for #hex is #714C7D.


I love getcolorcode.com

Triadic colors

1 #828EB3 and #B3828E with #8EB382 are triadic colors.

2 #82B38E and #B38E82 with #8EB382 are triadic colors.