COLOR #8EAD77

HEX: #8EAD77
RGB: (142,173,119)

Color info

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

RGB color model

#8EAD77 color RGB value is (142,173,119).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 119 of 255 = 47%

142
173
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 119 = 434 (100%)
R 142 of 434 ~ 32.72%
G 173 of 434 ~ 39.86%
B 119 of 434 ~ 27.42%

%32.72
%39.86
%27.42

CMYK color model

#8EAD77 color CMYK value is (18,0,31,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(18,0,31,32)
C18M0Y31K32 
(18%,0%,31%,32%)
(0.18/0.00/0.31/0.32)	

CMYK percentages

%17.92
%0
%31.21
%32.16

Codes

Color #8EAD77 in popluar color models

8EAD77
RGB142173119
HSL94°24.77%57.25%
HSB/HSV94°31.21%67.84%
CMYK17.92%0.00%31.21%
32.16%

Color #8EAD77 in popluar number systems.

HEX8EAD77
Decimal142173119
Binary10001110101011011110111
Octal216255167

Shades and tints

Shades of #8EAD77

#8EAD77
(142,173,119)
#829E6D
(130,158,109)
#768F63
(118,143,99)
#6A8059
(106,128,89)
#5E714F
(94,113,79)
#526245
(82,98,69)
#46533B
(70,83,59)
#3A4431
(58,68,49)
#2E3527
(46,53,39)
#22261D
(34,38,29)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #8EAD77

#8EAD77
(142,173,119)
#98B483
(152,180,131)
#A2BB8F
(162,187,143)
#ACC29B
(172,194,155)
#B6C9A7
(182,201,167)
#C0D0B3
(192,208,179)
#CAD7BF
(202,215,191)
#D4DECB
(212,222,203)
#DEE5D7
(222,229,215)
#E8ECE3
(232,236,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD77; }

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

This text font color is #8EAD77.


Background Color

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

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

This div background color is #8EAD77.


Border color

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

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

This div border color is #8EAD77.


Opacity

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

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

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

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

This text has shadow with #8EAD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD77 on black background.


Color preview on white background

This text has color #8EAD77 on white background.



Black color preview on #8EAD77 background

This text has black color on #8EAD77 background.


White color preview on #8EAD77 background

This text has white color on #8EAD77 background.