COLOR #8EF6E6

HEX: #8EF6E6 RGB: (142,246,230)

Color info

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

RGB color model

#8EF6E6 color RGB value is (142,246,230).

RGB: (142,246,230) (56%, 96%, 90%)

RGB channels and saturation

R 142 of 255 = 56%
G 246 of 255 = 96%
B 230 of 255 = 90%

142
246
230

R + G + B ~ 81%. #8EF6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 246 + 230 = 618 (100%)
R 142 of 618 ~ 22.98%
G 246 of 618 ~ 39.81%
B 230 of 618 ~ 37.22'%

%22.98
%39.81
%37.22

CMYK color model

#8EF6E6 color CMYK value is (42,0,7,4).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 3.53%

CMYK: (42,0,7,4)
C42M0Y7K4 (42%, 0%, 7%, 4%)
(0.42 / 0.00 / 0.07 / 0.04)

CMYK percentages

%42.28
%0
%6.5
%3.53

Codes

Color #8EF6E6 in popluar color models

8E F6 E6
RGB 142 246 230
HSL 171° 85.25% 76.08%
HSB/HSV 171° 42.28% 96.47%
CMYK 42.28% 0.00% 6.50%
3.53%

Color #8EF6E6 in popluar number systems.

HEX 8E F6 E6
Decimal 142 246 230
Binary 10001110 11110110 11100110
Octal 216 366 346

Shades and tints

Shades of #8EF6E6

#8EF6E6
(142,246,230)
#82E0D2
(130,224,210)
#76CABE
(118,202,190)
#6AB4AA
(106,180,170)
#5E9E96
(94,158,150)
#528882
(82,136,130)
#46726E
(70,114,110)
#3A5C5A
(58,92,90)
#2E4646
(46,70,70)
#223032
(34,48,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #8EF6E6

#8EF6E6
(142,246,230)
#98F6E8
(152,246,232)
#A2F6EA
(162,246,234)
#ACF6EC
(172,246,236)
#B6F6EE
(182,246,238)
#C0F6F0
(192,246,240)
#CAF6F2
(202,246,242)
#D4F6F4
(212,246,244)
#DEF6F6
(222,246,246)
#E8F6F8
(232,246,248)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EF6E6; }

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

This text font color is #8EF6E6.

Background Color

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

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

This div background color is #8EF6E6.

Border color

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

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

This div border color is #8EF6E6.

Opacity

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

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

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

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

This text has shadow with #8EF6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EF6E6.

Preview

Color preview on black background

This text has color #8EF6E6 on black background.


Color preview on white background

This text has color #8EF6E6 on white background.


Black color preview on #8EF6E6 background

This text has black color on #8EF6E6 background.


White color preview on #8EF6E6 background

This text has white color on #8EF6E6 background.


Related colors

Complementary color

Complementary color for #hex is #710919.


I love getcolorcode.com

Triadic colors

1 #E68EF6 and #F6E68E with #8EF6E6 are triadic colors.

2 #E6F68E and #F68EE6 with #8EF6E6 are triadic colors.