COLOR #8ED39B

HEX: #8ED39B
RGB: (142,211,155)

Color info

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

RGB color model

#8ED39B color RGB value is (142,211,155).

  • red value is 142;
  • green value is 211;
  • blue value is 155.
RGB:
(142,211,155)
(56%,83%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 211 of 255 = 83%
B 155 of 255 = 61%

142
211
155

R + G + B ~ 67%. #8ED39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 211 + 155 = 508 (100%)
R 142 of 508 ~ 27.95%
G 211 of 508 ~ 41.54%
B 155 of 508 ~ 30.51%

%27.95
%41.54
%30.51

CMYK color model

#8ED39B color CMYK value is (33,0,27,17).

  • cyan value is 32.70%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(33,0,27,17)
C33M0Y27K17 
(33%,0%,27%,17%)
(0.33/0.00/0.27/0.17)	

CMYK percentages

%32.7
%0
%26.54
%17.25

Codes

Color #8ED39B in popluar color models

8ED39B
RGB142211155
HSL131°43.95%69.22%
HSB/HSV131°32.70%82.75%
CMYK32.70%0.00%26.54%
17.25%

Color #8ED39B in popluar number systems.

HEX8ED39B
Decimal142211155
Binary100011101101001110011011
Octal216323233

Shades and tints

Shades of #8ED39B

#8ED39B
(142,211,155)
#82C08D
(130,192,141)
#76AD7F
(118,173,127)
#6A9A71
(106,154,113)
#5E8763
(94,135,99)
#527455
(82,116,85)
#466147
(70,97,71)
#3A4E39
(58,78,57)
#2E3B2B
(46,59,43)
#22281D
(34,40,29)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #8ED39B

#8ED39B
(142,211,155)
#98D7A4
(152,215,164)
#A2DBAD
(162,219,173)
#ACDFB6
(172,223,182)
#B6E3BF
(182,227,191)
#C0E7C8
(192,231,200)
#CAEBD1
(202,235,209)
#D4EFDA
(212,239,218)
#DEF3E3
(222,243,227)
#E8F7EC
(232,247,236)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED39B; }

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

This text font color is #8ED39B.


Background Color

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

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

This div background color is #8ED39B.


Border color

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

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

This div border color is #8ED39B.


Opacity

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

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

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

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

This text has shadow with #8ED39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED39B on black background.


Color preview on white background

This text has color #8ED39B on white background.



Black color preview on #8ED39B background

This text has black color on #8ED39B background.


White color preview on #8ED39B background

This text has white color on #8ED39B background.