COLOR #8EA28D

HEX: #8EA28D
RGB: (142,162,141)

Color info

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

RGB color model

#8EA28D color RGB value is (142,162,141).

  • red value is 142;
  • green value is 162;
  • blue value is 141.
RGB:
(142,162,141)
(56%,64%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 141 of 255 = 55%

142
162
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 141 = 445 (100%)
R 142 of 445 ~ 31.91%
G 162 of 445 ~ 36.4%
B 141 of 445 ~ 31.69%

%31.91
%36.4
%31.69

CMYK color model

#8EA28D color CMYK value is (12,0,13,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK:
(12,0,13,36)
C12M0Y13K36 
(12%,0%,13%,36%)
(0.12/0.00/0.13/0.36)	

CMYK percentages

%12.35
%0
%12.96
%36.47

Codes

Color #8EA28D in popluar color models

8EA28D
RGB142162141
HSL117°10.14%59.41%
HSB/HSV117°12.96%63.53%
CMYK12.35%0.00%12.96%
36.47%

Color #8EA28D in popluar number systems.

HEX8EA28D
Decimal142162141
Binary100011101010001010001101
Octal216242215

Shades and tints

Shades of #8EA28D

#8EA28D
(142,162,141)
#829481
(130,148,129)
#768675
(118,134,117)
#6A7869
(106,120,105)
#5E6A5D
(94,106,93)
#525C51
(82,92,81)
#464E45
(70,78,69)
#3A4039
(58,64,57)
#2E322D
(46,50,45)
#222421
(34,36,33)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #8EA28D

#8EA28D
(142,162,141)
#98AA97
(152,170,151)
#A2B2A1
(162,178,161)
#ACBAAB
(172,186,171)
#B6C2B5
(182,194,181)
#C0CABF
(192,202,191)
#CAD2C9
(202,210,201)
#D4DAD3
(212,218,211)
#DEE2DD
(222,226,221)
#E8EAE7
(232,234,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA28D; }

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

This text font color is #8EA28D.


Background Color

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

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

This div background color is #8EA28D.


Border color

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

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

This div border color is #8EA28D.


Opacity

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

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

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

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

This text has shadow with #8EA28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA28D on black background.


Color preview on white background

This text has color #8EA28D on white background.



Black color preview on #8EA28D background

This text has black color on #8EA28D background.


White color preview on #8EA28D background

This text has white color on #8EA28D background.