COLOR #8EFCD7

HEX: #8EFCD7
RGB: (142,252,215)

Color info

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

RGB color model

#8EFCD7 color RGB value is (142,252,215).

  • red value is 142;
  • green value is 252;
  • blue value is 215.
RGB:
(142,252,215)
(56%,99%,84%)

RGB channels and saturation

R 142 of 255 = 56%
G 252 of 255 = 99%
B 215 of 255 = 84%

142
252
215

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

Portions of RGB colors in percentages

R + G + B =
142 + 252 + 215 = 609 (100%)
R 142 of 609 ~ 23.32%
G 252 of 609 ~ 41.38%
B 215 of 609 ~ 35.3%

%23.32
%41.38
%35.3

CMYK color model

#8EFCD7 color CMYK value is (44,0,15,1).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(44,0,15,1)
C44M0Y15K1 
(44%,0%,15%,1%)
(0.44/0.00/0.15/0.01)	

CMYK percentages

%43.65
%0
%14.68
%1.18

Codes

Color #8EFCD7 in popluar color models

8EFCD7
RGB142252215
HSL160°94.83%77.25%
HSB/HSV160°43.65%98.82%
CMYK43.65%0.00%14.68%
1.18%

Color #8EFCD7 in popluar number systems.

HEX8EFCD7
Decimal142252215
Binary100011101111110011010111
Octal216374327

Shades and tints

Shades of #8EFCD7

#8EFCD7
(142,252,215)
#82E6C4
(130,230,196)
#76D0B1
(118,208,177)
#6ABA9E
(106,186,158)
#5EA48B
(94,164,139)
#528E78
(82,142,120)
#467865
(70,120,101)
#3A6252
(58,98,82)
#2E4C3F
(46,76,63)
#22362C
(34,54,44)
#162019
(22,32,25)
#000000
(0,0,0)

Tints of #8EFCD7

#8EFCD7
(142,252,215)
#98FCDA
(152,252,218)
#A2FCDD
(162,252,221)
#ACFCE0
(172,252,224)
#B6FCE3
(182,252,227)
#C0FCE6
(192,252,230)
#CAFCE9
(202,252,233)
#D4FCEC
(212,252,236)
#DEFCEF
(222,252,239)
#E8FCF2
(232,252,242)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EFCD7 color. Also use rgb(142,252,215) instead hex code.

Text Font Color

.myTextColor { color: #8EFCD7; }

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

This text font color is #8EFCD7.


Background Color

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

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

This div background color is #8EFCD7.


Border color

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

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

This div border color is #8EFCD7.


Opacity

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

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

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

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

This text has shadow with #8EFCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EFCD7 on black background.


Color preview on white background

This text has color #8EFCD7 on white background.



Black color preview on #8EFCD7 background

This text has black color on #8EFCD7 background.


White color preview on #8EFCD7 background

This text has white color on #8EFCD7 background.