COLOR #8EA591

HEX: #8EA591 RGB: (142,165,145)

Color info

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

RGB color model

#8EA591 color RGB value is (142,165,145).

RGB: (142,165,145) (56%, 65%, 57%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 145 of 255 = 57%

142
165
145

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

Portions of RGB colors in percentages

R + G + B = 142 + 165 + 145 = 452 (100%)
R 142 of 452 ~ 31.42%
G 165 of 452 ~ 36.5%
B 145 of 452 ~ 32.08'%

%31.42
%36.5
%32.08

CMYK color model

#8EA591 color CMYK value is (14,0,12,35).

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

CMYK: (14,0,12,35)
C14M0Y12K35 (14%, 0%, 12%, 35%)
(0.14 / 0.00 / 0.12 / 0.35)

CMYK percentages

%13.94
%0
%12.12
%35.29

Codes

Color #8EA591 in popluar color models

8E A5 91
RGB 142 165 145
HSL 128° 11.33% 60.20%
HSB/HSV 128° 13.94% 64.71%
CMYK 13.94% 0.00% 12.12%
35.29%

Color #8EA591 in popluar number systems.

HEX 8E A5 91
Decimal 142 165 145
Binary 10001110 10100101 10010001
Octal 216 245 221

Shades and tints

Shades of #8EA591

#8EA591
(142,165,145)
#829684
(130,150,132)
#768777
(118,135,119)
#6A786A
(106,120,106)
#5E695D
(94,105,93)
#525A50
(82,90,80)
#464B43
(70,75,67)
#3A3C36
(58,60,54)
#2E2D29
(46,45,41)
#221E1C
(34,30,28)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8EA591

#8EA591
(142,165,145)
#98AD9B
(152,173,155)
#A2B5A5
(162,181,165)
#ACBDAF
(172,189,175)
#B6C5B9
(182,197,185)
#C0CDC3
(192,205,195)
#CAD5CD
(202,213,205)
#D4DDD7
(212,221,215)
#DEE5E1
(222,229,225)
#E8EDEB
(232,237,235)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA591; }

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

This text font color is #8EA591.

Background Color

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

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

This div background color is #8EA591.

Border color

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

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

This div border color is #8EA591.

Opacity

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

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

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

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

This text has shadow with #8EA591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA591.

Preview

Color preview on black background

This text has color #8EA591 on black background.


Color preview on white background

This text has color #8EA591 on white background.


Black color preview on #8EA591 background

This text has black color on #8EA591 background.


White color preview on #8EA591 background

This text has white color on #8EA591 background.


Related colors

Complementary color

Complementary color for #hex is #715A6E.


I love getcolorcode.com

Triadic colors

1 #918EA5 and #A5918E with #8EA591 are triadic colors.

2 #91A58E and #A58E91 with #8EA591 are triadic colors.