COLOR #8EDE9F

HEX: #8EDE9F
RGB: (142,222,159)

Color info

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

RGB color model

#8EDE9F color RGB value is (142,222,159).

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

RGB channels and saturation

R 142 of 255 = 56%
G 222 of 255 = 87%
B 159 of 255 = 62%

142
222
159

R + G + B ~ 68%. #8EDE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 222 + 159 = 523 (100%)
R 142 of 523 ~ 27.15%
G 222 of 523 ~ 42.45%
B 159 of 523 ~ 30.4%

%27.15
%42.45
%30.4

CMYK color model

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

  • cyan value is 36.04%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 12.94%
CMYK:
(36,0,28,13)
C36M0Y28K13 
(36%,0%,28%,13%)
(0.36/0.00/0.28/0.13)	

CMYK percentages

%36.04
%0
%28.38
%12.94

Codes

Color #8EDE9F in popluar color models

8EDE9F
RGB142222159
HSL133°54.79%71.37%
HSB/HSV133°36.04%87.06%
CMYK36.04%0.00%28.38%
12.94%

Color #8EDE9F in popluar number systems.

HEX8EDE9F
Decimal142222159
Binary100011101101111010011111
Octal216336237

Shades and tints

Shades of #8EDE9F

#8EDE9F
(142,222,159)
#82CA91
(130,202,145)
#76B683
(118,182,131)
#6AA275
(106,162,117)
#5E8E67
(94,142,103)
#527A59
(82,122,89)
#46664B
(70,102,75)
#3A523D
(58,82,61)
#2E3E2F
(46,62,47)
#222A21
(34,42,33)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8EDE9F

#8EDE9F
(142,222,159)
#98E1A7
(152,225,167)
#A2E4AF
(162,228,175)
#ACE7B7
(172,231,183)
#B6EABF
(182,234,191)
#C0EDC7
(192,237,199)
#CAF0CF
(202,240,207)
#D4F3D7
(212,243,215)
#DEF6DF
(222,246,223)
#E8F9E7
(232,249,231)
#F2FCEF
(242,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDE9F; }

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

This text font color is #8EDE9F.


Background Color

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

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

This div background color is #8EDE9F.


Border color

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

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

This div border color is #8EDE9F.


Opacity

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

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

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

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

This text has shadow with #8EDE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDE9F on black background.


Color preview on white background

This text has color #8EDE9F on white background.



Black color preview on #8EDE9F background

This text has black color on #8EDE9F background.


White color preview on #8EDE9F background

This text has white color on #8EDE9F background.