COLOR #8E9C77

HEX: #8E9C77
RGB: (142,156,119)

Color info

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

RGB color model

#8E9C77 color RGB value is (142,156,119).

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

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 119 of 255 = 47%

142
156
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 119 = 417 (100%)
R 142 of 417 ~ 34.05%
G 156 of 417 ~ 37.41%
B 119 of 417 ~ 28.54%

%34.05
%37.41
%28.54

CMYK color model

#8E9C77 color CMYK value is (9,0,24,39).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • key color value is 38.82%
CMYK:
(9,0,24,39)
C9M0Y24K39 
(9%,0%,24%,39%)
(0.09/0.00/0.24/0.39)	

CMYK percentages

%8.97
%0
%23.72
%38.82

Codes

Color #8E9C77 in popluar color models

8E9C77
RGB142156119
HSL83°15.74%53.92%
HSB/HSV83°23.72%61.18%
CMYK8.97%0.00%23.72%
38.82%

Color #8E9C77 in popluar number systems.

HEX8E9C77
Decimal142156119
Binary10001110100111001110111
Octal216234167

Shades and tints

Shades of #8E9C77

#8E9C77
(142,156,119)
#828E6D
(130,142,109)
#768063
(118,128,99)
#6A7259
(106,114,89)
#5E644F
(94,100,79)
#525645
(82,86,69)
#46483B
(70,72,59)
#3A3A31
(58,58,49)
#2E2C27
(46,44,39)
#221E1D
(34,30,29)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E9C77

#8E9C77
(142,156,119)
#98A583
(152,165,131)
#A2AE8F
(162,174,143)
#ACB79B
(172,183,155)
#B6C0A7
(182,192,167)
#C0C9B3
(192,201,179)
#CAD2BF
(202,210,191)
#D4DBCB
(212,219,203)
#DEE4D7
(222,228,215)
#E8EDE3
(232,237,227)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9C77; }

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

This text font color is #8E9C77.


Background Color

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

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

This div background color is #8E9C77.


Border color

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

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

This div border color is #8E9C77.


Opacity

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

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

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

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

This text has shadow with #8E9C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9C77 on black background.


Color preview on white background

This text has color #8E9C77 on white background.



Black color preview on #8E9C77 background

This text has black color on #8E9C77 background.


White color preview on #8E9C77 background

This text has white color on #8E9C77 background.