COLOR #8EA585

HEX: #8EA585 RGB: (142,165,133)

Color info

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

RGB color model

#8EA585 color RGB value is (142,165,133).

RGB: (142,165,133) (56%, 65%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 133 of 255 = 52%

142
165
133

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

Portions of RGB colors in percentages

R + G + B = 142 + 165 + 133 = 440 (100%)
R 142 of 440 ~ 32.27%
G 165 of 440 ~ 37.5%
B 133 of 440 ~ 30.23'%

%32.27
%37.5
%30.23

CMYK color model

#8EA585 color CMYK value is (14,0,19,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK: (14,0,19,35) C14M0Y19K35 (14%,0%,19%,35%) (0.14/0.00/0.19/0.35) 

CMYK percentages

%13.94
%0
%19.39
%35.29

Codes

Color #8EA585 in popluar color models

8E A5 85
RGB 142 165 133
HSL 103° 15.09% 58.43%
HSB/HSV 103° 19.39% 64.71%
CMYK 13.94% 0.00% 19.39%
35.29%

Color #8EA585 in popluar number systems.

HEX 8E A5 85
Decimal 142 165 133
Binary 10001110 10100101 10000101
Octal 216 245 205

Shades and tints

Shades of #8EA585

#8EA585
(142,165,133)
#829679
(130,150,121)
#76876D
(118,135,109)
#6A7861
(106,120,97)
#5E6955
(94,105,85)
#525A49
(82,90,73)
#464B3D
(70,75,61)
#3A3C31
(58,60,49)
#2E2D25
(46,45,37)
#221E19
(34,30,25)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #8EA585

#8EA585
(142,165,133)
#98AD90
(152,173,144)
#A2B59B
(162,181,155)
#ACBDA6
(172,189,166)
#B6C5B1
(182,197,177)
#C0CDBC
(192,205,188)
#CAD5C7
(202,213,199)
#D4DDD2
(212,221,210)
#DEE5DD
(222,229,221)
#E8EDE8
(232,237,232)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA585; }

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

This text font color is #8EA585.

Background Color

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

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

This div background color is #8EA585.

Border color

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

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

This div border color is #8EA585.

Opacity

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

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

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

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

This text has shadow with #8EA585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA585.

Preview

Color preview on black background

This text has color #8EA585 on black background.


Color preview on white background

This text has color #8EA585 on white background.


Black color preview on #8EA585 background

This text has black color on #8EA585 background.


White color preview on #8EA585 background

This text has white color on #8EA585 background.


Related colors

Complementary color

Complementary color for #hex is #715A7A.


I love getcolorcode.com

Triadic colors

1 #858EA5 and #A5858E with #8EA585 are triadic colors.

2 #85A58E and #A58E85 with #8EA585 are triadic colors.