COLOR #8EE8C1

HEX: #8EE8C1 RGB: (142,232,193)

Color info

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

RGB color model

#8EE8C1 color RGB value is (142,232,193).

RGB: (142,232,193) (56%, 91%, 76%)

RGB channels and saturation

R 142 of 255 = 56%
G 232 of 255 = 91%
B 193 of 255 = 76%

142
232
193

R + G + B ~ 74%. #8EE8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 232 + 193 = 567 (100%)
R 142 of 567 ~ 25.04%
G 232 of 567 ~ 40.92%
B 193 of 567 ~ 34.04'%

%25.04
%40.92
%34.04

CMYK color model

#8EE8C1 color CMYK value is (39,0,17,9).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 9.02%
CMYK: (39,0,17,9) C39M0Y17K9 (39%,0%,17%,9%) (0.39/0.00/0.17/0.09) 

CMYK percentages

%38.79
%0
%16.81
%9.02

Codes

Color #8EE8C1 in popluar color models

8E E8 C1
RGB 142 232 193
HSL 154° 66.18% 73.33%
HSB/HSV 154° 38.79% 90.98%
CMYK 38.79% 0.00% 16.81%
9.02%

Color #8EE8C1 in popluar number systems.

HEX 8E E8 C1
Decimal 142 232 193
Binary 10001110 11101000 11000001
Octal 216 350 301

Shades and tints

Shades of #8EE8C1

#8EE8C1
(142,232,193)
#82D3B0
(130,211,176)
#76BE9F
(118,190,159)
#6AA98E
(106,169,142)
#5E947D
(94,148,125)
#527F6C
(82,127,108)
#466A5B
(70,106,91)
#3A554A
(58,85,74)
#2E4039
(46,64,57)
#222B28
(34,43,40)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #8EE8C1

#8EE8C1
(142,232,193)
#98EAC6
(152,234,198)
#A2ECCB
(162,236,203)
#ACEED0
(172,238,208)
#B6F0D5
(182,240,213)
#C0F2DA
(192,242,218)
#CAF4DF
(202,244,223)
#D4F6E4
(212,246,228)
#DEF8E9
(222,248,233)
#E8FAEE
(232,250,238)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE8C1; }

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

This text font color is #8EE8C1.

Background Color

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

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

This div background color is #8EE8C1.

Border color

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

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

This div border color is #8EE8C1.

Opacity

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

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

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

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

This text has shadow with #8EE8C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE8C1.

Preview

Color preview on black background

This text has color #8EE8C1 on black background.


Color preview on white background

This text has color #8EE8C1 on white background.


Black color preview on #8EE8C1 background

This text has black color on #8EE8C1 background.


White color preview on #8EE8C1 background

This text has white color on #8EE8C1 background.


Related colors

Complementary color

Complementary color for #hex is #71173E.


I love getcolorcode.com

Triadic colors

1 #C18EE8 and #E8C18E with #8EE8C1 are triadic colors.

2 #C1E88E and #E88EC1 with #8EE8C1 are triadic colors.