COLOR #8EA58C

HEX: #8EA58C RGB: (142,165,140)

Color info

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

RGB color model

#8EA58C color RGB value is (142,165,140).

RGB: (142,165,140) (56%, 65%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 140 of 255 = 55%

142
165
140

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

Portions of RGB colors in percentages

R + G + B = 142 + 165 + 140 = 447 (100%)
R 142 of 447 ~ 31.77%
G 165 of 447 ~ 36.91%
B 140 of 447 ~ 31.32'%

%31.77
%36.91
%31.32

CMYK color model

#8EA58C color CMYK value is (14,0,15,35).

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

CMYK: (14,0,15,35)
C14M0Y15K35 (14%, 0%, 15%, 35%)
(0.14 / 0.00 / 0.15 / 0.35)

CMYK percentages

%13.94
%0
%15.15
%35.29

Codes

Color #8EA58C in popluar color models

8E A5 8C
RGB 142 165 140
HSL 115° 12.20% 59.80%
HSB/HSV 115° 15.15% 64.71%
CMYK 13.94% 0.00% 15.15%
35.29%

Color #8EA58C in popluar number systems.

HEX 8E A5 8C
Decimal 142 165 140
Binary 10001110 10100101 10001100
Octal 216 245 214

Shades and tints

Shades of #8EA58C

#8EA58C
(142,165,140)
#829680
(130,150,128)
#768774
(118,135,116)
#6A7868
(106,120,104)
#5E695C
(94,105,92)
#525A50
(82,90,80)
#464B44
(70,75,68)
#3A3C38
(58,60,56)
#2E2D2C
(46,45,44)
#221E20
(34,30,32)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8EA58C

#8EA58C
(142,165,140)
#98AD96
(152,173,150)
#A2B5A0
(162,181,160)
#ACBDAA
(172,189,170)
#B6C5B4
(182,197,180)
#C0CDBE
(192,205,190)
#CAD5C8
(202,213,200)
#D4DDD2
(212,221,210)
#DEE5DC
(222,229,220)
#E8EDE6
(232,237,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA58C; }

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

This text font color is #8EA58C.

Background Color

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

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

This div background color is #8EA58C.

Border color

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

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

This div border color is #8EA58C.

Opacity

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

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

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

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

This text has shadow with #8EA58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA58C.

Preview

Color preview on black background

This text has color #8EA58C on black background.


Color preview on white background

This text has color #8EA58C on white background.


Black color preview on #8EA58C background

This text has black color on #8EA58C background.


White color preview on #8EA58C background

This text has white color on #8EA58C background.


Related colors

Complementary color

Complementary color for #hex is #715A73.


I love getcolorcode.com

Triadic colors

1 #8C8EA5 and #A58C8E with #8EA58C are triadic colors.

2 #8CA58E and #A58E8C with #8EA58C are triadic colors.