COLOR #8EE8B7

HEX: #8EE8B7
RGB: (142,232,183)

Color info

#8EE8B7 contains mainly green and blue colors. Web safe color of #8EE8B7 is #99FFCC (or #9FC).

RGB color model

#8EE8B7 color RGB value is (142,232,183).

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

RGB channels and saturation

R 142 of 255 = 56%
G 232 of 255 = 91%
B 183 of 255 = 72%

142
232
183

R + G + B ~ 73%. #8EE8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 232 + 183 = 557 (100%)
R 142 of 557 ~ 25.49%
G 232 of 557 ~ 41.65%
B 183 of 557 ~ 32.85%

%25.49
%41.65
%32.85

CMYK color model

#8EE8B7 color CMYK value is (39,0,21,9).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 9.02%
CMYK:
(39,0,21,9)
C39M0Y21K9 
(39%,0%,21%,9%)
(0.39/0.00/0.21/0.09)	

CMYK percentages

%38.79
%0
%21.12
%9.02

Codes

Color #8EE8B7 in popluar color models

8EE8B7
RGB142232183
HSL147°66.18%73.33%
HSB/HSV147°38.79%90.98%
CMYK38.79%0.00%21.12%
9.02%

Color #8EE8B7 in popluar number systems.

HEX8EE8B7
Decimal142232183
Binary100011101110100010110111
Octal216350267

Shades and tints

Shades of #8EE8B7

#8EE8B7
(142,232,183)
#82D3A7
(130,211,167)
#76BE97
(118,190,151)
#6AA987
(106,169,135)
#5E9477
(94,148,119)
#527F67
(82,127,103)
#466A57
(70,106,87)
#3A5547
(58,85,71)
#2E4037
(46,64,55)
#222B27
(34,43,39)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #8EE8B7

#8EE8B7
(142,232,183)
#98EABD
(152,234,189)
#A2ECC3
(162,236,195)
#ACEEC9
(172,238,201)
#B6F0CF
(182,240,207)
#C0F2D5
(192,242,213)
#CAF4DB
(202,244,219)
#D4F6E1
(212,246,225)
#DEF8E7
(222,248,231)
#E8FAED
(232,250,237)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE8B7; }

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

This text font color is #8EE8B7.


Background Color

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

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

This div background color is #8EE8B7.


Border color

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

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

This div border color is #8EE8B7.


Opacity

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

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

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

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

This text has shadow with #8EE8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE8B7 on black background.


Color preview on white background

This text has color #8EE8B7 on white background.



Black color preview on #8EE8B7 background

This text has black color on #8EE8B7 background.


White color preview on #8EE8B7 background

This text has white color on #8EE8B7 background.