COLOR #8EC684

HEX: #8EC684
RGB: (142,198,132)

Color info

#8EC684 contains mainly red and green colors. Web safe color of #8EC684 is #99CC99 (or #9C9).

RGB color model

#8EC684 color RGB value is (142,198,132).

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

RGB channels and saturation

R 142 of 255 = 56%
G 198 of 255 = 78%
B 132 of 255 = 52%

142
198
132

R + G + B ~ 62%. #8EC684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 198 + 132 = 472 (100%)
R 142 of 472 ~ 30.08%
G 198 of 472 ~ 41.95%
B 132 of 472 ~ 27.97%

%30.08
%41.95
%27.97

CMYK color model

#8EC684 color CMYK value is (28,0,33,22).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 22.35%
CMYK:
(28,0,33,22)
C28M0Y33K22 
(28%,0%,33%,22%)
(0.28/0.00/0.33/0.22)	

CMYK percentages

%28.28
%0
%33.33
%22.35

Codes

Color #8EC684 in popluar color models

8EC684
RGB142198132
HSL111°36.67%64.71%
HSB/HSV111°33.33%77.65%
CMYK28.28%0.00%33.33%
22.35%

Color #8EC684 in popluar number systems.

HEX8EC684
Decimal142198132
Binary100011101100011010000100
Octal216306204

Shades and tints

Shades of #8EC684

#8EC684
(142,198,132)
#82B478
(130,180,120)
#76A26C
(118,162,108)
#6A9060
(106,144,96)
#5E7E54
(94,126,84)
#526C48
(82,108,72)
#465A3C
(70,90,60)
#3A4830
(58,72,48)
#2E3624
(46,54,36)
#222418
(34,36,24)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #8EC684

#8EC684
(142,198,132)
#98CB8F
(152,203,143)
#A2D09A
(162,208,154)
#ACD5A5
(172,213,165)
#B6DAB0
(182,218,176)
#C0DFBB
(192,223,187)
#CAE4C6
(202,228,198)
#D4E9D1
(212,233,209)
#DEEEDC
(222,238,220)
#E8F3E7
(232,243,231)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC684; }

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

This text font color is #8EC684.


Background Color

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

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

This div background color is #8EC684.


Border color

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

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

This div border color is #8EC684.


Opacity

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

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

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

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

This text has shadow with #8EC684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC684 on black background.


Color preview on white background

This text has color #8EC684 on white background.



Black color preview on #8EC684 background

This text has black color on #8EC684 background.


White color preview on #8EC684 background

This text has white color on #8EC684 background.