COLOR #8EAD6C

HEX: #8EAD6C
RGB: (142,173,108)

Color info

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

RGB color model

#8EAD6C color RGB value is (142,173,108).

  • red value is 142;
  • green value is 173;
  • blue value is 108.
RGB:
(142,173,108)
(56%,68%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 108 of 255 = 42%

142
173
108

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 108 = 423 (100%)
R 142 of 423 ~ 33.57%
G 173 of 423 ~ 40.9%
B 108 of 423 ~ 25.53%

%33.57
%40.9
%25.53

CMYK color model

#8EAD6C color CMYK value is (18,0,38,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(18,0,38,32)
C18M0Y38K32 
(18%,0%,38%,32%)
(0.18/0.00/0.38/0.32)	

CMYK percentages

%17.92
%0
%37.57
%32.16

Codes

Color #8EAD6C in popluar color models

8EAD6C
RGB142173108
HSL89°28.38%55.10%
HSB/HSV89°37.57%67.84%
CMYK17.92%0.00%37.57%
32.16%

Color #8EAD6C in popluar number systems.

HEX8EAD6C
Decimal142173108
Binary10001110101011011101100
Octal216255154

Shades and tints

Shades of #8EAD6C

#8EAD6C
(142,173,108)
#829E63
(130,158,99)
#768F5A
(118,143,90)
#6A8051
(106,128,81)
#5E7148
(94,113,72)
#52623F
(82,98,63)
#465336
(70,83,54)
#3A442D
(58,68,45)
#2E3524
(46,53,36)
#22261B
(34,38,27)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #8EAD6C

#8EAD6C
(142,173,108)
#98B479
(152,180,121)
#A2BB86
(162,187,134)
#ACC293
(172,194,147)
#B6C9A0
(182,201,160)
#C0D0AD
(192,208,173)
#CAD7BA
(202,215,186)
#D4DEC7
(212,222,199)
#DEE5D4
(222,229,212)
#E8ECE1
(232,236,225)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD6C; }

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

This text font color is #8EAD6C.


Background Color

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

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

This div background color is #8EAD6C.


Border color

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

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

This div border color is #8EAD6C.


Opacity

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

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

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

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

This text has shadow with #8EAD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD6C on black background.


Color preview on white background

This text has color #8EAD6C on white background.



Black color preview on #8EAD6C background

This text has black color on #8EAD6C background.


White color preview on #8EAD6C background

This text has white color on #8EAD6C background.