COLOR #8EA16C

HEX: #8EA16C
RGB: (142,161,108)

Color info

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

RGB color model

#8EA16C color RGB value is (142,161,108).

  • red value is 142;
  • green value is 161;
  • blue value is 108.
RGB:
(142,161,108)
(56%,63%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 108 of 255 = 42%

142
161
108

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

Portions of RGB colors in percentages

R + G + B =
142 + 161 + 108 = 411 (100%)
R 142 of 411 ~ 34.55%
G 161 of 411 ~ 39.17%
B 108 of 411 ~ 26.28%

%34.55
%39.17
%26.28

CMYK color model

#8EA16C color CMYK value is (12,0,33,37).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 32.92%
  • key color value is 36.86%
CMYK:
(12,0,33,37)
C12M0Y33K37 
(12%,0%,33%,37%)
(0.12/0.00/0.33/0.37)	

CMYK percentages

%11.8
%0
%32.92
%36.86

Codes

Color #8EA16C in popluar color models

8EA16C
RGB142161108
HSL82°21.99%52.75%
HSB/HSV82°32.92%63.14%
CMYK11.80%0.00%32.92%
36.86%

Color #8EA16C in popluar number systems.

HEX8EA16C
Decimal142161108
Binary10001110101000011101100
Octal216241154

Shades and tints

Shades of #8EA16C

#8EA16C
(142,161,108)
#829363
(130,147,99)
#76855A
(118,133,90)
#6A7751
(106,119,81)
#5E6948
(94,105,72)
#525B3F
(82,91,63)
#464D36
(70,77,54)
#3A3F2D
(58,63,45)
#2E3124
(46,49,36)
#22231B
(34,35,27)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #8EA16C

#8EA16C
(142,161,108)
#98A979
(152,169,121)
#A2B186
(162,177,134)
#ACB993
(172,185,147)
#B6C1A0
(182,193,160)
#C0C9AD
(192,201,173)
#CAD1BA
(202,209,186)
#D4D9C7
(212,217,199)
#DEE1D4
(222,225,212)
#E8E9E1
(232,233,225)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA16C color. Also use rgb(142,161,108) instead hex code.

Text Font Color

.myTextColor { color: #8EA16C; }

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

This text font color is #8EA16C.


Background Color

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

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

This div background color is #8EA16C.


Border color

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

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

This div border color is #8EA16C.


Opacity

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

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

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

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

This text has shadow with #8EA16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA16C on black background.


Color preview on white background

This text has color #8EA16C on white background.



Black color preview on #8EA16C background

This text has black color on #8EA16C background.


White color preview on #8EA16C background

This text has white color on #8EA16C background.