COLOR #8EA287

HEX: #8EA287 RGB: (142,162,135)

Color info

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

RGB color model

#8EA287 color RGB value is (142,162,135).

RGB: (142,162,135) (56%, 64%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 135 of 255 = 53%

142
162
135

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

Portions of RGB colors in percentages

R + G + B = 142 + 162 + 135 = 439 (100%)
R 142 of 439 ~ 32.35%
G 162 of 439 ~ 36.9%
B 135 of 439 ~ 30.75'%

%32.35
%36.9
%30.75

CMYK color model

#8EA287 color CMYK value is (12,0,17,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 36.47%

CMYK: (12,0,17,36)
C12M0Y17K36 (12%, 0%, 17%, 36%)
(0.12 / 0.00 / 0.17 / 0.36)

CMYK percentages

%12.35
%0
%16.67
%36.47

Codes

Color #8EA287 in popluar color models

8E A2 87
RGB 142 162 135
HSL 104° 12.68% 58.24%
HSB/HSV 104° 16.67% 63.53%
CMYK 12.35% 0.00% 16.67%
36.47%

Color #8EA287 in popluar number systems.

HEX 8E A2 87
Decimal 142 162 135
Binary 10001110 10100010 10000111
Octal 216 242 207

Shades and tints

Shades of #8EA287

#8EA287
(142,162,135)
#82947B
(130,148,123)
#76866F
(118,134,111)
#6A7863
(106,120,99)
#5E6A57
(94,106,87)
#525C4B
(82,92,75)
#464E3F
(70,78,63)
#3A4033
(58,64,51)
#2E3227
(46,50,39)
#22241B
(34,36,27)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #8EA287

#8EA287
(142,162,135)
#98AA91
(152,170,145)
#A2B29B
(162,178,155)
#ACBAA5
(172,186,165)
#B6C2AF
(182,194,175)
#C0CAB9
(192,202,185)
#CAD2C3
(202,210,195)
#D4DACD
(212,218,205)
#DEE2D7
(222,226,215)
#E8EAE1
(232,234,225)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA287; }

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

This text font color is #8EA287.

Background Color

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

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

This div background color is #8EA287.

Border color

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

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

This div border color is #8EA287.

Opacity

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

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

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

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

This text has shadow with #8EA287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA287.

Preview

Color preview on black background

This text has color #8EA287 on black background.


Color preview on white background

This text has color #8EA287 on white background.


Black color preview on #8EA287 background

This text has black color on #8EA287 background.


White color preview on #8EA287 background

This text has white color on #8EA287 background.


Related colors

Complementary color

Complementary color for #hex is #715D78.


I love getcolorcode.com

Triadic colors

1 #878EA2 and #A2878E with #8EA287 are triadic colors.

2 #87A28E and #A28E87 with #8EA287 are triadic colors.