COLOR #8EA77C

HEX: #8EA77C
RGB: (142,167,124)

Color info

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

RGB color model

#8EA77C color RGB value is (142,167,124).

  • red value is 142;
  • green value is 167;
  • blue value is 124.
RGB:
(142,167,124)
(56%,65%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 124 of 255 = 49%

142
167
124

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

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 124 = 433 (100%)
R 142 of 433 ~ 32.79%
G 167 of 433 ~ 38.57%
B 124 of 433 ~ 28.64%

%32.79
%38.57
%28.64

CMYK color model

#8EA77C color CMYK value is (15,0,26,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(15,0,26,35)
C15M0Y26K35 
(15%,0%,26%,35%)
(0.15/0.00/0.26/0.35)	

CMYK percentages

%14.97
%0
%25.75
%34.51

Codes

Color #8EA77C in popluar color models

8EA77C
RGB142167124
HSL95°19.63%57.06%
HSB/HSV95°25.75%65.49%
CMYK14.97%0.00%25.75%
34.51%

Color #8EA77C in popluar number systems.

HEX8EA77C
Decimal142167124
Binary10001110101001111111100
Octal216247174

Shades and tints

Shades of #8EA77C

#8EA77C
(142,167,124)
#829871
(130,152,113)
#768966
(118,137,102)
#6A7A5B
(106,122,91)
#5E6B50
(94,107,80)
#525C45
(82,92,69)
#464D3A
(70,77,58)
#3A3E2F
(58,62,47)
#2E2F24
(46,47,36)
#222019
(34,32,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8EA77C

#8EA77C
(142,167,124)
#98AF87
(152,175,135)
#A2B792
(162,183,146)
#ACBF9D
(172,191,157)
#B6C7A8
(182,199,168)
#C0CFB3
(192,207,179)
#CAD7BE
(202,215,190)
#D4DFC9
(212,223,201)
#DEE7D4
(222,231,212)
#E8EFDF
(232,239,223)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA77C color. Also use rgb(142,167,124) instead hex code.

Text Font Color

.myTextColor { color: #8EA77C; }

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

This text font color is #8EA77C.


Background Color

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

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

This div background color is #8EA77C.


Border color

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

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

This div border color is #8EA77C.


Opacity

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

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

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

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

This text has shadow with #8EA77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA77C on black background.


Color preview on white background

This text has color #8EA77C on white background.



Black color preview on #8EA77C background

This text has black color on #8EA77C background.


White color preview on #8EA77C background

This text has white color on #8EA77C background.