COLOR #8EA290

HEX: #8EA290
RGB: (142,162,144)

Color info

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

RGB color model

#8EA290 color RGB value is (142,162,144).

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

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 144 of 255 = 56%

142
162
144

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 144 = 448 (100%)
R 142 of 448 ~ 31.7%
G 162 of 448 ~ 36.16%
B 144 of 448 ~ 32.14%

%31.7
%36.16
%32.14

CMYK color model

#8EA290 color CMYK value is (12,0,11,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(12,0,11,36)
C12M0Y11K36 
(12%,0%,11%,36%)
(0.12/0.00/0.11/0.36)	

CMYK percentages

%12.35
%0
%11.11
%36.47

Codes

Color #8EA290 in popluar color models

8EA290
RGB142162144
HSL126°9.71%59.61%
HSB/HSV126°12.35%63.53%
CMYK12.35%0.00%11.11%
36.47%

Color #8EA290 in popluar number systems.

HEX8EA290
Decimal142162144
Binary100011101010001010010000
Octal216242220

Shades and tints

Shades of #8EA290

#8EA290
(142,162,144)
#829483
(130,148,131)
#768676
(118,134,118)
#6A7869
(106,120,105)
#5E6A5C
(94,106,92)
#525C4F
(82,92,79)
#464E42
(70,78,66)
#3A4035
(58,64,53)
#2E3228
(46,50,40)
#22241B
(34,36,27)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #8EA290

#8EA290
(142,162,144)
#98AA9A
(152,170,154)
#A2B2A4
(162,178,164)
#ACBAAE
(172,186,174)
#B6C2B8
(182,194,184)
#C0CAC2
(192,202,194)
#CAD2CC
(202,210,204)
#D4DAD6
(212,218,214)
#DEE2E0
(222,226,224)
#E8EAEA
(232,234,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA290; }

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

This text font color is #8EA290.


Background Color

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

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

This div background color is #8EA290.


Border color

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

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

This div border color is #8EA290.


Opacity

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

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

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

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

This text has shadow with #8EA290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA290 on black background.


Color preview on white background

This text has color #8EA290 on white background.



Black color preview on #8EA290 background

This text has black color on #8EA290 background.


White color preview on #8EA290 background

This text has white color on #8EA290 background.