COLOR #8EB076

HEX: #8EB076
RGB: (142,176,118)

Color info

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

RGB color model

#8EB076 color RGB value is (142,176,118).

  • red value is 142;
  • green value is 176;
  • blue value is 118.
RGB:
(142,176,118)
(56%,69%,46%)

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 118 of 255 = 46%

142
176
118

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

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 118 = 436 (100%)
R 142 of 436 ~ 32.57%
G 176 of 436 ~ 40.37%
B 118 of 436 ~ 27.06%

%32.57
%40.37
%27.06

CMYK color model

#8EB076 color CMYK value is (19,0,33,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(19,0,33,31)
C19M0Y33K31 
(19%,0%,33%,31%)
(0.19/0.00/0.33/0.31)	

CMYK percentages

%19.32
%0
%32.95
%30.98

Codes

Color #8EB076 in popluar color models

8EB076
RGB142176118
HSL95°26.85%57.65%
HSB/HSV95°32.95%69.02%
CMYK19.32%0.00%32.95%
30.98%

Color #8EB076 in popluar number systems.

HEX8EB076
Decimal142176118
Binary10001110101100001110110
Octal216260166

Shades and tints

Shades of #8EB076

#8EB076
(142,176,118)
#82A06C
(130,160,108)
#769062
(118,144,98)
#6A8058
(106,128,88)
#5E704E
(94,112,78)
#526044
(82,96,68)
#46503A
(70,80,58)
#3A4030
(58,64,48)
#2E3026
(46,48,38)
#22201C
(34,32,28)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8EB076

#8EB076
(142,176,118)
#98B782
(152,183,130)
#A2BE8E
(162,190,142)
#ACC59A
(172,197,154)
#B6CCA6
(182,204,166)
#C0D3B2
(192,211,178)
#CADABE
(202,218,190)
#D4E1CA
(212,225,202)
#DEE8D6
(222,232,214)
#E8EFE2
(232,239,226)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB076 color. Also use rgb(142,176,118) instead hex code.

Text Font Color

.myTextColor { color: #8EB076; }

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

This text font color is #8EB076.


Background Color

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

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

This div background color is #8EB076.


Border color

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

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

This div border color is #8EB076.


Opacity

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

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

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

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

This text has shadow with #8EB076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB076 on black background.


Color preview on white background

This text has color #8EB076 on white background.



Black color preview on #8EB076 background

This text has black color on #8EB076 background.


White color preview on #8EB076 background

This text has white color on #8EB076 background.