COLOR #8EDD8E

HEX: #8EDD8E
RGB: (142,221,142)

Color info

#8EDD8E contains mainly green color. Web safe color of #8EDD8E is #99CC99 (or #9C9).

RGB color model

#8EDD8E color RGB value is (142,221,142).

  • red value is 142;
  • green value is 221;
  • blue value is 142.
RGB:
(142,221,142)
(56%,87%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 221 of 255 = 87%
B 142 of 255 = 56%

142
221
142

R + G + B ~ 66%. #8EDD8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 221 + 142 = 505 (100%)
R 142 of 505 ~ 28.12%
G 221 of 505 ~ 43.76%
B 142 of 505 ~ 28.12%

%28.12
%43.76
%28.12

CMYK color model

#8EDD8E color CMYK value is (36,0,36,13).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 13.33%
CMYK:
(36,0,36,13)
C36M0Y36K13 
(36%,0%,36%,13%)
(0.36/0.00/0.36/0.13)	

CMYK percentages

%35.75
%0
%35.75
%13.33

Codes

Color #8EDD8E in popluar color models

8EDD8E
RGB142221142
HSL120°53.74%71.18%
HSB/HSV120°35.75%86.67%
CMYK35.75%0.00%35.75%
13.33%

Color #8EDD8E in popluar number systems.

HEX8EDD8E
Decimal142221142
Binary100011101101110110001110
Octal216335216

Shades and tints

Shades of #8EDD8E

#8EDD8E
(142,221,142)
#82C982
(130,201,130)
#76B576
(118,181,118)
#6AA16A
(106,161,106)
#5E8D5E
(94,141,94)
#527952
(82,121,82)
#466546
(70,101,70)
#3A513A
(58,81,58)
#2E3D2E
(46,61,46)
#222922
(34,41,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #8EDD8E

#8EDD8E
(142,221,142)
#98E098
(152,224,152)
#A2E3A2
(162,227,162)
#ACE6AC
(172,230,172)
#B6E9B6
(182,233,182)
#C0ECC0
(192,236,192)
#CAEFCA
(202,239,202)
#D4F2D4
(212,242,212)
#DEF5DE
(222,245,222)
#E8F8E8
(232,248,232)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDD8E; }

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

This text font color is #8EDD8E.


Background Color

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

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

This div background color is #8EDD8E.


Border color

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

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

This div border color is #8EDD8E.


Opacity

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

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

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

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

This text has shadow with #8EDD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDD8E on black background.


Color preview on white background

This text has color #8EDD8E on white background.



Black color preview on #8EDD8E background

This text has black color on #8EDD8E background.


White color preview on #8EDD8E background

This text has white color on #8EDD8E background.