COLOR #8EE9A8

HEX: #8EE9A8 RGB: (142,233,168)

Color info

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

RGB color model

#8EE9A8 color RGB value is (142,233,168).

RGB: (142,233,168) (56%, 91%, 66%)

RGB channels and saturation

R 142 of 255 = 56%
G 233 of 255 = 91%
B 168 of 255 = 66%

142
233
168

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

Portions of RGB colors in percentages

R + G + B = 142 + 233 + 168 = 543 (100%)
R 142 of 543 ~ 26.15%
G 233 of 543 ~ 42.91%
B 168 of 543 ~ 30.94'%

%26.15
%42.91
%30.94

CMYK color model

#8EE9A8 color CMYK value is (39,0,28,9).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 27.90%
  • key color value is 8.63%
CMYK: (39,0,28,9) C39M0Y28K9 (39%,0%,28%,9%) (0.39/0.00/0.28/0.09) 

CMYK percentages

%39.06
%0
%27.9
%8.63

Codes

Color #8EE9A8 in popluar color models

8E E9 A8
RGB 142 233 168
HSL 137° 67.41% 73.53%
HSB/HSV 137° 39.06% 91.37%
CMYK 39.06% 0.00% 27.90%
8.63%

Color #8EE9A8 in popluar number systems.

HEX 8E E9 A8
Decimal 142 233 168
Binary 10001110 11101001 10101000
Octal 216 351 250

Shades and tints

Shades of #8EE9A8

#8EE9A8
(142,233,168)
#82D499
(130,212,153)
#76BF8A
(118,191,138)
#6AAA7B
(106,170,123)
#5E956C
(94,149,108)
#52805D
(82,128,93)
#466B4E
(70,107,78)
#3A563F
(58,86,63)
#2E4130
(46,65,48)
#222C21
(34,44,33)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #8EE9A8

#8EE9A8
(142,233,168)
#98EBAF
(152,235,175)
#A2EDB6
(162,237,182)
#ACEFBD
(172,239,189)
#B6F1C4
(182,241,196)
#C0F3CB
(192,243,203)
#CAF5D2
(202,245,210)
#D4F7D9
(212,247,217)
#DEF9E0
(222,249,224)
#E8FBE7
(232,251,231)
#F2FDEE
(242,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE9A8; }

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

This text font color is #8EE9A8.

Background Color

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

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

This div background color is #8EE9A8.

Border color

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

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

This div border color is #8EE9A8.

Opacity

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

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

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

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

This text has shadow with #8EE9A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE9A8.

Preview

Color preview on black background

This text has color #8EE9A8 on black background.


Color preview on white background

This text has color #8EE9A8 on white background.


Black color preview on #8EE9A8 background

This text has black color on #8EE9A8 background.


White color preview on #8EE9A8 background

This text has white color on #8EE9A8 background.


Related colors

Complementary color

Complementary color for #hex is #711657.


I love getcolorcode.com

Triadic colors

1 #A88EE9 and #E9A88E with #8EE9A8 are triadic colors.

2 #A8E98E and #E98EA8 with #8EE9A8 are triadic colors.