COLOR #8EC678

HEX: #8EC678
RGB: (142,198,120)

Color info

#8EC678 contains mainly red and green colors. Web safe color of #8EC678 is #99CC66 (or #9C6).

RGB color model

#8EC678 color RGB value is (142,198,120).

  • red value is 142;
  • green value is 198;
  • blue value is 120.
RGB:
(142,198,120)
(56%,78%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 198 of 255 = 78%
B 120 of 255 = 47%

142
198
120

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

Portions of RGB colors in percentages

R + G + B =
142 + 198 + 120 = 460 (100%)
R 142 of 460 ~ 30.87%
G 198 of 460 ~ 43.04%
B 120 of 460 ~ 26.09%

%30.87
%43.04
%26.09

CMYK color model

#8EC678 color CMYK value is (28,0,39,22).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 22.35%
CMYK:
(28,0,39,22)
C28M0Y39K22 
(28%,0%,39%,22%)
(0.28/0.00/0.39/0.22)	

CMYK percentages

%28.28
%0
%39.39
%22.35

Codes

Color #8EC678 in popluar color models

8EC678
RGB142198120
HSL103°40.63%62.35%
HSB/HSV103°39.39%77.65%
CMYK28.28%0.00%39.39%
22.35%

Color #8EC678 in popluar number systems.

HEX8EC678
Decimal142198120
Binary10001110110001101111000
Octal216306170

Shades and tints

Shades of #8EC678

#8EC678
(142,198,120)
#82B46E
(130,180,110)
#76A264
(118,162,100)
#6A905A
(106,144,90)
#5E7E50
(94,126,80)
#526C46
(82,108,70)
#465A3C
(70,90,60)
#3A4832
(58,72,50)
#2E3628
(46,54,40)
#22241E
(34,36,30)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8EC678

#8EC678
(142,198,120)
#98CB84
(152,203,132)
#A2D090
(162,208,144)
#ACD59C
(172,213,156)
#B6DAA8
(182,218,168)
#C0DFB4
(192,223,180)
#CAE4C0
(202,228,192)
#D4E9CC
(212,233,204)
#DEEED8
(222,238,216)
#E8F3E4
(232,243,228)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC678 color. Also use rgb(142,198,120) instead hex code.

Text Font Color

.myTextColor { color: #8EC678; }

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

This text font color is #8EC678.


Background Color

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

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

This div background color is #8EC678.


Border color

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

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

This div border color is #8EC678.


Opacity

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

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

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

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

This text has shadow with #8EC678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC678 on black background.


Color preview on white background

This text has color #8EC678 on white background.



Black color preview on #8EC678 background

This text has black color on #8EC678 background.


White color preview on #8EC678 background

This text has white color on #8EC678 background.