COLOR #8EA282

HEX: #8EA282
RGB: (142,162,130)

Color info

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

RGB color model

#8EA282 color RGB value is (142,162,130).

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

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 130 of 255 = 51%

142
162
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 130 = 434 (100%)
R 142 of 434 ~ 32.72%
G 162 of 434 ~ 37.33%
B 130 of 434 ~ 29.95%

%32.72
%37.33
%29.95

CMYK color model

#8EA282 color CMYK value is (12,0,20,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 36.47%
CMYK:
(12,0,20,36)
C12M0Y20K36 
(12%,0%,20%,36%)
(0.12/0.00/0.20/0.36)	

CMYK percentages

%12.35
%0
%19.75
%36.47

Codes

Color #8EA282 in popluar color models

8EA282
RGB142162130
HSL98°14.68%57.25%
HSB/HSV98°19.75%63.53%
CMYK12.35%0.00%19.75%
36.47%

Color #8EA282 in popluar number systems.

HEX8EA282
Decimal142162130
Binary100011101010001010000010
Octal216242202

Shades and tints

Shades of #8EA282

#8EA282
(142,162,130)
#829477
(130,148,119)
#76866C
(118,134,108)
#6A7861
(106,120,97)
#5E6A56
(94,106,86)
#525C4B
(82,92,75)
#464E40
(70,78,64)
#3A4035
(58,64,53)
#2E322A
(46,50,42)
#22241F
(34,36,31)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #8EA282

#8EA282
(142,162,130)
#98AA8D
(152,170,141)
#A2B298
(162,178,152)
#ACBAA3
(172,186,163)
#B6C2AE
(182,194,174)
#C0CAB9
(192,202,185)
#CAD2C4
(202,210,196)
#D4DACF
(212,218,207)
#DEE2DA
(222,226,218)
#E8EAE5
(232,234,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA282; }

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

This text font color is #8EA282.


Background Color

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

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

This div background color is #8EA282.


Border color

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

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

This div border color is #8EA282.


Opacity

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

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

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

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

This text has shadow with #8EA282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA282 on black background.


Color preview on white background

This text has color #8EA282 on white background.



Black color preview on #8EA282 background

This text has black color on #8EA282 background.


White color preview on #8EA282 background

This text has white color on #8EA282 background.