COLOR #8EA284

HEX: #8EA284 RGB: (142,162,132)

Color info

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

RGB color model

#8EA284 color RGB value is (142,162,132).

RGB: (142,162,132) (56%, 64%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 132 of 255 = 52%

142
162
132

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

Portions of RGB colors in percentages

R + G + B = 142 + 162 + 132 = 436 (100%)
R 142 of 436 ~ 32.57%
G 162 of 436 ~ 37.16%
B 132 of 436 ~ 30.28'%

%32.57
%37.16
%30.28

CMYK color model

#8EA284 color CMYK value is (12,0,19,36).

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

CMYK: (12,0,19,36)
C12M0Y19K36 (12%, 0%, 19%, 36%)
(0.12 / 0.00 / 0.19 / 0.36)

CMYK percentages

%12.35
%0
%18.52
%36.47

Codes

Color #8EA284 in popluar color models

8E A2 84
RGB 142 162 132
HSL 100° 13.89% 57.65%
HSB/HSV 100° 18.52% 63.53%
CMYK 12.35% 0.00% 18.52%
36.47%

Color #8EA284 in popluar number systems.

HEX 8E A2 84
Decimal 142 162 132
Binary 10001110 10100010 10000100
Octal 216 242 204

Shades and tints

Shades of #8EA284

#8EA284
(142,162,132)
#829478
(130,148,120)
#76866C
(118,134,108)
#6A7860
(106,120,96)
#5E6A54
(94,106,84)
#525C48
(82,92,72)
#464E3C
(70,78,60)
#3A4030
(58,64,48)
#2E3224
(46,50,36)
#222418
(34,36,24)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #8EA284

#8EA284
(142,162,132)
#98AA8F
(152,170,143)
#A2B29A
(162,178,154)
#ACBAA5
(172,186,165)
#B6C2B0
(182,194,176)
#C0CABB
(192,202,187)
#CAD2C6
(202,210,198)
#D4DAD1
(212,218,209)
#DEE2DC
(222,226,220)
#E8EAE7
(232,234,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA284; }

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

This text font color is #8EA284.

Background Color

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

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

This div background color is #8EA284.

Border color

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

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

This div border color is #8EA284.

Opacity

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

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

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

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

This text has shadow with #8EA284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA284.

Preview

Color preview on black background

This text has color #8EA284 on black background.


Color preview on white background

This text has color #8EA284 on white background.


Black color preview on #8EA284 background

This text has black color on #8EA284 background.


White color preview on #8EA284 background

This text has white color on #8EA284 background.


Related colors

Complementary color

Complementary color for #hex is #715D7B.


I love getcolorcode.com

Triadic colors

1 #848EA2 and #A2848E with #8EA284 are triadic colors.

2 #84A28E and #A28E84 with #8EA284 are triadic colors.