COLOR #8EAD5C

HEX: #8EAD5C RGB: (142,173,92)

Color info

#8EAD5C contains mainly red and green colors. Web safe color of #8EAD5C is #999966 (or #996).

RGB color model

#8EAD5C color RGB value is (142,173,92).

RGB: (142,173,92) (56%, 68%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 92 of 255 = 36%

142
173
92

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

Portions of RGB colors in percentages

R + G + B = 142 + 173 + 92 = 407 (100%)
R 142 of 407 ~ 34.89%
G 173 of 407 ~ 42.51%
B 92 of 407 ~ 22.6'%

%34.89
%42.51
%22.6

CMYK color model

#8EAD5C color CMYK value is (18,0,47,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 46.82%
  • key color value is 32.16%

CMYK: (18,0,47,32)
C18M0Y47K32 (18%, 0%, 47%, 32%)
(0.18 / 0.00 / 0.47 / 0.32)

CMYK percentages

%17.92
%0
%46.82
%32.16

Codes

Color #8EAD5C in popluar color models

8E AD 5C
RGB 142 173 92
HSL 83° 33.06% 51.96%
HSB/HSV 83° 46.82% 67.84%
CMYK 17.92% 0.00% 46.82%
32.16%

Color #8EAD5C in popluar number systems.

HEX 8E AD 5C
Decimal 142 173 92
Binary 10001110 10101101 1011100
Octal 216 255 134

Shades and tints

Shades of #8EAD5C

#8EAD5C
(142,173,92)
#829E54
(130,158,84)
#768F4C
(118,143,76)
#6A8044
(106,128,68)
#5E713C
(94,113,60)
#526234
(82,98,52)
#46532C
(70,83,44)
#3A4424
(58,68,36)
#2E351C
(46,53,28)
#222614
(34,38,20)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #8EAD5C

#8EAD5C
(142,173,92)
#98B46A
(152,180,106)
#A2BB78
(162,187,120)
#ACC286
(172,194,134)
#B6C994
(182,201,148)
#C0D0A2
(192,208,162)
#CAD7B0
(202,215,176)
#D4DEBE
(212,222,190)
#DEE5CC
(222,229,204)
#E8ECDA
(232,236,218)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAD5C color. Also use rgb(142,173,92) instead hex code.

Text Font Color

.myTextColor { color: #8EAD5C; }

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

This text font color is #8EAD5C.

Background Color

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

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

This div background color is #8EAD5C.

Border color

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

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

This div border color is #8EAD5C.

Opacity

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

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

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

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

This text has shadow with #8EAD5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAD5C.

Preview

Color preview on black background

This text has color #8EAD5C on black background.


Color preview on white background

This text has color #8EAD5C on white background.


Black color preview on #8EAD5C background

This text has black color on #8EAD5C background.


White color preview on #8EAD5C background

This text has white color on #8EAD5C background.


Related colors

Complementary color

Complementary color for #hex is #7152A3.


I love getcolorcode.com

Triadic colors

1 #5C8EAD and #AD5C8E with #8EAD5C are triadic colors.

2 #5CAD8E and #AD8E5C with #8EAD5C are triadic colors.