COLOR #8E9A6F

HEX: #8E9A6F
RGB: (142,154,111)

Color info

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

RGB color model

#8E9A6F color RGB value is (142,154,111).

  • red value is 142;
  • green value is 154;
  • blue value is 111.
RGB:
(142,154,111)
(56%,60%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 111 of 255 = 44%

142
154
111

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

Portions of RGB colors in percentages

R + G + B =
142 + 154 + 111 = 407 (100%)
R 142 of 407 ~ 34.89%
G 154 of 407 ~ 37.84%
B 111 of 407 ~ 27.27%

%34.89
%37.84
%27.27

CMYK color model

#8E9A6F color CMYK value is (8,0,28,40).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(8,0,28,40)
C8M0Y28K40 
(8%,0%,28%,40%)
(0.08/0.00/0.28/0.40)	

CMYK percentages

%7.79
%0
%27.92
%39.61

Codes

Color #8E9A6F in popluar color models

8E9A6F
RGB142154111
HSL77°17.55%51.96%
HSB/HSV77°27.92%60.39%
CMYK7.79%0.00%27.92%
39.61%

Color #8E9A6F in popluar number systems.

HEX8E9A6F
Decimal142154111
Binary10001110100110101101111
Octal216232157

Shades and tints

Shades of #8E9A6F

#8E9A6F
(142,154,111)
#828C65
(130,140,101)
#767E5B
(118,126,91)
#6A7051
(106,112,81)
#5E6247
(94,98,71)
#52543D
(82,84,61)
#464633
(70,70,51)
#3A3829
(58,56,41)
#2E2A1F
(46,42,31)
#221C15
(34,28,21)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #8E9A6F

#8E9A6F
(142,154,111)
#98A37C
(152,163,124)
#A2AC89
(162,172,137)
#ACB596
(172,181,150)
#B6BEA3
(182,190,163)
#C0C7B0
(192,199,176)
#CAD0BD
(202,208,189)
#D4D9CA
(212,217,202)
#DEE2D7
(222,226,215)
#E8EBE4
(232,235,228)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9A6F color. Also use rgb(142,154,111) instead hex code.

Text Font Color

.myTextColor { color: #8E9A6F; }

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

This text font color is #8E9A6F.


Background Color

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

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

This div background color is #8E9A6F.


Border color

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

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

This div border color is #8E9A6F.


Opacity

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

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

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

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

This text has shadow with #8E9A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9A6F on black background.


Color preview on white background

This text has color #8E9A6F on white background.



Black color preview on #8E9A6F background

This text has black color on #8E9A6F background.


White color preview on #8E9A6F background

This text has white color on #8E9A6F background.