COLOR #8EE0B6

HEX: #8EE0B6
RGB: (142,224,182)

Color info

#8EE0B6 contains mainly green and blue colors. Web safe color of #8EE0B6 is #99CCCC (or #9CC).

RGB color model

#8EE0B6 color RGB value is (142,224,182).

  • red value is 142;
  • green value is 224;
  • blue value is 182.
RGB:
(142,224,182)
(56%,88%,71%)

RGB channels and saturation

R 142 of 255 = 56%
G 224 of 255 = 88%
B 182 of 255 = 71%

142
224
182

R + G + B ~ 72%. #8EE0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 224 + 182 = 548 (100%)
R 142 of 548 ~ 25.91%
G 224 of 548 ~ 40.88%
B 182 of 548 ~ 33.21%

%25.91
%40.88
%33.21

CMYK color model

#8EE0B6 color CMYK value is (37,0,19,12).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(37,0,19,12)
C37M0Y19K12 
(37%,0%,19%,12%)
(0.37/0.00/0.19/0.12)	

CMYK percentages

%36.61
%0
%18.75
%12.16

Codes

Color #8EE0B6 in popluar color models

8EE0B6
RGB142224182
HSL149°56.94%71.76%
HSB/HSV149°36.61%87.84%
CMYK36.61%0.00%18.75%
12.16%

Color #8EE0B6 in popluar number systems.

HEX8EE0B6
Decimal142224182
Binary100011101110000010110110
Octal216340266

Shades and tints

Shades of #8EE0B6

#8EE0B6
(142,224,182)
#82CCA6
(130,204,166)
#76B896
(118,184,150)
#6AA486
(106,164,134)
#5E9076
(94,144,118)
#527C66
(82,124,102)
#466856
(70,104,86)
#3A5446
(58,84,70)
#2E4036
(46,64,54)
#222C26
(34,44,38)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #8EE0B6

#8EE0B6
(142,224,182)
#98E2BC
(152,226,188)
#A2E4C2
(162,228,194)
#ACE6C8
(172,230,200)
#B6E8CE
(182,232,206)
#C0EAD4
(192,234,212)
#CAECDA
(202,236,218)
#D4EEE0
(212,238,224)
#DEF0E6
(222,240,230)
#E8F2EC
(232,242,236)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE0B6; }

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

This text font color is #8EE0B6.


Background Color

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

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

This div background color is #8EE0B6.


Border color

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

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

This div border color is #8EE0B6.


Opacity

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

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

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

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

This text has shadow with #8EE0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE0B6 on black background.


Color preview on white background

This text has color #8EE0B6 on white background.



Black color preview on #8EE0B6 background

This text has black color on #8EE0B6 background.


White color preview on #8EE0B6 background

This text has white color on #8EE0B6 background.