COLOR #8EDAC8

HEX: #8EDAC8
RGB: (142,218,200)

Color info

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

RGB color model

#8EDAC8 color RGB value is (142,218,200).

  • red value is 142;
  • green value is 218;
  • blue value is 200.
RGB:
(142,218,200)
(56%,85%,78%)

RGB channels and saturation

R 142 of 255 = 56%
G 218 of 255 = 85%
B 200 of 255 = 78%

142
218
200

R + G + B ~ 73%. #8EDAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 218 + 200 = 560 (100%)
R 142 of 560 ~ 25.36%
G 218 of 560 ~ 38.93%
B 200 of 560 ~ 35.71%

%25.36
%38.93
%35.71

CMYK color model

#8EDAC8 color CMYK value is (35,0,8,15).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK:
(35,0,8,15)
C35M0Y8K15 
(35%,0%,8%,15%)
(0.35/0.00/0.08/0.15)	

CMYK percentages

%34.86
%0
%8.26
%14.51

Codes

Color #8EDAC8 in popluar color models

8EDAC8
RGB142218200
HSL166°50.67%70.59%
HSB/HSV166°34.86%85.49%
CMYK34.86%0.00%8.26%
14.51%

Color #8EDAC8 in popluar number systems.

HEX8EDAC8
Decimal142218200
Binary100011101101101011001000
Octal216332310

Shades and tints

Shades of #8EDAC8

#8EDAC8
(142,218,200)
#82C7B6
(130,199,182)
#76B4A4
(118,180,164)
#6AA192
(106,161,146)
#5E8E80
(94,142,128)
#527B6E
(82,123,110)
#46685C
(70,104,92)
#3A554A
(58,85,74)
#2E4238
(46,66,56)
#222F26
(34,47,38)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #8EDAC8

#8EDAC8
(142,218,200)
#98DDCD
(152,221,205)
#A2E0D2
(162,224,210)
#ACE3D7
(172,227,215)
#B6E6DC
(182,230,220)
#C0E9E1
(192,233,225)
#CAECE6
(202,236,230)
#D4EFEB
(212,239,235)
#DEF2F0
(222,242,240)
#E8F5F5
(232,245,245)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDAC8 color. Also use rgb(142,218,200) instead hex code.

Text Font Color

.myTextColor { color: #8EDAC8; }

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

This text font color is #8EDAC8.


Background Color

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

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

This div background color is #8EDAC8.


Border color

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

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

This div border color is #8EDAC8.


Opacity

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

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

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

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

This text has shadow with #8EDAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDAC8 on black background.


Color preview on white background

This text has color #8EDAC8 on white background.



Black color preview on #8EDAC8 background

This text has black color on #8EDAC8 background.


White color preview on #8EDAC8 background

This text has white color on #8EDAC8 background.