COLOR #8EAF84

HEX: #8EAF84 RGB: (142,175,132)

Color info

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

RGB color model

#8EAF84 color RGB value is (142,175,132).

RGB: (142,175,132) (56%, 69%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 132 of 255 = 52%

142
175
132

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

Portions of RGB colors in percentages

R + G + B = 142 + 175 + 132 = 449 (100%)
R 142 of 449 ~ 31.63%
G 175 of 449 ~ 38.98%
B 132 of 449 ~ 29.4'%

%31.63
%38.98
%29.4

CMYK color model

#8EAF84 color CMYK value is (19,0,25,31).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 24.57%
  • key color value is 31.37%

CMYK: (19,0,25,31)
C19M0Y25K31 (19%, 0%, 25%, 31%)
(0.19 / 0.00 / 0.25 / 0.31)

CMYK percentages

%18.86
%0
%24.57
%31.37

Codes

Color #8EAF84 in popluar color models

8E AF 84
RGB 142 175 132
HSL 106° 21.18% 60.20%
HSB/HSV 106° 24.57% 68.63%
CMYK 18.86% 0.00% 24.57%
31.37%

Color #8EAF84 in popluar number systems.

HEX 8E AF 84
Decimal 142 175 132
Binary 10001110 10101111 10000100
Octal 216 257 204

Shades and tints

Shades of #8EAF84

#8EAF84
(142,175,132)
#82A078
(130,160,120)
#76916C
(118,145,108)
#6A8260
(106,130,96)
#5E7354
(94,115,84)
#526448
(82,100,72)
#46553C
(70,85,60)
#3A4630
(58,70,48)
#2E3724
(46,55,36)
#222818
(34,40,24)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #8EAF84

#8EAF84
(142,175,132)
#98B68F
(152,182,143)
#A2BD9A
(162,189,154)
#ACC4A5
(172,196,165)
#B6CBB0
(182,203,176)
#C0D2BB
(192,210,187)
#CAD9C6
(202,217,198)
#D4E0D1
(212,224,209)
#DEE7DC
(222,231,220)
#E8EEE7
(232,238,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAF84; }

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

This text font color is #8EAF84.

Background Color

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

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

This div background color is #8EAF84.

Border color

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

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

This div border color is #8EAF84.

Opacity

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

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

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

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

This text has shadow with #8EAF84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAF84.

Preview

Color preview on black background

This text has color #8EAF84 on black background.


Color preview on white background

This text has color #8EAF84 on white background.


Black color preview on #8EAF84 background

This text has black color on #8EAF84 background.


White color preview on #8EAF84 background

This text has white color on #8EAF84 background.


Related colors

Complementary color

Complementary color for #hex is #71507B.


I love getcolorcode.com

Triadic colors

1 #848EAF and #AF848E with #8EAF84 are triadic colors.

2 #84AF8E and #AF8E84 with #8EAF84 are triadic colors.