COLOR #8EE0AB

HEX: #8EE0AB RGB: (142,224,171)

Color info

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

RGB color model

#8EE0AB color RGB value is (142,224,171).

RGB: (142,224,171) (56%, 88%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 224 of 255 = 88%
B 171 of 255 = 67%

142
224
171

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

Portions of RGB colors in percentages

R + G + B = 142 + 224 + 171 = 537 (100%)
R 142 of 537 ~ 26.44%
G 224 of 537 ~ 41.71%
B 171 of 537 ~ 31.84'%

%26.44
%41.71
%31.84

CMYK color model

#8EE0AB color CMYK value is (37,0,24,12).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 12.16%

CMYK: (37,0,24,12)
C37M0Y24K12 (37%, 0%, 24%, 12%)
(0.37 / 0.00 / 0.24 / 0.12)

CMYK percentages

%36.61
%0
%23.66
%12.16

Codes

Color #8EE0AB in popluar color models

8E E0 AB
RGB 142 224 171
HSL 141° 56.94% 71.76%
HSB/HSV 141° 36.61% 87.84%
CMYK 36.61% 0.00% 23.66%
12.16%

Color #8EE0AB in popluar number systems.

HEX 8E E0 AB
Decimal 142 224 171
Binary 10001110 11100000 10101011
Octal 216 340 253

Shades and tints

Shades of #8EE0AB

#8EE0AB
(142,224,171)
#82CC9C
(130,204,156)
#76B88D
(118,184,141)
#6AA47E
(106,164,126)
#5E906F
(94,144,111)
#527C60
(82,124,96)
#466851
(70,104,81)
#3A5442
(58,84,66)
#2E4033
(46,64,51)
#222C24
(34,44,36)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #8EE0AB

#8EE0AB
(142,224,171)
#98E2B2
(152,226,178)
#A2E4B9
(162,228,185)
#ACE6C0
(172,230,192)
#B6E8C7
(182,232,199)
#C0EACE
(192,234,206)
#CAECD5
(202,236,213)
#D4EEDC
(212,238,220)
#DEF0E3
(222,240,227)
#E8F2EA
(232,242,234)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE0AB color. Also use rgb(142,224,171) instead hex code.

Text Font Color

.myTextColor { color: #8EE0AB; }

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

This text font color is #8EE0AB.

Background Color

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

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

This div background color is #8EE0AB.

Border color

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

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

This div border color is #8EE0AB.

Opacity

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

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

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

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

This text has shadow with #8EE0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE0AB.

Preview

Color preview on black background

This text has color #8EE0AB on black background.


Color preview on white background

This text has color #8EE0AB on white background.


Black color preview on #8EE0AB background

This text has black color on #8EE0AB background.


White color preview on #8EE0AB background

This text has white color on #8EE0AB background.


Related colors

Complementary color

Complementary color for #hex is #711F54.


I love getcolorcode.com

Triadic colors

1 #AB8EE0 and #E0AB8E with #8EE0AB are triadic colors.

2 #ABE08E and #E08EAB with #8EE0AB are triadic colors.