COLOR #8EA98F

HEX: #8EA98F RGB: (142,169,143)

Color info

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

RGB color model

#8EA98F color RGB value is (142,169,143).

RGB: (142,169,143) (56%, 66%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 169 of 255 = 66%
B 143 of 255 = 56%

142
169
143

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

Portions of RGB colors in percentages

R + G + B = 142 + 169 + 143 = 454 (100%)
R 142 of 454 ~ 31.28%
G 169 of 454 ~ 37.22%
B 143 of 454 ~ 31.5'%

%31.28
%37.22
%31.5

CMYK color model

#8EA98F color CMYK value is (16,0,15,34).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 33.73%

CMYK: (16,0,15,34)
C16M0Y15K34 (16%, 0%, 15%, 34%)
(0.16 / 0.00 / 0.15 / 0.34)

CMYK percentages

%15.98
%0
%15.38
%33.73

Codes

Color #8EA98F in popluar color models

8E A9 8F
RGB 142 169 143
HSL 122° 13.57% 60.98%
HSB/HSV 122° 15.98% 66.27%
CMYK 15.98% 0.00% 15.38%
33.73%

Color #8EA98F in popluar number systems.

HEX 8E A9 8F
Decimal 142 169 143
Binary 10001110 10101001 10001111
Octal 216 251 217

Shades and tints

Shades of #8EA98F

#8EA98F
(142,169,143)
#829A82
(130,154,130)
#768B75
(118,139,117)
#6A7C68
(106,124,104)
#5E6D5B
(94,109,91)
#525E4E
(82,94,78)
#464F41
(70,79,65)
#3A4034
(58,64,52)
#2E3127
(46,49,39)
#22221A
(34,34,26)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #8EA98F

#8EA98F
(142,169,143)
#98B099
(152,176,153)
#A2B7A3
(162,183,163)
#ACBEAD
(172,190,173)
#B6C5B7
(182,197,183)
#C0CCC1
(192,204,193)
#CAD3CB
(202,211,203)
#D4DAD5
(212,218,213)
#DEE1DF
(222,225,223)
#E8E8E9
(232,232,233)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA98F color. Also use rgb(142,169,143) instead hex code.

Text Font Color

.myTextColor { color: #8EA98F; }

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

This text font color is #8EA98F.

Background Color

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

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

This div background color is #8EA98F.

Border color

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

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

This div border color is #8EA98F.

Opacity

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

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

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

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

This text has shadow with #8EA98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA98F.

Preview

Color preview on black background

This text has color #8EA98F on black background.


Color preview on white background

This text has color #8EA98F on white background.


Black color preview on #8EA98F background

This text has black color on #8EA98F background.


White color preview on #8EA98F background

This text has white color on #8EA98F background.


Related colors

Complementary color

Complementary color for #hex is #715670.


I love getcolorcode.com

Triadic colors

1 #8F8EA9 and #A98F8E with #8EA98F are triadic colors.

2 #8FA98E and #A98E8F with #8EA98F are triadic colors.