COLOR #8EE6C9

HEX: #8EE6C9
RGB: (142,230,201)

Color info

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

RGB color model

#8EE6C9 color RGB value is (142,230,201).

  • red value is 142;
  • green value is 230;
  • blue value is 201.
RGB:
(142,230,201)
(56%,90%,79%)

RGB channels and saturation

R 142 of 255 = 56%
G 230 of 255 = 90%
B 201 of 255 = 79%

142
230
201

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

Portions of RGB colors in percentages

R + G + B =
142 + 230 + 201 = 573 (100%)
R 142 of 573 ~ 24.78%
G 230 of 573 ~ 40.14%
B 201 of 573 ~ 35.08%

%24.78
%40.14
%35.08

CMYK color model

#8EE6C9 color CMYK value is (38,0,13,10).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(38,0,13,10)
C38M0Y13K10 
(38%,0%,13%,10%)
(0.38/0.00/0.13/0.10)	

CMYK percentages

%38.26
%0
%12.61
%9.8

Codes

Color #8EE6C9 in popluar color models

8EE6C9
RGB142230201
HSL160°63.77%72.94%
HSB/HSV160°38.26%90.20%
CMYK38.26%0.00%12.61%
9.80%

Color #8EE6C9 in popluar number systems.

HEX8EE6C9
Decimal142230201
Binary100011101110011011001001
Octal216346311

Shades and tints

Shades of #8EE6C9

#8EE6C9
(142,230,201)
#82D2B7
(130,210,183)
#76BEA5
(118,190,165)
#6AAA93
(106,170,147)
#5E9681
(94,150,129)
#52826F
(82,130,111)
#466E5D
(70,110,93)
#3A5A4B
(58,90,75)
#2E4639
(46,70,57)
#223227
(34,50,39)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #8EE6C9

#8EE6C9
(142,230,201)
#98E8CD
(152,232,205)
#A2EAD1
(162,234,209)
#ACECD5
(172,236,213)
#B6EED9
(182,238,217)
#C0F0DD
(192,240,221)
#CAF2E1
(202,242,225)
#D4F4E5
(212,244,229)
#DEF6E9
(222,246,233)
#E8F8ED
(232,248,237)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE6C9 color. Also use rgb(142,230,201) instead hex code.

Text Font Color

.myTextColor { color: #8EE6C9; }

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

This text font color is #8EE6C9.


Background Color

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

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

This div background color is #8EE6C9.


Border color

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

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

This div border color is #8EE6C9.


Opacity

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

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

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

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

This text has shadow with #8EE6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE6C9 on black background.


Color preview on white background

This text has color #8EE6C9 on white background.



Black color preview on #8EE6C9 background

This text has black color on #8EE6C9 background.


White color preview on #8EE6C9 background

This text has white color on #8EE6C9 background.