COLOR #8EEAB7

HEX: #8EEAB7
RGB: (142,234,183)

Color info

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

RGB color model

#8EEAB7 color RGB value is (142,234,183).

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

RGB channels and saturation

R 142 of 255 = 56%
G 234 of 255 = 92%
B 183 of 255 = 72%

142
234
183

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

Portions of RGB colors in percentages

R + G + B =
142 + 234 + 183 = 559 (100%)
R 142 of 559 ~ 25.4%
G 234 of 559 ~ 41.86%
B 183 of 559 ~ 32.74%

%25.4
%41.86
%32.74

CMYK color model

#8EEAB7 color CMYK value is (39,0,22,8).

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 8.24%
CMYK:
(39,0,22,8)
C39M0Y22K8 
(39%,0%,22%,8%)
(0.39/0.00/0.22/0.08)	

CMYK percentages

%39.32
%0
%21.79
%8.24

Codes

Color #8EEAB7 in popluar color models

8EEAB7
RGB142234183
HSL147°68.66%73.73%
HSB/HSV147°39.32%91.76%
CMYK39.32%0.00%21.79%
8.24%

Color #8EEAB7 in popluar number systems.

HEX8EEAB7
Decimal142234183
Binary100011101110101010110111
Octal216352267

Shades and tints

Shades of #8EEAB7

#8EEAB7
(142,234,183)
#82D5A7
(130,213,167)
#76C097
(118,192,151)
#6AAB87
(106,171,135)
#5E9677
(94,150,119)
#528167
(82,129,103)
#466C57
(70,108,87)
#3A5747
(58,87,71)
#2E4237
(46,66,55)
#222D27
(34,45,39)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #8EEAB7

#8EEAB7
(142,234,183)
#98EBBD
(152,235,189)
#A2ECC3
(162,236,195)
#ACEDC9
(172,237,201)
#B6EECF
(182,238,207)
#C0EFD5
(192,239,213)
#CAF0DB
(202,240,219)
#D4F1E1
(212,241,225)
#DEF2E7
(222,242,231)
#E8F3ED
(232,243,237)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EEAB7; }

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

This text font color is #8EEAB7.


Background Color

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

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

This div background color is #8EEAB7.


Border color

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

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

This div border color is #8EEAB7.


Opacity

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

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

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

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

This text has shadow with #8EEAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEAB7 on black background.


Color preview on white background

This text has color #8EEAB7 on white background.



Black color preview on #8EEAB7 background

This text has black color on #8EEAB7 background.


White color preview on #8EEAB7 background

This text has white color on #8EEAB7 background.