COLOR #8EE8CB

HEX: #8EE8CB RGB: (142,232,203)

Color info

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

RGB color model

#8EE8CB color RGB value is (142,232,203).

RGB: (142,232,203) (56%, 91%, 80%)

RGB channels and saturation

R 142 of 255 = 56%
G 232 of 255 = 91%
B 203 of 255 = 80%

142
232
203

R + G + B ~ 76%. #8EE8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 232 + 203 = 577 (100%)
R 142 of 577 ~ 24.61%
G 232 of 577 ~ 40.21%
B 203 of 577 ~ 35.18'%

%24.61
%40.21
%35.18

CMYK color model

#8EE8CB color CMYK value is (39,0,13,9).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK: (39,0,13,9) C39M0Y13K9 (39%,0%,13%,9%) (0.39/0.00/0.13/0.09) 

CMYK percentages

%38.79
%0
%12.5
%9.02

Codes

Color #8EE8CB in popluar color models

8E E8 CB
RGB 142 232 203
HSL 161° 66.18% 73.33%
HSB/HSV 161° 38.79% 90.98%
CMYK 38.79% 0.00% 12.50%
9.02%

Color #8EE8CB in popluar number systems.

HEX 8E E8 CB
Decimal 142 232 203
Binary 10001110 11101000 11001011
Octal 216 350 313

Shades and tints

Shades of #8EE8CB

#8EE8CB
(142,232,203)
#82D3B9
(130,211,185)
#76BEA7
(118,190,167)
#6AA995
(106,169,149)
#5E9483
(94,148,131)
#527F71
(82,127,113)
#466A5F
(70,106,95)
#3A554D
(58,85,77)
#2E403B
(46,64,59)
#222B29
(34,43,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #8EE8CB

#8EE8CB
(142,232,203)
#98EACF
(152,234,207)
#A2ECD3
(162,236,211)
#ACEED7
(172,238,215)
#B6F0DB
(182,240,219)
#C0F2DF
(192,242,223)
#CAF4E3
(202,244,227)
#D4F6E7
(212,246,231)
#DEF8EB
(222,248,235)
#E8FAEF
(232,250,239)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE8CB; }

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

This text font color is #8EE8CB.

Background Color

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

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

This div background color is #8EE8CB.

Border color

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

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

This div border color is #8EE8CB.

Opacity

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

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

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

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

This text has shadow with #8EE8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE8CB.

Preview

Color preview on black background

This text has color #8EE8CB on black background.


Color preview on white background

This text has color #8EE8CB on white background.


Black color preview on #8EE8CB background

This text has black color on #8EE8CB background.


White color preview on #8EE8CB background

This text has white color on #8EE8CB background.


Related colors

Complementary color

Complementary color for #hex is #711734.


I love getcolorcode.com

Triadic colors

1 #CB8EE8 and #E8CB8E with #8EE8CB are triadic colors.

2 #CBE88E and #E88ECB with #8EE8CB are triadic colors.