COLOR #8EA587

HEX: #8EA587 RGB: (142,165,135)

Color info

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

RGB color model

#8EA587 color RGB value is (142,165,135).

RGB: (142,165,135) (56%, 65%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 135 of 255 = 53%

142
165
135

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

Portions of RGB colors in percentages

R + G + B = 142 + 165 + 135 = 442 (100%)
R 142 of 442 ~ 32.13%
G 165 of 442 ~ 37.33%
B 135 of 442 ~ 30.54'%

%32.13
%37.33
%30.54

CMYK color model

#8EA587 color CMYK value is (14,0,18,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%

CMYK: (14,0,18,35)
C14M0Y18K35 (14%, 0%, 18%, 35%)
(0.14 / 0.00 / 0.18 / 0.35)

CMYK percentages

%13.94
%0
%18.18
%35.29

Codes

Color #8EA587 in popluar color models

8E A5 87
RGB 142 165 135
HSL 106° 14.29% 58.82%
HSB/HSV 106° 18.18% 64.71%
CMYK 13.94% 0.00% 18.18%
35.29%

Color #8EA587 in popluar number systems.

HEX 8E A5 87
Decimal 142 165 135
Binary 10001110 10100101 10000111
Octal 216 245 207

Shades and tints

Shades of #8EA587

#8EA587
(142,165,135)
#82967B
(130,150,123)
#76876F
(118,135,111)
#6A7863
(106,120,99)
#5E6957
(94,105,87)
#525A4B
(82,90,75)
#464B3F
(70,75,63)
#3A3C33
(58,60,51)
#2E2D27
(46,45,39)
#221E1B
(34,30,27)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8EA587

#8EA587
(142,165,135)
#98AD91
(152,173,145)
#A2B59B
(162,181,155)
#ACBDA5
(172,189,165)
#B6C5AF
(182,197,175)
#C0CDB9
(192,205,185)
#CAD5C3
(202,213,195)
#D4DDCD
(212,221,205)
#DEE5D7
(222,229,215)
#E8EDE1
(232,237,225)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA587 color. Also use rgb(142,165,135) instead hex code.

Text Font Color

.myTextColor { color: #8EA587; }

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

This text font color is #8EA587.

Background Color

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

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

This div background color is #8EA587.

Border color

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

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

This div border color is #8EA587.

Opacity

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

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

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

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

This text has shadow with #8EA587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA587.

Preview

Color preview on black background

This text has color #8EA587 on black background.


Color preview on white background

This text has color #8EA587 on white background.


Black color preview on #8EA587 background

This text has black color on #8EA587 background.


White color preview on #8EA587 background

This text has white color on #8EA587 background.


Related colors

Complementary color

Complementary color for #hex is #715A78.


I love getcolorcode.com

Triadic colors

1 #878EA5 and #A5878E with #8EA587 are triadic colors.

2 #87A58E and #A58E87 with #8EA587 are triadic colors.