COLOR #8EF3E6

HEX: #8EF3E6 RGB: (142,243,230)

Color info

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

RGB color model

#8EF3E6 color RGB value is (142,243,230).

RGB: (142,243,230) (56%, 95%, 90%)

RGB channels and saturation

R 142 of 255 = 56%
G 243 of 255 = 95%
B 230 of 255 = 90%

142
243
230

R + G + B ~ 80%. #8EF3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 243 + 230 = 615 (100%)
R 142 of 615 ~ 23.09%
G 243 of 615 ~ 39.51%
B 230 of 615 ~ 37.4'%

%23.09
%39.51
%37.4

CMYK color model

#8EF3E6 color CMYK value is (42,0,5,5).

  • cyan value is 41.56%
  • magenta value is 0.00%
  • yellow value is 5.35%
  • key color value is 4.71%

CMYK: (42,0,5,5)
C42M0Y5K5 (42%, 0%, 5%, 5%)
(0.42 / 0.00 / 0.05 / 0.05)

CMYK percentages

%41.56
%0
%5.35
%4.71

Codes

Color #8EF3E6 in popluar color models

8E F3 E6
RGB 142 243 230
HSL 172° 80.80% 75.49%
HSB/HSV 172° 41.56% 95.29%
CMYK 41.56% 0.00% 5.35%
4.71%

Color #8EF3E6 in popluar number systems.

HEX 8E F3 E6
Decimal 142 243 230
Binary 10001110 11110011 11100110
Octal 216 363 346

Shades and tints

Shades of #8EF3E6

#8EF3E6
(142,243,230)
#82DDD2
(130,221,210)
#76C7BE
(118,199,190)
#6AB1AA
(106,177,170)
#5E9B96
(94,155,150)
#528582
(82,133,130)
#466F6E
(70,111,110)
#3A595A
(58,89,90)
#2E4346
(46,67,70)
#222D32
(34,45,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #8EF3E6

#8EF3E6
(142,243,230)
#98F4E8
(152,244,232)
#A2F5EA
(162,245,234)
#ACF6EC
(172,246,236)
#B6F7EE
(182,247,238)
#C0F8F0
(192,248,240)
#CAF9F2
(202,249,242)
#D4FAF4
(212,250,244)
#DEFBF6
(222,251,246)
#E8FCF8
(232,252,248)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF3E6 color. Also use rgb(142,243,230) instead hex code.

Text Font Color

.myTextColor { color: #8EF3E6; }

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

This text font color is #8EF3E6.

Background Color

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

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

This div background color is #8EF3E6.

Border color

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

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

This div border color is #8EF3E6.

Opacity

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

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

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

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

This text has shadow with #8EF3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EF3E6.

Preview

Color preview on black background

This text has color #8EF3E6 on black background.


Color preview on white background

This text has color #8EF3E6 on white background.


Black color preview on #8EF3E6 background

This text has black color on #8EF3E6 background.


White color preview on #8EF3E6 background

This text has white color on #8EF3E6 background.


Related colors

Complementary color

Complementary color for #hex is #710C19.


I love getcolorcode.com

Triadic colors

1 #E68EF3 and #F3E68E with #8EF3E6 are triadic colors.

2 #E6F38E and #F38EE6 with #8EF3E6 are triadic colors.