COLOR #8EA785

HEX: #8EA785
RGB: (142,167,133)

Color info

#8EA785 contains red, green and blue colors in about the same proportion. Web safe color of #8EA785 is #999999 (or #999).

RGB color model

#8EA785 color RGB value is (142,167,133).

  • red value is 142;
  • green value is 167;
  • blue value is 133.
RGB:
(142,167,133)
(56%,65%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 133 of 255 = 52%

142
167
133

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

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 133 = 442 (100%)
R 142 of 442 ~ 32.13%
G 167 of 442 ~ 37.78%
B 133 of 442 ~ 30.09%

%32.13
%37.78
%30.09

CMYK color model

#8EA785 color CMYK value is (15,0,20,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK:
(15,0,20,35)
C15M0Y20K35 
(15%,0%,20%,35%)
(0.15/0.00/0.20/0.35)	

CMYK percentages

%14.97
%0
%20.36
%34.51

Codes

Color #8EA785 in popluar color models

8EA785
RGB142167133
HSL104°16.19%58.82%
HSB/HSV104°20.36%65.49%
CMYK14.97%0.00%20.36%
34.51%

Color #8EA785 in popluar number systems.

HEX8EA785
Decimal142167133
Binary100011101010011110000101
Octal216247205

Shades and tints

Shades of #8EA785

#8EA785
(142,167,133)
#829879
(130,152,121)
#76896D
(118,137,109)
#6A7A61
(106,122,97)
#5E6B55
(94,107,85)
#525C49
(82,92,73)
#464D3D
(70,77,61)
#3A3E31
(58,62,49)
#2E2F25
(46,47,37)
#222019
(34,32,25)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #8EA785

#8EA785
(142,167,133)
#98AF90
(152,175,144)
#A2B79B
(162,183,155)
#ACBFA6
(172,191,166)
#B6C7B1
(182,199,177)
#C0CFBC
(192,207,188)
#CAD7C7
(202,215,199)
#D4DFD2
(212,223,210)
#DEE7DD
(222,231,221)
#E8EFE8
(232,239,232)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA785 color. Also use rgb(142,167,133) instead hex code.

Text Font Color

.myTextColor { color: #8EA785; }

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

This text font color is #8EA785.


Background Color

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

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

This div background color is #8EA785.


Border color

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

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

This div border color is #8EA785.


Opacity

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

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

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

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

This text has shadow with #8EA785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA785 on black background.


Color preview on white background

This text has color #8EA785 on white background.



Black color preview on #8EA785 background

This text has black color on #8EA785 background.


White color preview on #8EA785 background

This text has white color on #8EA785 background.