COLOR #8EE8A9

HEX: #8EE8A9
RGB: (142,232,169)

Color info

#8EE8A9 contains mainly green color. Web safe color of #8EE8A9 is #99FF99 (or #9F9).

RGB color model

#8EE8A9 color RGB value is (142,232,169).

  • red value is 142;
  • green value is 232;
  • blue value is 169.
RGB:
(142,232,169)
(56%,91%,66%)

RGB channels and saturation

R 142 of 255 = 56%
G 232 of 255 = 91%
B 169 of 255 = 66%

142
232
169

R + G + B ~ 71%. #8EE8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 232 + 169 = 543 (100%)
R 142 of 543 ~ 26.15%
G 232 of 543 ~ 42.73%
B 169 of 543 ~ 31.12%

%26.15
%42.73
%31.12

CMYK color model

#8EE8A9 color CMYK value is (39,0,27,9).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(39,0,27,9)
C39M0Y27K9 
(39%,0%,27%,9%)
(0.39/0.00/0.27/0.09)	

CMYK percentages

%38.79
%0
%27.16
%9.02

Codes

Color #8EE8A9 in popluar color models

8EE8A9
RGB142232169
HSL138°66.18%73.33%
HSB/HSV138°38.79%90.98%
CMYK38.79%0.00%27.16%
9.02%

Color #8EE8A9 in popluar number systems.

HEX8EE8A9
Decimal142232169
Binary100011101110100010101001
Octal216350251

Shades and tints

Shades of #8EE8A9

#8EE8A9
(142,232,169)
#82D39A
(130,211,154)
#76BE8B
(118,190,139)
#6AA97C
(106,169,124)
#5E946D
(94,148,109)
#527F5E
(82,127,94)
#466A4F
(70,106,79)
#3A5540
(58,85,64)
#2E4031
(46,64,49)
#222B22
(34,43,34)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8EE8A9

#8EE8A9
(142,232,169)
#98EAB0
(152,234,176)
#A2ECB7
(162,236,183)
#ACEEBE
(172,238,190)
#B6F0C5
(182,240,197)
#C0F2CC
(192,242,204)
#CAF4D3
(202,244,211)
#D4F6DA
(212,246,218)
#DEF8E1
(222,248,225)
#E8FAE8
(232,250,232)
#F2FCEF
(242,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE8A9; }

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

This text font color is #8EE8A9.


Background Color

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

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

This div background color is #8EE8A9.


Border color

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

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

This div border color is #8EE8A9.


Opacity

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

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

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

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

This text has shadow with #8EE8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE8A9 on black background.


Color preview on white background

This text has color #8EE8A9 on white background.



Black color preview on #8EE8A9 background

This text has black color on #8EE8A9 background.


White color preview on #8EE8A9 background

This text has white color on #8EE8A9 background.