COLOR #8EA98E

HEX: #8EA98E RGB: (142,169,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
169
142

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

Portions of RGB colors in percentages

R + G + B = 142 + 169 + 142 = 453 (100%)
R 142 of 453 ~ 31.35%
G 169 of 453 ~ 37.31%
B 142 of 453 ~ 31.35'%

%31.35
%37.31
%31.35

CMYK color model

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

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

CMYK: (16,0,16,34)
C16M0Y16K34 (16%, 0%, 16%, 34%)
(0.16 / 0.00 / 0.16 / 0.34)

CMYK percentages

%15.98
%0
%15.98
%33.73

Codes

Color #8EA98E in popluar color models

8E A9 8E
RGB 142 169 142
HSL 120° 13.57% 60.98%
HSB/HSV 120° 15.98% 66.27%
CMYK 15.98% 0.00% 15.98%
33.73%

Color #8EA98E in popluar number systems.

HEX 8E A9 8E
Decimal 142 169 142
Binary 10001110 10101001 10001110
Octal 216 251 216

Shades and tints

Shades of #8EA98E

#8EA98E
(142,169,142)
#829A82
(130,154,130)
#768B76
(118,139,118)
#6A7C6A
(106,124,106)
#5E6D5E
(94,109,94)
#525E52
(82,94,82)
#464F46
(70,79,70)
#3A403A
(58,64,58)
#2E312E
(46,49,46)
#222222
(34,34,34)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8EA98E

#8EA98E
(142,169,142)
#98B098
(152,176,152)
#A2B7A2
(162,183,162)
#ACBEAC
(172,190,172)
#B6C5B6
(182,197,182)
#C0CCC0
(192,204,192)
#CAD3CA
(202,211,202)
#D4DAD4
(212,218,212)
#DEE1DE
(222,225,222)
#E8E8E8
(232,232,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA98E; }

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

This text font color is #8EA98E.

Background Color

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

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

This div background color is #8EA98E.

Border color

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

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

This div border color is #8EA98E.

Opacity

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

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

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

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

This text has shadow with #8EA98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA98E.

Preview

Color preview on black background

This text has color #8EA98E on black background.


Color preview on white background

This text has color #8EA98E on white background.


Black color preview on #8EA98E background

This text has black color on #8EA98E background.


White color preview on #8EA98E background

This text has white color on #8EA98E background.


Related colors

Complementary color

Complementary color for #hex is #715671.


I love getcolorcode.com

Triadic colors

1 #8E8EA9 and #A98E8E with #8EA98E are triadic colors.

2 #8EA98E and #A98E8E with #8EA98E are triadic colors.