COLOR #8E9A6E

HEX: #8E9A6E
RGB: (142,154,110)

Color info

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

RGB color model

#8E9A6E color RGB value is (142,154,110).

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

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 110 of 255 = 43%

142
154
110

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

Portions of RGB colors in percentages

R + G + B =
142 + 154 + 110 = 406 (100%)
R 142 of 406 ~ 34.98%
G 154 of 406 ~ 37.93%
B 110 of 406 ~ 27.09%

%34.98
%37.93
%27.09

CMYK color model

#8E9A6E color CMYK value is (8,0,29,40).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 39.61%
CMYK:
(8,0,29,40)
C8M0Y29K40 
(8%,0%,29%,40%)
(0.08/0.00/0.29/0.40)	

CMYK percentages

%7.79
%0
%28.57
%39.61

Codes

Color #8E9A6E in popluar color models

8E9A6E
RGB142154110
HSL76°17.89%51.76%
HSB/HSV76°28.57%60.39%
CMYK7.79%0.00%28.57%
39.61%

Color #8E9A6E in popluar number systems.

HEX8E9A6E
Decimal142154110
Binary10001110100110101101110
Octal216232156

Shades and tints

Shades of #8E9A6E

#8E9A6E
(142,154,110)
#828C64
(130,140,100)
#767E5A
(118,126,90)
#6A7050
(106,112,80)
#5E6246
(94,98,70)
#52543C
(82,84,60)
#464632
(70,70,50)
#3A3828
(58,56,40)
#2E2A1E
(46,42,30)
#221C14
(34,28,20)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #8E9A6E

#8E9A6E
(142,154,110)
#98A37B
(152,163,123)
#A2AC88
(162,172,136)
#ACB595
(172,181,149)
#B6BEA2
(182,190,162)
#C0C7AF
(192,199,175)
#CAD0BC
(202,208,188)
#D4D9C9
(212,217,201)
#DEE2D6
(222,226,214)
#E8EBE3
(232,235,227)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9A6E; }

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

This text font color is #8E9A6E.


Background Color

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

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

This div background color is #8E9A6E.


Border color

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

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

This div border color is #8E9A6E.


Opacity

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

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

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

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

This text has shadow with #8E9A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9A6E on black background.


Color preview on white background

This text has color #8E9A6E on white background.



Black color preview on #8E9A6E background

This text has black color on #8E9A6E background.


White color preview on #8E9A6E background

This text has white color on #8E9A6E background.