COLOR #8EDB80

HEX: #8EDB80
RGB: (142,219,128)

Color info

#8EDB80 contains mainly green color. Web safe color of #8EDB80 is #99CC66 (or #9C6).

RGB color model

#8EDB80 color RGB value is (142,219,128).

  • red value is 142;
  • green value is 219;
  • blue value is 128.
RGB:
(142,219,128)
(56%,86%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 219 of 255 = 86%
B 128 of 255 = 50%

142
219
128

R + G + B ~ 64%. #8EDB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 219 + 128 = 489 (100%)
R 142 of 489 ~ 29.04%
G 219 of 489 ~ 44.79%
B 128 of 489 ~ 26.18%

%29.04
%44.79
%26.18

CMYK color model

#8EDB80 color CMYK value is (35,0,42,14).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 41.55%
  • key color value is 14.12%
CMYK:
(35,0,42,14)
C35M0Y42K14 
(35%,0%,42%,14%)
(0.35/0.00/0.42/0.14)	

CMYK percentages

%35.16
%0
%41.55
%14.12

Codes

Color #8EDB80 in popluar color models

8EDB80
RGB142219128
HSL111°55.83%68.04%
HSB/HSV111°41.55%85.88%
CMYK35.16%0.00%41.55%
14.12%

Color #8EDB80 in popluar number systems.

HEX8EDB80
Decimal142219128
Binary100011101101101110000000
Octal216333200

Shades and tints

Shades of #8EDB80

#8EDB80
(142,219,128)
#82C875
(130,200,117)
#76B56A
(118,181,106)
#6AA25F
(106,162,95)
#5E8F54
(94,143,84)
#527C49
(82,124,73)
#46693E
(70,105,62)
#3A5633
(58,86,51)
#2E4328
(46,67,40)
#22301D
(34,48,29)
#161D12
(22,29,18)
#000000
(0,0,0)

Tints of #8EDB80

#8EDB80
(142,219,128)
#98DE8B
(152,222,139)
#A2E196
(162,225,150)
#ACE4A1
(172,228,161)
#B6E7AC
(182,231,172)
#C0EAB7
(192,234,183)
#CAEDC2
(202,237,194)
#D4F0CD
(212,240,205)
#DEF3D8
(222,243,216)
#E8F6E3
(232,246,227)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDB80 color. Also use rgb(142,219,128) instead hex code.

Text Font Color

.myTextColor { color: #8EDB80; }

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

This text font color is #8EDB80.


Background Color

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

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

This div background color is #8EDB80.


Border color

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

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

This div border color is #8EDB80.


Opacity

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

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

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

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

This text has shadow with #8EDB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDB80 on black background.


Color preview on white background

This text has color #8EDB80 on white background.



Black color preview on #8EDB80 background

This text has black color on #8EDB80 background.


White color preview on #8EDB80 background

This text has white color on #8EDB80 background.