COLOR #8EFCDD

HEX: #8EFCDD
RGB: (142,252,221)

Color info

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

RGB color model

#8EFCDD color RGB value is (142,252,221).

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

RGB channels and saturation

R 142 of 255 = 56%
G 252 of 255 = 99%
B 221 of 255 = 87%

142
252
221

R + G + B ~ 81%. #8EFCDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 252 + 221 = 615 (100%)
R 142 of 615 ~ 23.09%
G 252 of 615 ~ 40.98%
B 221 of 615 ~ 35.93%

%23.09
%40.98
%35.93

CMYK color model

#8EFCDD color CMYK value is (44,0,12,1).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 1.18%
CMYK:
(44,0,12,1)
C44M0Y12K1 
(44%,0%,12%,1%)
(0.44/0.00/0.12/0.01)	

CMYK percentages

%43.65
%0
%12.3
%1.18

Codes

Color #8EFCDD in popluar color models

8EFCDD
RGB142252221
HSL163°94.83%77.25%
HSB/HSV163°43.65%98.82%
CMYK43.65%0.00%12.30%
1.18%

Color #8EFCDD in popluar number systems.

HEX8EFCDD
Decimal142252221
Binary100011101111110011011101
Octal216374335

Shades and tints

Shades of #8EFCDD

#8EFCDD
(142,252,221)
#82E6C9
(130,230,201)
#76D0B5
(118,208,181)
#6ABAA1
(106,186,161)
#5EA48D
(94,164,141)
#528E79
(82,142,121)
#467865
(70,120,101)
#3A6251
(58,98,81)
#2E4C3D
(46,76,61)
#223629
(34,54,41)
#162015
(22,32,21)
#000000
(0,0,0)

Tints of #8EFCDD

#8EFCDD
(142,252,221)
#98FCE0
(152,252,224)
#A2FCE3
(162,252,227)
#ACFCE6
(172,252,230)
#B6FCE9
(182,252,233)
#C0FCEC
(192,252,236)
#CAFCEF
(202,252,239)
#D4FCF2
(212,252,242)
#DEFCF5
(222,252,245)
#E8FCF8
(232,252,248)
#F2FCFB
(242,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EFCDD; }

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

This text font color is #8EFCDD.


Background Color

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

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

This div background color is #8EFCDD.


Border color

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

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

This div border color is #8EFCDD.


Opacity

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

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

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

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

This text has shadow with #8EFCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EFCDD on black background.


Color preview on white background

This text has color #8EFCDD on white background.



Black color preview on #8EFCDD background

This text has black color on #8EFCDD background.


White color preview on #8EFCDD background

This text has white color on #8EFCDD background.