COLOR #8EAB7F

HEX: #8EAB7F
RGB: (142,171,127)

Color info

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

RGB color model

#8EAB7F color RGB value is (142,171,127).

  • red value is 142;
  • green value is 171;
  • blue value is 127.
RGB:
(142,171,127)
(56%,67%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 127 of 255 = 50%

142
171
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 127 = 440 (100%)
R 142 of 440 ~ 32.27%
G 171 of 440 ~ 38.86%
B 127 of 440 ~ 28.86%

%32.27
%38.86
%28.86

CMYK color model

#8EAB7F color CMYK value is (17,0,26,33).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(17,0,26,33)
C17M0Y26K33 
(17%,0%,26%,33%)
(0.17/0.00/0.26/0.33)	

CMYK percentages

%16.96
%0
%25.73
%32.94

Codes

Color #8EAB7F in popluar color models

8EAB7F
RGB142171127
HSL100°20.75%58.43%
HSB/HSV100°25.73%67.06%
CMYK16.96%0.00%25.73%
32.94%

Color #8EAB7F in popluar number systems.

HEX8EAB7F
Decimal142171127
Binary10001110101010111111111
Octal216253177

Shades and tints

Shades of #8EAB7F

#8EAB7F
(142,171,127)
#829C74
(130,156,116)
#768D69
(118,141,105)
#6A7E5E
(106,126,94)
#5E6F53
(94,111,83)
#526048
(82,96,72)
#46513D
(70,81,61)
#3A4232
(58,66,50)
#2E3327
(46,51,39)
#22241C
(34,36,28)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #8EAB7F

#8EAB7F
(142,171,127)
#98B28A
(152,178,138)
#A2B995
(162,185,149)
#ACC0A0
(172,192,160)
#B6C7AB
(182,199,171)
#C0CEB6
(192,206,182)
#CAD5C1
(202,213,193)
#D4DCCC
(212,220,204)
#DEE3D7
(222,227,215)
#E8EAE2
(232,234,226)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAB7F color. Also use rgb(142,171,127) instead hex code.

Text Font Color

.myTextColor { color: #8EAB7F; }

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

This text font color is #8EAB7F.


Background Color

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

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

This div background color is #8EAB7F.


Border color

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

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

This div border color is #8EAB7F.


Opacity

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

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

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

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

This text has shadow with #8EAB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAB7F on black background.


Color preview on white background

This text has color #8EAB7F on white background.



Black color preview on #8EAB7F background

This text has black color on #8EAB7F background.


White color preview on #8EAB7F background

This text has white color on #8EAB7F background.