COLOR #8EEDCE

HEX: #8EEDCE
RGB: (142,237,206)

Color info

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

RGB color model

#8EEDCE color RGB value is (142,237,206).

  • red value is 142;
  • green value is 237;
  • blue value is 206.
RGB:
(142,237,206)
(56%,93%,81%)

RGB channels and saturation

R 142 of 255 = 56%
G 237 of 255 = 93%
B 206 of 255 = 81%

142
237
206

R + G + B ~ 77%. #8EEDCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 237 + 206 = 585 (100%)
R 142 of 585 ~ 24.27%
G 237 of 585 ~ 40.51%
B 206 of 585 ~ 35.21%

%24.27
%40.51
%35.21

CMYK color model

#8EEDCE color CMYK value is (40,0,13,7).

  • cyan value is 40.08%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(40,0,13,7)
C40M0Y13K7 
(40%,0%,13%,7%)
(0.40/0.00/0.13/0.07)	

CMYK percentages

%40.08
%0
%13.08
%7.06

Codes

Color #8EEDCE in popluar color models

8EEDCE
RGB142237206
HSL160°72.52%74.31%
HSB/HSV160°40.08%92.94%
CMYK40.08%0.00%13.08%
7.06%

Color #8EEDCE in popluar number systems.

HEX8EEDCE
Decimal142237206
Binary100011101110110111001110
Octal216355316

Shades and tints

Shades of #8EEDCE

#8EEDCE
(142,237,206)
#82D8BC
(130,216,188)
#76C3AA
(118,195,170)
#6AAE98
(106,174,152)
#5E9986
(94,153,134)
#528474
(82,132,116)
#466F62
(70,111,98)
#3A5A50
(58,90,80)
#2E453E
(46,69,62)
#22302C
(34,48,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #8EEDCE

#8EEDCE
(142,237,206)
#98EED2
(152,238,210)
#A2EFD6
(162,239,214)
#ACF0DA
(172,240,218)
#B6F1DE
(182,241,222)
#C0F2E2
(192,242,226)
#CAF3E6
(202,243,230)
#D4F4EA
(212,244,234)
#DEF5EE
(222,245,238)
#E8F6F2
(232,246,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEDCE color. Also use rgb(142,237,206) instead hex code.

Text Font Color

.myTextColor { color: #8EEDCE; }

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

This text font color is #8EEDCE.


Background Color

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

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

This div background color is #8EEDCE.


Border color

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

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

This div border color is #8EEDCE.


Opacity

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

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

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

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

This text has shadow with #8EEDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEDCE on black background.


Color preview on white background

This text has color #8EEDCE on white background.



Black color preview on #8EEDCE background

This text has black color on #8EEDCE background.


White color preview on #8EEDCE background

This text has white color on #8EEDCE background.