COLOR #8EBA77

HEX: #8EBA77
RGB: (142,186,119)

Color info

#8EBA77 contains mainly red and green colors. Web safe color of #8EBA77 is #99CC66 (or #9C6).

RGB color model

#8EBA77 color RGB value is (142,186,119).

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

RGB channels and saturation

R 142 of 255 = 56%
G 186 of 255 = 73%
B 119 of 255 = 47%

142
186
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 186 + 119 = 447 (100%)
R 142 of 447 ~ 31.77%
G 186 of 447 ~ 41.61%
B 119 of 447 ~ 26.62%

%31.77
%41.61
%26.62

CMYK color model

#8EBA77 color CMYK value is (24,0,36,27).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 27.06%
CMYK:
(24,0,36,27)
C24M0Y36K27 
(24%,0%,36%,27%)
(0.24/0.00/0.36/0.27)	

CMYK percentages

%23.66
%0
%36.02
%27.06

Codes

Color #8EBA77 in popluar color models

8EBA77
RGB142186119
HSL99°32.68%59.80%
HSB/HSV99°36.02%72.94%
CMYK23.66%0.00%36.02%
27.06%

Color #8EBA77 in popluar number systems.

HEX8EBA77
Decimal142186119
Binary10001110101110101110111
Octal216272167

Shades and tints

Shades of #8EBA77

#8EBA77
(142,186,119)
#82AA6D
(130,170,109)
#769A63
(118,154,99)
#6A8A59
(106,138,89)
#5E7A4F
(94,122,79)
#526A45
(82,106,69)
#465A3B
(70,90,59)
#3A4A31
(58,74,49)
#2E3A27
(46,58,39)
#222A1D
(34,42,29)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #8EBA77

#8EBA77
(142,186,119)
#98C083
(152,192,131)
#A2C68F
(162,198,143)
#ACCC9B
(172,204,155)
#B6D2A7
(182,210,167)
#C0D8B3
(192,216,179)
#CADEBF
(202,222,191)
#D4E4CB
(212,228,203)
#DEEAD7
(222,234,215)
#E8F0E3
(232,240,227)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBA77; }

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

This text font color is #8EBA77.


Background Color

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

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

This div background color is #8EBA77.


Border color

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

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

This div border color is #8EBA77.


Opacity

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

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

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

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

This text has shadow with #8EBA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBA77 on black background.


Color preview on white background

This text has color #8EBA77 on white background.



Black color preview on #8EBA77 background

This text has black color on #8EBA77 background.


White color preview on #8EBA77 background

This text has white color on #8EBA77 background.