COLOR #8EA083

HEX: #8EA083 RGB: (142,160,131)

Color info

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

RGB color model

#8EA083 color RGB value is (142,160,131).

RGB: (142,160,131) (56%, 63%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 131 of 255 = 51%

142
160
131

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

Portions of RGB colors in percentages

R + G + B = 142 + 160 + 131 = 433 (100%)
R 142 of 433 ~ 32.79%
G 160 of 433 ~ 36.95%
B 131 of 433 ~ 30.25'%

%32.79
%36.95
%30.25

CMYK color model

#8EA083 color CMYK value is (11,0,18,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 37.25%

CMYK: (11,0,18,37)
C11M0Y18K37 (11%, 0%, 18%, 37%)
(0.11 / 0.00 / 0.18 / 0.37)

CMYK percentages

%11.25
%0
%18.13
%37.25

Codes

Color #8EA083 in popluar color models

8E A0 83
RGB 142 160 131
HSL 97° 13.24% 57.06%
HSB/HSV 97° 18.13% 62.75%
CMYK 11.25% 0.00% 18.13%
37.25%

Color #8EA083 in popluar number systems.

HEX 8E A0 83
Decimal 142 160 131
Binary 10001110 10100000 10000011
Octal 216 240 203

Shades and tints

Shades of #8EA083

#8EA083
(142,160,131)
#829278
(130,146,120)
#76846D
(118,132,109)
#6A7662
(106,118,98)
#5E6857
(94,104,87)
#525A4C
(82,90,76)
#464C41
(70,76,65)
#3A3E36
(58,62,54)
#2E302B
(46,48,43)
#222220
(34,34,32)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #8EA083

#8EA083
(142,160,131)
#98A88E
(152,168,142)
#A2B099
(162,176,153)
#ACB8A4
(172,184,164)
#B6C0AF
(182,192,175)
#C0C8BA
(192,200,186)
#CAD0C5
(202,208,197)
#D4D8D0
(212,216,208)
#DEE0DB
(222,224,219)
#E8E8E6
(232,232,230)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA083 color. Also use rgb(142,160,131) instead hex code.

Text Font Color

.myTextColor { color: #8EA083; }

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

This text font color is #8EA083.

Background Color

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

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

This div background color is #8EA083.

Border color

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

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

This div border color is #8EA083.

Opacity

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

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

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

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

This text has shadow with #8EA083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA083.

Preview

Color preview on black background

This text has color #8EA083 on black background.


Color preview on white background

This text has color #8EA083 on white background.


Black color preview on #8EA083 background

This text has black color on #8EA083 background.


White color preview on #8EA083 background

This text has white color on #8EA083 background.


Related colors

Complementary color

Complementary color for #hex is #715F7C.


I love getcolorcode.com

Triadic colors

1 #838EA0 and #A0838E with #8EA083 are triadic colors.

2 #83A08E and #A08E83 with #8EA083 are triadic colors.