COLOR #8EA292

HEX: #8EA292 RGB: (142,162,146)

Color info

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

RGB color model

#8EA292 color RGB value is (142,162,146).

RGB: (142,162,146) (56%, 64%, 57%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 146 of 255 = 57%

142
162
146

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

Portions of RGB colors in percentages

R + G + B = 142 + 162 + 146 = 450 (100%)
R 142 of 450 ~ 31.56%
G 162 of 450 ~ 36%
B 146 of 450 ~ 32.44'%

%31.56
%36
%32.44

CMYK color model

#8EA292 color CMYK value is (12,0,10,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 36.47%

CMYK: (12,0,10,36)
C12M0Y10K36 (12%, 0%, 10%, 36%)
(0.12 / 0.00 / 0.10 / 0.36)

CMYK percentages

%12.35
%0
%9.88
%36.47

Codes

Color #8EA292 in popluar color models

8E A2 92
RGB 142 162 146
HSL 132° 9.71% 59.61%
HSB/HSV 132° 12.35% 63.53%
CMYK 12.35% 0.00% 9.88%
36.47%

Color #8EA292 in popluar number systems.

HEX 8E A2 92
Decimal 142 162 146
Binary 10001110 10100010 10010010
Octal 216 242 222

Shades and tints

Shades of #8EA292

#8EA292
(142,162,146)
#829485
(130,148,133)
#768678
(118,134,120)
#6A786B
(106,120,107)
#5E6A5E
(94,106,94)
#525C51
(82,92,81)
#464E44
(70,78,68)
#3A4037
(58,64,55)
#2E322A
(46,50,42)
#22241D
(34,36,29)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #8EA292

#8EA292
(142,162,146)
#98AA9B
(152,170,155)
#A2B2A4
(162,178,164)
#ACBAAD
(172,186,173)
#B6C2B6
(182,194,182)
#C0CABF
(192,202,191)
#CAD2C8
(202,210,200)
#D4DAD1
(212,218,209)
#DEE2DA
(222,226,218)
#E8EAE3
(232,234,227)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA292; }

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

This text font color is #8EA292.

Background Color

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

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

This div background color is #8EA292.

Border color

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

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

This div border color is #8EA292.

Opacity

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

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

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

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

This text has shadow with #8EA292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA292.

Preview

Color preview on black background

This text has color #8EA292 on black background.


Color preview on white background

This text has color #8EA292 on white background.


Black color preview on #8EA292 background

This text has black color on #8EA292 background.


White color preview on #8EA292 background

This text has white color on #8EA292 background.


Related colors

Complementary color

Complementary color for #hex is #715D6D.


I love getcolorcode.com

Triadic colors

1 #928EA2 and #A2928E with #8EA292 are triadic colors.

2 #92A28E and #A28E92 with #8EA292 are triadic colors.