COLOR #8EA68F

HEX: #8EA68F
RGB: (142,166,143)

Color info

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

RGB color model

#8EA68F color RGB value is (142,166,143).

  • red value is 142;
  • green value is 166;
  • blue value is 143.
RGB:
(142,166,143)
(56%,65%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 143 of 255 = 56%

142
166
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 143 = 451 (100%)
R 142 of 451 ~ 31.49%
G 166 of 451 ~ 36.81%
B 143 of 451 ~ 31.71%

%31.49
%36.81
%31.71

CMYK color model

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

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(14,0,14,35)
C14M0Y14K35 
(14%,0%,14%,35%)
(0.14/0.00/0.14/0.35)	

CMYK percentages

%14.46
%0
%13.86
%34.9

Codes

Color #8EA68F in popluar color models

8EA68F
RGB142166143
HSL123°11.88%60.39%
HSB/HSV123°14.46%65.10%
CMYK14.46%0.00%13.86%
34.90%

Color #8EA68F in popluar number systems.

HEX8EA68F
Decimal142166143
Binary100011101010011010001111
Octal216246217

Shades and tints

Shades of #8EA68F

#8EA68F
(142,166,143)
#829782
(130,151,130)
#768875
(118,136,117)
#6A7968
(106,121,104)
#5E6A5B
(94,106,91)
#525B4E
(82,91,78)
#464C41
(70,76,65)
#3A3D34
(58,61,52)
#2E2E27
(46,46,39)
#221F1A
(34,31,26)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #8EA68F

#8EA68F
(142,166,143)
#98AE99
(152,174,153)
#A2B6A3
(162,182,163)
#ACBEAD
(172,190,173)
#B6C6B7
(182,198,183)
#C0CEC1
(192,206,193)
#CAD6CB
(202,214,203)
#D4DED5
(212,222,213)
#DEE6DF
(222,230,223)
#E8EEE9
(232,238,233)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA68F; }

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

This text font color is #8EA68F.


Background Color

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

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

This div background color is #8EA68F.


Border color

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

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

This div border color is #8EA68F.


Opacity

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

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

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

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

This text has shadow with #8EA68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA68F on black background.


Color preview on white background

This text has color #8EA68F on white background.



Black color preview on #8EA68F background

This text has black color on #8EA68F background.


White color preview on #8EA68F background

This text has white color on #8EA68F background.