COLOR #8EA88F

HEX: #8EA88F RGB: (142,168,143)

Color info

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

RGB color model

#8EA88F color RGB value is (142,168,143).

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

RGB channels and saturation

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

142
168
143

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

Portions of RGB colors in percentages

R + G + B = 142 + 168 + 143 = 453 (100%)
R 142 of 453 ~ 31.35%
G 168 of 453 ~ 37.09%
B 143 of 453 ~ 31.57'%

%31.35
%37.09
%31.57

CMYK color model

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

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 34.12%

CMYK: (15,0,15,34)
C15M0Y15K34 (15%, 0%, 15%, 34%)
(0.15 / 0.00 / 0.15 / 0.34)

CMYK percentages

%15.48
%0
%14.88
%34.12

Codes

Color #8EA88F in popluar color models

8E A8 8F
RGB 142 168 143
HSL 122° 13.00% 60.78%
HSB/HSV 122° 15.48% 65.88%
CMYK 15.48% 0.00% 14.88%
34.12%

Color #8EA88F in popluar number systems.

HEX 8E A8 8F
Decimal 142 168 143
Binary 10001110 10101000 10001111
Octal 216 250 217

Shades and tints

Shades of #8EA88F

#8EA88F
(142,168,143)
#829982
(130,153,130)
#768A75
(118,138,117)
#6A7B68
(106,123,104)
#5E6C5B
(94,108,91)
#525D4E
(82,93,78)
#464E41
(70,78,65)
#3A3F34
(58,63,52)
#2E3027
(46,48,39)
#22211A
(34,33,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #8EA88F

#8EA88F
(142,168,143)
#98AF99
(152,175,153)
#A2B6A3
(162,182,163)
#ACBDAD
(172,189,173)
#B6C4B7
(182,196,183)
#C0CBC1
(192,203,193)
#CAD2CB
(202,210,203)
#D4D9D5
(212,217,213)
#DEE0DF
(222,224,223)
#E8E7E9
(232,231,233)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA88F; }

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

This text font color is #8EA88F.

Background Color

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

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

This div background color is #8EA88F.

Border color

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

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

This div border color is #8EA88F.

Opacity

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

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

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

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

This text has shadow with #8EA88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA88F.

Preview

Color preview on black background

This text has color #8EA88F on black background.


Color preview on white background

This text has color #8EA88F on white background.


Black color preview on #8EA88F background

This text has black color on #8EA88F background.


White color preview on #8EA88F background

This text has white color on #8EA88F background.


Related colors

Complementary color

Complementary color for #hex is #715770.


I love getcolorcode.com

Triadic colors

1 #8F8EA8 and #A88F8E with #8EA88F are triadic colors.

2 #8FA88E and #A88E8F with #8EA88F are triadic colors.