COLOR #8EFFE5

HEX: #8EFFE5 RGB: (142,255,229)

Color info

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

RGB color model

#8EFFE5 color RGB value is (142,255,229).

RGB: (142,255,229) (56%, 100%, 90%)

RGB channels and saturation

R 142 of 255 = 56%
G 255 of 255 = 100%
B 229 of 255 = 90%

142
255
229

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

Portions of RGB colors in percentages

R + G + B = 142 + 255 + 229 = 626 (100%)
R 142 of 626 ~ 22.68%
G 255 of 626 ~ 40.73%
B 229 of 626 ~ 36.58'%

%22.68
%40.73
%36.58

CMYK color model

#8EFFE5 color CMYK value is (44,0,10,0).

  • cyan value is 44.31%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%

CMYK: (44,0,10,0)
C44M0Y10K0 (44%, 0%, 10%, 0%)
(0.44 / 0.00 / 0.10 / 0.00)

CMYK percentages

%44.31
%0
%10.2
%0

Codes

Color #8EFFE5 in popluar color models

8E FF E5
RGB 142 255 229
HSL 166° 100.00% 77.84%
HSB/HSV 166° 44.31% 100.00%
CMYK 44.31% 0.00% 10.20%
0.00%

Color #8EFFE5 in popluar number systems.

HEX 8E FF E5
Decimal 142 255 229
Binary 10001110 11111111 11100101
Octal 216 377 345

Shades and tints

Shades of #8EFFE5

#8EFFE5
(142,255,229)
#82E8D1
(130,232,209)
#76D1BD
(118,209,189)
#6ABAA9
(106,186,169)
#5EA395
(94,163,149)
#528C81
(82,140,129)
#46756D
(70,117,109)
#3A5E59
(58,94,89)
#2E4745
(46,71,69)
#223031
(34,48,49)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #8EFFE5

#8EFFE5
(142,255,229)
#98FFE7
(152,255,231)
#A2FFE9
(162,255,233)
#ACFFEB
(172,255,235)
#B6FFED
(182,255,237)
#C0FFEF
(192,255,239)
#CAFFF1
(202,255,241)
#D4FFF3
(212,255,243)
#DEFFF5
(222,255,245)
#E8FFF7
(232,255,247)
#F2FFF9
(242,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EFFE5; }

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

This text font color is #8EFFE5.

Background Color

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

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

This div background color is #8EFFE5.

Border color

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

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

This div border color is #8EFFE5.

Opacity

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

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

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

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

This text has shadow with #8EFFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EFFE5.

Preview

Color preview on black background

This text has color #8EFFE5 on black background.


Color preview on white background

This text has color #8EFFE5 on white background.


Black color preview on #8EFFE5 background

This text has black color on #8EFFE5 background.


White color preview on #8EFFE5 background

This text has white color on #8EFFE5 background.


Related colors

Complementary color

Complementary color for #hex is #71001A.


I love getcolorcode.com

Triadic colors

1 #E58EFF and #FFE58E with #8EFFE5 are triadic colors.

2 #E5FF8E and #FF8EE5 with #8EFFE5 are triadic colors.