COLOR #8EF0F2

HEX: #8EF0F2
RGB: (142,240,242)

Color info

#8EF0F2 contains mainly green and blue colors. Web safe color of #8EF0F2 is #99FFFF (or #9FF).

RGB color model

#8EF0F2 color RGB value is (142,240,242).

  • red value is 142;
  • green value is 240;
  • blue value is 242.
RGB:
(142,240,242)
(56%,94%,95%)

RGB channels and saturation

R 142 of 255 = 56%
G 240 of 255 = 94%
B 242 of 255 = 95%

142
240
242

R + G + B ~ 82%. #8EF0F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 240 + 242 = 624 (100%)
R 142 of 624 ~ 22.76%
G 240 of 624 ~ 38.46%
B 242 of 624 ~ 38.78%

%22.76
%38.46
%38.78

CMYK color model

#8EF0F2 color CMYK value is (41,1,0,5).

  • cyan value is 41.32%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(41,1,0,5)
C41M1Y0K5 
(41%,1%,0%,5%)
(0.41/0.01/0.00/0.05)	

CMYK percentages

%41.32
%0.83
%0
%5.1

Codes

Color #8EF0F2 in popluar color models

8EF0F2
RGB142240242
HSL181°79.37%75.29%
HSB/HSV181°41.32%94.90%
CMYK41.32%0.83%0.00%
5.10%

Color #8EF0F2 in popluar number systems.

HEX8EF0F2
Decimal142240242
Binary100011101111000011110010
Octal216360362

Shades and tints

Shades of #8EF0F2

#8EF0F2
(142,240,242)
#82DBDC
(130,219,220)
#76C6C6
(118,198,198)
#6AB1B0
(106,177,176)
#5E9C9A
(94,156,154)
#528784
(82,135,132)
#46726E
(70,114,110)
#3A5D58
(58,93,88)
#2E4842
(46,72,66)
#22332C
(34,51,44)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #8EF0F2

#8EF0F2
(142,240,242)
#98F1F3
(152,241,243)
#A2F2F4
(162,242,244)
#ACF3F5
(172,243,245)
#B6F4F6
(182,244,246)
#C0F5F7
(192,245,247)
#CAF6F8
(202,246,248)
#D4F7F9
(212,247,249)
#DEF8FA
(222,248,250)
#E8F9FB
(232,249,251)
#F2FAFC
(242,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF0F2 color. Also use rgb(142,240,242) instead hex code.

Text Font Color

.myTextColor { color: #8EF0F2; }

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

This text font color is #8EF0F2.


Background Color

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

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

This div background color is #8EF0F2.


Border color

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

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

This div border color is #8EF0F2.


Opacity

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

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

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

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

This text has shadow with #8EF0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF0F2 on black background.


Color preview on white background

This text has color #8EF0F2 on white background.



Black color preview on #8EF0F2 background

This text has black color on #8EF0F2 background.


White color preview on #8EF0F2 background

This text has white color on #8EF0F2 background.