COLOR #8E9C6D

HEX: #8E9C6D
RGB: (142,156,109)

Color info

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

RGB color model

#8E9C6D color RGB value is (142,156,109).

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

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 109 of 255 = 43%

142
156
109

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 109 = 407 (100%)
R 142 of 407 ~ 34.89%
G 156 of 407 ~ 38.33%
B 109 of 407 ~ 26.78%

%34.89
%38.33
%26.78

CMYK color model

#8E9C6D color CMYK value is (9,0,30,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 38.82%
CMYK:
(9,0,30,39)
C9M0Y30K39 
(9%,0%,30%,39%)
(0.09/0.00/0.30/0.39)	

CMYK percentages

%8.97
%0
%30.13
%38.82

Codes

Color #8E9C6D in popluar color models

8E9C6D
RGB142156109
HSL78°19.18%51.96%
HSB/HSV78°30.13%61.18%
CMYK8.97%0.00%30.13%
38.82%

Color #8E9C6D in popluar number systems.

HEX8E9C6D
Decimal142156109
Binary10001110100111001101101
Octal216234155

Shades and tints

Shades of #8E9C6D

#8E9C6D
(142,156,109)
#828E64
(130,142,100)
#76805B
(118,128,91)
#6A7252
(106,114,82)
#5E6449
(94,100,73)
#525640
(82,86,64)
#464837
(70,72,55)
#3A3A2E
(58,58,46)
#2E2C25
(46,44,37)
#221E1C
(34,30,28)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E9C6D

#8E9C6D
(142,156,109)
#98A57A
(152,165,122)
#A2AE87
(162,174,135)
#ACB794
(172,183,148)
#B6C0A1
(182,192,161)
#C0C9AE
(192,201,174)
#CAD2BB
(202,210,187)
#D4DBC8
(212,219,200)
#DEE4D5
(222,228,213)
#E8EDE2
(232,237,226)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9C6D; }

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

This text font color is #8E9C6D.


Background Color

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

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

This div background color is #8E9C6D.


Border color

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

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

This div border color is #8E9C6D.


Opacity

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

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

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

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

This text has shadow with #8E9C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9C6D on black background.


Color preview on white background

This text has color #8E9C6D on white background.



Black color preview on #8E9C6D background

This text has black color on #8E9C6D background.


White color preview on #8E9C6D background

This text has white color on #8E9C6D background.