COLOR #8EE9C8

HEX: #8EE9C8
RGB: (142,233,200)

Color info

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

RGB color model

#8EE9C8 color RGB value is (142,233,200).

  • red value is 142;
  • green value is 233;
  • blue value is 200.
RGB:
(142,233,200)
(56%,91%,78%)

RGB channels and saturation

R 142 of 255 = 56%
G 233 of 255 = 91%
B 200 of 255 = 78%

142
233
200

R + G + B ~ 75%. #8EE9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 233 + 200 = 575 (100%)
R 142 of 575 ~ 24.7%
G 233 of 575 ~ 40.52%
B 200 of 575 ~ 34.78%

%24.7
%40.52
%34.78

CMYK color model

#8EE9C8 color CMYK value is (39,0,14,9).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(39,0,14,9)
C39M0Y14K9 
(39%,0%,14%,9%)
(0.39/0.00/0.14/0.09)	

CMYK percentages

%39.06
%0
%14.16
%8.63

Codes

Color #8EE9C8 in popluar color models

8EE9C8
RGB142233200
HSL158°67.41%73.53%
HSB/HSV158°39.06%91.37%
CMYK39.06%0.00%14.16%
8.63%

Color #8EE9C8 in popluar number systems.

HEX8EE9C8
Decimal142233200
Binary100011101110100111001000
Octal216351310

Shades and tints

Shades of #8EE9C8

#8EE9C8
(142,233,200)
#82D4B6
(130,212,182)
#76BFA4
(118,191,164)
#6AAA92
(106,170,146)
#5E9580
(94,149,128)
#52806E
(82,128,110)
#466B5C
(70,107,92)
#3A564A
(58,86,74)
#2E4138
(46,65,56)
#222C26
(34,44,38)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #8EE9C8

#8EE9C8
(142,233,200)
#98EBCD
(152,235,205)
#A2EDD2
(162,237,210)
#ACEFD7
(172,239,215)
#B6F1DC
(182,241,220)
#C0F3E1
(192,243,225)
#CAF5E6
(202,245,230)
#D4F7EB
(212,247,235)
#DEF9F0
(222,249,240)
#E8FBF5
(232,251,245)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE9C8; }

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

This text font color is #8EE9C8.


Background Color

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

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

This div background color is #8EE9C8.


Border color

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

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

This div border color is #8EE9C8.


Opacity

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

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

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

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

This text has shadow with #8EE9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE9C8 on black background.


Color preview on white background

This text has color #8EE9C8 on white background.



Black color preview on #8EE9C8 background

This text has black color on #8EE9C8 background.


White color preview on #8EE9C8 background

This text has white color on #8EE9C8 background.