COLOR #8EA775

HEX: #8EA775 RGB: (142,167,117)

Color info

#8EA775 contains red, green and blue colors in about the same proportion. Web safe color of #8EA775 is #999966 (or #996).

RGB color model

#8EA775 color RGB value is (142,167,117).

RGB: (142,167,117) (56%, 65%, 46%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 117 of 255 = 46%

142
167
117

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

Portions of RGB colors in percentages

R + G + B = 142 + 167 + 117 = 426 (100%)
R 142 of 426 ~ 33.33%
G 167 of 426 ~ 39.2%
B 117 of 426 ~ 27.46'%

%33.33
%39.2
%27.46

CMYK color model

#8EA775 color CMYK value is (15,0,30,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 34.51%

CMYK: (15,0,30,35)
C15M0Y30K35 (15%, 0%, 30%, 35%)
(0.15 / 0.00 / 0.30 / 0.35)

CMYK percentages

%14.97
%0
%29.94
%34.51

Codes

Color #8EA775 in popluar color models

8E A7 75
RGB 142 167 117
HSL 90° 22.12% 55.69%
HSB/HSV 90° 29.94% 65.49%
CMYK 14.97% 0.00% 29.94%
34.51%

Color #8EA775 in popluar number systems.

HEX 8E A7 75
Decimal 142 167 117
Binary 10001110 10100111 1110101
Octal 216 247 165

Shades and tints

Shades of #8EA775

#8EA775
(142,167,117)
#82986B
(130,152,107)
#768961
(118,137,97)
#6A7A57
(106,122,87)
#5E6B4D
(94,107,77)
#525C43
(82,92,67)
#464D39
(70,77,57)
#3A3E2F
(58,62,47)
#2E2F25
(46,47,37)
#22201B
(34,32,27)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #8EA775

#8EA775
(142,167,117)
#98AF81
(152,175,129)
#A2B78D
(162,183,141)
#ACBF99
(172,191,153)
#B6C7A5
(182,199,165)
#C0CFB1
(192,207,177)
#CAD7BD
(202,215,189)
#D4DFC9
(212,223,201)
#DEE7D5
(222,231,213)
#E8EFE1
(232,239,225)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA775 color. Also use rgb(142,167,117) instead hex code.

Text Font Color

.myTextColor { color: #8EA775; }

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

This text font color is #8EA775.

Background Color

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

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

This div background color is #8EA775.

Border color

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

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

This div border color is #8EA775.

Opacity

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

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

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

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

This text has shadow with #8EA775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA775.

Preview

Color preview on black background

This text has color #8EA775 on black background.


Color preview on white background

This text has color #8EA775 on white background.


Black color preview on #8EA775 background

This text has black color on #8EA775 background.


White color preview on #8EA775 background

This text has white color on #8EA775 background.


Related colors

Complementary color

Complementary color for #hex is #71588A.


I love getcolorcode.com

Triadic colors

1 #758EA7 and #A7758E with #8EA775 are triadic colors.

2 #75A78E and #A78E75 with #8EA775 are triadic colors.