COLOR #8EE1EA

HEX: #8EE1EA
RGB: (142,225,234)

Color info

#8EE1EA contains mainly green and blue colors. Web safe color of #8EE1EA is #99CCFF (or #9CF).

RGB color model

#8EE1EA color RGB value is (142,225,234).

  • red value is 142;
  • green value is 225;
  • blue value is 234.
RGB:
(142,225,234)
(56%,88%,92%)

RGB channels and saturation

R 142 of 255 = 56%
G 225 of 255 = 88%
B 234 of 255 = 92%

142
225
234

R + G + B ~ 79%. #8EE1EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 225 + 234 = 601 (100%)
R 142 of 601 ~ 23.63%
G 225 of 601 ~ 37.44%
B 234 of 601 ~ 38.94%

%23.63
%37.44
%38.94

CMYK color model

#8EE1EA color CMYK value is (39,4,0,8).

  • cyan value is 39.32%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(39,4,0,8)
C39M4Y0K8 
(39%,4%,0%,8%)
(0.39/0.04/0.00/0.08)	

CMYK percentages

%39.32
%3.85
%0
%8.24

Codes

Color #8EE1EA in popluar color models

8EE1EA
RGB142225234
HSL186°68.66%73.73%
HSB/HSV186°39.32%91.76%
CMYK39.32%3.85%0.00%
8.24%

Color #8EE1EA in popluar number systems.

HEX8EE1EA
Decimal142225234
Binary100011101110000111101010
Octal216341352

Shades and tints

Shades of #8EE1EA

#8EE1EA
(142,225,234)
#82CDD5
(130,205,213)
#76B9C0
(118,185,192)
#6AA5AB
(106,165,171)
#5E9196
(94,145,150)
#527D81
(82,125,129)
#46696C
(70,105,108)
#3A5557
(58,85,87)
#2E4142
(46,65,66)
#222D2D
(34,45,45)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #8EE1EA

#8EE1EA
(142,225,234)
#98E3EB
(152,227,235)
#A2E5EC
(162,229,236)
#ACE7ED
(172,231,237)
#B6E9EE
(182,233,238)
#C0EBEF
(192,235,239)
#CAEDF0
(202,237,240)
#D4EFF1
(212,239,241)
#DEF1F2
(222,241,242)
#E8F3F3
(232,243,243)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE1EA color. Also use rgb(142,225,234) instead hex code.

Text Font Color

.myTextColor { color: #8EE1EA; }

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

This text font color is #8EE1EA.


Background Color

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

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

This div background color is #8EE1EA.


Border color

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

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

This div border color is #8EE1EA.


Opacity

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

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

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

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

This text has shadow with #8EE1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE1EA on black background.


Color preview on white background

This text has color #8EE1EA on white background.



Black color preview on #8EE1EA background

This text has black color on #8EE1EA background.


White color preview on #8EE1EA background

This text has white color on #8EE1EA background.