COLOR #8EAE84

HEX: #8EAE84 RGB: (142,174,132)

Color info

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

RGB color model

#8EAE84 color RGB value is (142,174,132).

RGB: (142,174,132) (56%, 68%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 132 of 255 = 52%

142
174
132

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

Portions of RGB colors in percentages

R + G + B = 142 + 174 + 132 = 448 (100%)
R 142 of 448 ~ 31.7%
G 174 of 448 ~ 38.84%
B 132 of 448 ~ 29.46'%

%31.7
%38.84
%29.46

CMYK color model

#8EAE84 color CMYK value is (18,0,24,32).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 31.76%

CMYK: (18,0,24,32)
C18M0Y24K32 (18%, 0%, 24%, 32%)
(0.18 / 0.00 / 0.24 / 0.32)

CMYK percentages

%18.39
%0
%24.14
%31.76

Codes

Color #8EAE84 in popluar color models

8E AE 84
RGB 142 174 132
HSL 106° 20.59% 60.00%
HSB/HSV 106° 24.14% 68.24%
CMYK 18.39% 0.00% 24.14%
31.76%

Color #8EAE84 in popluar number systems.

HEX 8E AE 84
Decimal 142 174 132
Binary 10001110 10101110 10000100
Octal 216 256 204

Shades and tints

Shades of #8EAE84

#8EAE84
(142,174,132)
#829F78
(130,159,120)
#76906C
(118,144,108)
#6A8160
(106,129,96)
#5E7254
(94,114,84)
#526348
(82,99,72)
#46543C
(70,84,60)
#3A4530
(58,69,48)
#2E3624
(46,54,36)
#222718
(34,39,24)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #8EAE84

#8EAE84
(142,174,132)
#98B58F
(152,181,143)
#A2BC9A
(162,188,154)
#ACC3A5
(172,195,165)
#B6CAB0
(182,202,176)
#C0D1BB
(192,209,187)
#CAD8C6
(202,216,198)
#D4DFD1
(212,223,209)
#DEE6DC
(222,230,220)
#E8EDE7
(232,237,231)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAE84; }

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

This text font color is #8EAE84.

Background Color

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

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

This div background color is #8EAE84.

Border color

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

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

This div border color is #8EAE84.

Opacity

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

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

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

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

This text has shadow with #8EAE84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAE84.

Preview

Color preview on black background

This text has color #8EAE84 on black background.


Color preview on white background

This text has color #8EAE84 on white background.


Black color preview on #8EAE84 background

This text has black color on #8EAE84 background.


White color preview on #8EAE84 background

This text has white color on #8EAE84 background.


Related colors

Complementary color

Complementary color for #hex is #71517B.


I love getcolorcode.com

Triadic colors

1 #848EAE and #AE848E with #8EAE84 are triadic colors.

2 #84AE8E and #AE8E84 with #8EAE84 are triadic colors.