COLOR #8EA286

HEX: #8EA286 RGB: (142,162,134)

Color info

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

RGB color model

#8EA286 color RGB value is (142,162,134).

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

RGB channels and saturation

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

142
162
134

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

Portions of RGB colors in percentages

R + G + B = 142 + 162 + 134 = 438 (100%)
R 142 of 438 ~ 32.42%
G 162 of 438 ~ 36.99%
B 134 of 438 ~ 30.59'%

%32.42
%36.99
%30.59

CMYK color model

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

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • 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
%17.28
%36.47

Codes

Color #8EA286 in popluar color models

8E A2 86
RGB 142 162 134
HSL 103° 13.08% 58.04%
HSB/HSV 103° 17.28% 63.53%
CMYK 12.35% 0.00% 17.28%
36.47%

Color #8EA286 in popluar number systems.

HEX 8E A2 86
Decimal 142 162 134
Binary 10001110 10100010 10000110
Octal 216 242 206

Shades and tints

Shades of #8EA286

#8EA286
(142,162,134)
#82947A
(130,148,122)
#76866E
(118,134,110)
#6A7862
(106,120,98)
#5E6A56
(94,106,86)
#525C4A
(82,92,74)
#464E3E
(70,78,62)
#3A4032
(58,64,50)
#2E3226
(46,50,38)
#22241A
(34,36,26)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #8EA286

#8EA286
(142,162,134)
#98AA91
(152,170,145)
#A2B29C
(162,178,156)
#ACBAA7
(172,186,167)
#B6C2B2
(182,194,178)
#C0CABD
(192,202,189)
#CAD2C8
(202,210,200)
#D4DAD3
(212,218,211)
#DEE2DE
(222,226,222)
#E8EAE9
(232,234,233)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA286; }

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

This text font color is #8EA286.

Background Color

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

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

This div background color is #8EA286.

Border color

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

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

This div border color is #8EA286.

Opacity

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

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

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

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

This text has shadow with #8EA286 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA286.

Preview

Color preview on black background

This text has color #8EA286 on black background.


Color preview on white background

This text has color #8EA286 on white background.


Black color preview on #8EA286 background

This text has black color on #8EA286 background.


White color preview on #8EA286 background

This text has white color on #8EA286 background.


Related colors

Complementary color

Complementary color for #hex is #715D79.


I love getcolorcode.com

Triadic colors

1 #868EA2 and #A2868E with #8EA286 are triadic colors.

2 #86A28E and #A28E86 with #8EA286 are triadic colors.