COLOR #8EC5D0

HEX: #8EC5D0
RGB: (142,197,208)

Color info

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

RGB color model

#8EC5D0 color RGB value is (142,197,208).

  • red value is 142;
  • green value is 197;
  • blue value is 208.
RGB:
(142,197,208)
(56%,77%,82%)

RGB channels and saturation

R 142 of 255 = 56%
G 197 of 255 = 77%
B 208 of 255 = 82%

142
197
208

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

Portions of RGB colors in percentages

R + G + B =
142 + 197 + 208 = 547 (100%)
R 142 of 547 ~ 25.96%
G 197 of 547 ~ 36.01%
B 208 of 547 ~ 38.03%

%25.96
%36.01
%38.03

CMYK color model

#8EC5D0 color CMYK value is (32,5,0,18).

  • cyan value is 31.73%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(32,5,0,18)
C32M5Y0K18 
(32%,5%,0%,18%)
(0.32/0.05/0.00/0.18)	

CMYK percentages

%31.73
%5.29
%0
%18.43

Codes

Color #8EC5D0 in popluar color models

8EC5D0
RGB142197208
HSL190°41.25%68.63%
HSB/HSV190°31.73%81.57%
CMYK31.73%5.29%0.00%
18.43%

Color #8EC5D0 in popluar number systems.

HEX8EC5D0
Decimal142197208
Binary100011101100010111010000
Octal216305320

Shades and tints

Shades of #8EC5D0

#8EC5D0
(142,197,208)
#82B4BE
(130,180,190)
#76A3AC
(118,163,172)
#6A929A
(106,146,154)
#5E8188
(94,129,136)
#527076
(82,112,118)
#465F64
(70,95,100)
#3A4E52
(58,78,82)
#2E3D40
(46,61,64)
#222C2E
(34,44,46)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #8EC5D0

#8EC5D0
(142,197,208)
#98CAD4
(152,202,212)
#A2CFD8
(162,207,216)
#ACD4DC
(172,212,220)
#B6D9E0
(182,217,224)
#C0DEE4
(192,222,228)
#CAE3E8
(202,227,232)
#D4E8EC
(212,232,236)
#DEEDF0
(222,237,240)
#E8F2F4
(232,242,244)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC5D0 color. Also use rgb(142,197,208) instead hex code.

Text Font Color

.myTextColor { color: #8EC5D0; }

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

This text font color is #8EC5D0.


Background Color

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

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

This div background color is #8EC5D0.


Border color

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

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

This div border color is #8EC5D0.


Opacity

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

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

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

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

This text has shadow with #8EC5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC5D0 on black background.


Color preview on white background

This text has color #8EC5D0 on white background.



Black color preview on #8EC5D0 background

This text has black color on #8EC5D0 background.


White color preview on #8EC5D0 background

This text has white color on #8EC5D0 background.