COLOR #8EFFE3

HEX: #8EFFE3
RGB: (142,255,227)

Color info

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

RGB color model

#8EFFE3 color RGB value is (142,255,227).

  • red value is 142;
  • green value is 255;
  • blue value is 227.
RGB:
(142,255,227)
(56%,100%,89%)

RGB channels and saturation

R 142 of 255 = 56%
G 255 of 255 = 100%
B 227 of 255 = 89%

142
255
227

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

Portions of RGB colors in percentages

R + G + B =
142 + 255 + 227 = 624 (100%)
R 142 of 624 ~ 22.76%
G 255 of 624 ~ 40.87%
B 227 of 624 ~ 36.38%

%22.76
%40.87
%36.38

CMYK color model

#8EFFE3 color CMYK value is (44,0,11,0).

  • cyan value is 44.31%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(44,0,11,0)
C44M0Y11K0 
(44%,0%,11%,0%)
(0.44/0.00/0.11/0.00)	

CMYK percentages

%44.31
%0
%10.98
%0

Codes

Color #8EFFE3 in popluar color models

8EFFE3
RGB142255227
HSL165°100.00%77.84%
HSB/HSV165°44.31%100.00%
CMYK44.31%0.00%10.98%
0.00%

Color #8EFFE3 in popluar number systems.

HEX8EFFE3
Decimal142255227
Binary100011101111111111100011
Octal216377343

Shades and tints

Shades of #8EFFE3

#8EFFE3
(142,255,227)
#82E8CF
(130,232,207)
#76D1BB
(118,209,187)
#6ABAA7
(106,186,167)
#5EA393
(94,163,147)
#528C7F
(82,140,127)
#46756B
(70,117,107)
#3A5E57
(58,94,87)
#2E4743
(46,71,67)
#22302F
(34,48,47)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #8EFFE3

#8EFFE3
(142,255,227)
#98FFE5
(152,255,229)
#A2FFE7
(162,255,231)
#ACFFE9
(172,255,233)
#B6FFEB
(182,255,235)
#C0FFED
(192,255,237)
#CAFFEF
(202,255,239)
#D4FFF1
(212,255,241)
#DEFFF3
(222,255,243)
#E8FFF5
(232,255,245)
#F2FFF7
(242,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EFFE3 color. Also use rgb(142,255,227) instead hex code.

Text Font Color

.myTextColor { color: #8EFFE3; }

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

This text font color is #8EFFE3.


Background Color

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

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

This div background color is #8EFFE3.


Border color

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

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

This div border color is #8EFFE3.


Opacity

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

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

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

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

This text has shadow with #8EFFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EFFE3 on black background.


Color preview on white background

This text has color #8EFFE3 on white background.



Black color preview on #8EFFE3 background

This text has black color on #8EFFE3 background.


White color preview on #8EFFE3 background

This text has white color on #8EFFE3 background.