COLOR #8ED5C3

HEX: #8ED5C3
RGB: (142,213,195)

Color info

#8ED5C3 contains mainly green and blue colors. Web safe color of #8ED5C3 is #99CCCC (or #9CC).

RGB color model

#8ED5C3 color RGB value is (142,213,195).

  • red value is 142;
  • green value is 213;
  • blue value is 195.
RGB:
(142,213,195)
(56%,84%,76%)

RGB channels and saturation

R 142 of 255 = 56%
G 213 of 255 = 84%
B 195 of 255 = 76%

142
213
195

R + G + B ~ 72%. #8ED5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 213 + 195 = 550 (100%)
R 142 of 550 ~ 25.82%
G 213 of 550 ~ 38.73%
B 195 of 550 ~ 35.45%

%25.82
%38.73
%35.45

CMYK color model

#8ED5C3 color CMYK value is (33,0,8,16).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 16.47%
CMYK:
(33,0,8,16)
C33M0Y8K16 
(33%,0%,8%,16%)
(0.33/0.00/0.08/0.16)	

CMYK percentages

%33.33
%0
%8.45
%16.47

Codes

Color #8ED5C3 in popluar color models

8ED5C3
RGB142213195
HSL165°45.81%69.61%
HSB/HSV165°33.33%83.53%
CMYK33.33%0.00%8.45%
16.47%

Color #8ED5C3 in popluar number systems.

HEX8ED5C3
Decimal142213195
Binary100011101101010111000011
Octal216325303

Shades and tints

Shades of #8ED5C3

#8ED5C3
(142,213,195)
#82C2B2
(130,194,178)
#76AFA1
(118,175,161)
#6A9C90
(106,156,144)
#5E897F
(94,137,127)
#52766E
(82,118,110)
#46635D
(70,99,93)
#3A504C
(58,80,76)
#2E3D3B
(46,61,59)
#222A2A
(34,42,42)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #8ED5C3

#8ED5C3
(142,213,195)
#98D8C8
(152,216,200)
#A2DBCD
(162,219,205)
#ACDED2
(172,222,210)
#B6E1D7
(182,225,215)
#C0E4DC
(192,228,220)
#CAE7E1
(202,231,225)
#D4EAE6
(212,234,230)
#DEEDEB
(222,237,235)
#E8F0F0
(232,240,240)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED5C3 color. Also use rgb(142,213,195) instead hex code.

Text Font Color

.myTextColor { color: #8ED5C3; }

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

This text font color is #8ED5C3.


Background Color

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

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

This div background color is #8ED5C3.


Border color

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

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

This div border color is #8ED5C3.


Opacity

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

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

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

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

This text has shadow with #8ED5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED5C3 on black background.


Color preview on white background

This text has color #8ED5C3 on white background.



Black color preview on #8ED5C3 background

This text has black color on #8ED5C3 background.


White color preview on #8ED5C3 background

This text has white color on #8ED5C3 background.