COLOR #8EE8EE

HEX: #8EE8EE RGB: (142,232,238)

Color info

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

RGB color model

#8EE8EE color RGB value is (142,232,238).

RGB: (142,232,238) (56%, 91%, 93%)

RGB channels and saturation

R 142 of 255 = 56%
G 232 of 255 = 91%
B 238 of 255 = 93%

142
232
238

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

Portions of RGB colors in percentages

R + G + B = 142 + 232 + 238 = 612 (100%)
R 142 of 612 ~ 23.2%
G 232 of 612 ~ 37.91%
B 238 of 612 ~ 38.89'%

%23.2
%37.91
%38.89

CMYK color model

#8EE8EE color CMYK value is (40,3,0,7).

  • cyan value is 40.34%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (40,3,0,7) C40M3Y0K7 (40%,3%,0%,7%) (0.40/0.03/0.00/0.07) 

CMYK percentages

%40.34
%2.52
%0
%6.67

Codes

Color #8EE8EE in popluar color models

8E E8 EE
RGB 142 232 238
HSL 184° 73.85% 74.51%
HSB/HSV 184° 40.34% 93.33%
CMYK 40.34% 2.52% 0.00%
6.67%

Color #8EE8EE in popluar number systems.

HEX 8E E8 EE
Decimal 142 232 238
Binary 10001110 11101000 11101110
Octal 216 350 356

Shades and tints

Shades of #8EE8EE

#8EE8EE
(142,232,238)
#82D3D9
(130,211,217)
#76BEC4
(118,190,196)
#6AA9AF
(106,169,175)
#5E949A
(94,148,154)
#527F85
(82,127,133)
#466A70
(70,106,112)
#3A555B
(58,85,91)
#2E4046
(46,64,70)
#222B31
(34,43,49)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #8EE8EE

#8EE8EE
(142,232,238)
#98EAEF
(152,234,239)
#A2ECF0
(162,236,240)
#ACEEF1
(172,238,241)
#B6F0F2
(182,240,242)
#C0F2F3
(192,242,243)
#CAF4F4
(202,244,244)
#D4F6F5
(212,246,245)
#DEF8F6
(222,248,246)
#E8FAF7
(232,250,247)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE8EE color. Also use rgb(142,232,238) instead hex code.

Text Font Color

.myTextColor { color: #8EE8EE; }

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

This text font color is #8EE8EE.

Background Color

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

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

This div background color is #8EE8EE.

Border color

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

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

This div border color is #8EE8EE.

Opacity

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

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

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

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

This text has shadow with #8EE8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE8EE.

Preview

Color preview on black background

This text has color #8EE8EE on black background.


Color preview on white background

This text has color #8EE8EE on white background.


Black color preview on #8EE8EE background

This text has black color on #8EE8EE background.


White color preview on #8EE8EE background

This text has white color on #8EE8EE background.


Related colors

Complementary color

Complementary color for #hex is #711711.


I love getcolorcode.com

Triadic colors

1 #EE8EE8 and #E8EE8E with #8EE8EE are triadic colors.

2 #EEE88E and #E88EEE with #8EE8EE are triadic colors.