COLOR #8EF8F0

HEX: #8EF8F0
RGB: (142,248,240)

Color info

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

RGB color model

#8EF8F0 color RGB value is (142,248,240).

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

RGB channels and saturation

R 142 of 255 = 56%
G 248 of 255 = 97%
B 240 of 255 = 94%

142
248
240

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

Portions of RGB colors in percentages

R + G + B =
142 + 248 + 240 = 630 (100%)
R 142 of 630 ~ 22.54%
G 248 of 630 ~ 39.37%
B 240 of 630 ~ 38.1%

%22.54
%39.37
%38.1

CMYK color model

#8EF8F0 color CMYK value is (43,0,3,3).

  • cyan value is 42.74%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 2.75%
CMYK:
(43,0,3,3)
C43M0Y3K3 
(43%,0%,3%,3%)
(0.43/0.00/0.03/0.03)	

CMYK percentages

%42.74
%0
%3.23
%2.75

Codes

Color #8EF8F0 in popluar color models

8EF8F0
RGB142248240
HSL175°88.33%76.47%
HSB/HSV175°42.74%97.25%
CMYK42.74%0.00%3.23%
2.75%

Color #8EF8F0 in popluar number systems.

HEX8EF8F0
Decimal142248240
Binary100011101111100011110000
Octal216370360

Shades and tints

Shades of #8EF8F0

#8EF8F0
(142,248,240)
#82E2DB
(130,226,219)
#76CCC6
(118,204,198)
#6AB6B1
(106,182,177)
#5EA09C
(94,160,156)
#528A87
(82,138,135)
#467472
(70,116,114)
#3A5E5D
(58,94,93)
#2E4848
(46,72,72)
#223233
(34,50,51)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #8EF8F0

#8EF8F0
(142,248,240)
#98F8F1
(152,248,241)
#A2F8F2
(162,248,242)
#ACF8F3
(172,248,243)
#B6F8F4
(182,248,244)
#C0F8F5
(192,248,245)
#CAF8F6
(202,248,246)
#D4F8F7
(212,248,247)
#DEF8F8
(222,248,248)
#E8F8F9
(232,248,249)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EF8F0; }

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

This text font color is #8EF8F0.


Background Color

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

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

This div background color is #8EF8F0.


Border color

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

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

This div border color is #8EF8F0.


Opacity

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

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

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

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

This text has shadow with #8EF8F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF8F0 on black background.


Color preview on white background

This text has color #8EF8F0 on white background.



Black color preview on #8EF8F0 background

This text has black color on #8EF8F0 background.


White color preview on #8EF8F0 background

This text has white color on #8EF8F0 background.