COLOR #8E9C7F

HEX: #8E9C7F
RGB: (142,156,127)

Color info

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

RGB color model

#8E9C7F color RGB value is (142,156,127).

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

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 127 of 255 = 50%

142
156
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 127 = 425 (100%)
R 142 of 425 ~ 33.41%
G 156 of 425 ~ 36.71%
B 127 of 425 ~ 29.88%

%33.41
%36.71
%29.88

CMYK color model

#8E9C7F color CMYK value is (9,0,19,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(9,0,19,39)
C9M0Y19K39 
(9%,0%,19%,39%)
(0.09/0.00/0.19/0.39)	

CMYK percentages

%8.97
%0
%18.59
%38.82

Codes

Color #8E9C7F in popluar color models

8E9C7F
RGB142156127
HSL89°12.78%55.49%
HSB/HSV89°18.59%61.18%
CMYK8.97%0.00%18.59%
38.82%

Color #8E9C7F in popluar number systems.

HEX8E9C7F
Decimal142156127
Binary10001110100111001111111
Octal216234177

Shades and tints

Shades of #8E9C7F

#8E9C7F
(142,156,127)
#828E74
(130,142,116)
#768069
(118,128,105)
#6A725E
(106,114,94)
#5E6453
(94,100,83)
#525648
(82,86,72)
#46483D
(70,72,61)
#3A3A32
(58,58,50)
#2E2C27
(46,44,39)
#221E1C
(34,30,28)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8E9C7F

#8E9C7F
(142,156,127)
#98A58A
(152,165,138)
#A2AE95
(162,174,149)
#ACB7A0
(172,183,160)
#B6C0AB
(182,192,171)
#C0C9B6
(192,201,182)
#CAD2C1
(202,210,193)
#D4DBCC
(212,219,204)
#DEE4D7
(222,228,215)
#E8EDE2
(232,237,226)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9C7F; }

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

This text font color is #8E9C7F.


Background Color

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

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

This div background color is #8E9C7F.


Border color

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

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

This div border color is #8E9C7F.


Opacity

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

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

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

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

This text has shadow with #8E9C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9C7F on black background.


Color preview on white background

This text has color #8E9C7F on white background.



Black color preview on #8E9C7F background

This text has black color on #8E9C7F background.


White color preview on #8E9C7F background

This text has white color on #8E9C7F background.