COLOR #8EE9A1

HEX: #8EE9A1
RGB: (142,233,161)

Color info

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

RGB color model

#8EE9A1 color RGB value is (142,233,161).

  • red value is 142;
  • green value is 233;
  • blue value is 161.
RGB:
(142,233,161)
(56%,91%,63%)

RGB channels and saturation

R 142 of 255 = 56%
G 233 of 255 = 91%
B 161 of 255 = 63%

142
233
161

R + G + B ~ 70%. #8EE9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 233 + 161 = 536 (100%)
R 142 of 536 ~ 26.49%
G 233 of 536 ~ 43.47%
B 161 of 536 ~ 30.04%

%26.49
%43.47
%30.04

CMYK color model

#8EE9A1 color CMYK value is (39,0,31,9).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 30.90%
  • key color value is 8.63%
CMYK:
(39,0,31,9)
C39M0Y31K9 
(39%,0%,31%,9%)
(0.39/0.00/0.31/0.09)	

CMYK percentages

%39.06
%0
%30.9
%8.63

Codes

Color #8EE9A1 in popluar color models

8EE9A1
RGB142233161
HSL133°67.41%73.53%
HSB/HSV133°39.06%91.37%
CMYK39.06%0.00%30.90%
8.63%

Color #8EE9A1 in popluar number systems.

HEX8EE9A1
Decimal142233161
Binary100011101110100110100001
Octal216351241

Shades and tints

Shades of #8EE9A1

#8EE9A1
(142,233,161)
#82D493
(130,212,147)
#76BF85
(118,191,133)
#6AAA77
(106,170,119)
#5E9569
(94,149,105)
#52805B
(82,128,91)
#466B4D
(70,107,77)
#3A563F
(58,86,63)
#2E4131
(46,65,49)
#222C23
(34,44,35)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #8EE9A1

#8EE9A1
(142,233,161)
#98EBA9
(152,235,169)
#A2EDB1
(162,237,177)
#ACEFB9
(172,239,185)
#B6F1C1
(182,241,193)
#C0F3C9
(192,243,201)
#CAF5D1
(202,245,209)
#D4F7D9
(212,247,217)
#DEF9E1
(222,249,225)
#E8FBE9
(232,251,233)
#F2FDF1
(242,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE9A1; }

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

This text font color is #8EE9A1.


Background Color

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

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

This div background color is #8EE9A1.


Border color

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

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

This div border color is #8EE9A1.


Opacity

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

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

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

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

This text has shadow with #8EE9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE9A1 on black background.


Color preview on white background

This text has color #8EE9A1 on white background.



Black color preview on #8EE9A1 background

This text has black color on #8EE9A1 background.


White color preview on #8EE9A1 background

This text has white color on #8EE9A1 background.