COLOR #8EF6CE

HEX: #8EF6CE
RGB: (142,246,206)

Color info

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

RGB color model

#8EF6CE color RGB value is (142,246,206).

  • red value is 142;
  • green value is 246;
  • blue value is 206.
RGB:
(142,246,206)
(56%,96%,81%)

RGB channels and saturation

R 142 of 255 = 56%
G 246 of 255 = 96%
B 206 of 255 = 81%

142
246
206

R + G + B ~ 78%. #8EF6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 246 + 206 = 594 (100%)
R 142 of 594 ~ 23.91%
G 246 of 594 ~ 41.41%
B 206 of 594 ~ 34.68%

%23.91
%41.41
%34.68

CMYK color model

#8EF6CE color CMYK value is (42,0,16,4).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(42,0,16,4)
C42M0Y16K4 
(42%,0%,16%,4%)
(0.42/0.00/0.16/0.04)	

CMYK percentages

%42.28
%0
%16.26
%3.53

Codes

Color #8EF6CE in popluar color models

8EF6CE
RGB142246206
HSL157°85.25%76.08%
HSB/HSV157°42.28%96.47%
CMYK42.28%0.00%16.26%
3.53%

Color #8EF6CE in popluar number systems.

HEX8EF6CE
Decimal142246206
Binary100011101111011011001110
Octal216366316

Shades and tints

Shades of #8EF6CE

#8EF6CE
(142,246,206)
#82E0BC
(130,224,188)
#76CAAA
(118,202,170)
#6AB498
(106,180,152)
#5E9E86
(94,158,134)
#528874
(82,136,116)
#467262
(70,114,98)
#3A5C50
(58,92,80)
#2E463E
(46,70,62)
#22302C
(34,48,44)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #8EF6CE

#8EF6CE
(142,246,206)
#98F6D2
(152,246,210)
#A2F6D6
(162,246,214)
#ACF6DA
(172,246,218)
#B6F6DE
(182,246,222)
#C0F6E2
(192,246,226)
#CAF6E6
(202,246,230)
#D4F6EA
(212,246,234)
#DEF6EE
(222,246,238)
#E8F6F2
(232,246,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF6CE color. Also use rgb(142,246,206) instead hex code.

Text Font Color

.myTextColor { color: #8EF6CE; }

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

This text font color is #8EF6CE.


Background Color

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

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

This div background color is #8EF6CE.


Border color

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

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

This div border color is #8EF6CE.


Opacity

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

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

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

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

This text has shadow with #8EF6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF6CE on black background.


Color preview on white background

This text has color #8EF6CE on white background.



Black color preview on #8EF6CE background

This text has black color on #8EF6CE background.


White color preview on #8EF6CE background

This text has white color on #8EF6CE background.