COLOR #8EC7D0

HEX: #8EC7D0
RGB: (142,199,208)

Color info

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

RGB color model

#8EC7D0 color RGB value is (142,199,208).

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

RGB channels and saturation

R 142 of 255 = 56%
G 199 of 255 = 78%
B 208 of 255 = 82%

142
199
208

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

Portions of RGB colors in percentages

R + G + B =
142 + 199 + 208 = 549 (100%)
R 142 of 549 ~ 25.87%
G 199 of 549 ~ 36.25%
B 208 of 549 ~ 37.89%

%25.87
%36.25
%37.89

CMYK color model

#8EC7D0 color CMYK value is (32,4,0,18).

  • cyan value is 31.73%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(32,4,0,18)
C32M4Y0K18 
(32%,4%,0%,18%)
(0.32/0.04/0.00/0.18)	

CMYK percentages

%31.73
%4.33
%0
%18.43

Codes

Color #8EC7D0 in popluar color models

8EC7D0
RGB142199208
HSL188°41.25%68.63%
HSB/HSV188°31.73%81.57%
CMYK31.73%4.33%0.00%
18.43%

Color #8EC7D0 in popluar number systems.

HEX8EC7D0
Decimal142199208
Binary100011101100011111010000
Octal216307320

Shades and tints

Shades of #8EC7D0

#8EC7D0
(142,199,208)
#82B5BE
(130,181,190)
#76A3AC
(118,163,172)
#6A919A
(106,145,154)
#5E7F88
(94,127,136)
#526D76
(82,109,118)
#465B64
(70,91,100)
#3A4952
(58,73,82)
#2E3740
(46,55,64)
#22252E
(34,37,46)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #8EC7D0

#8EC7D0
(142,199,208)
#98CCD4
(152,204,212)
#A2D1D8
(162,209,216)
#ACD6DC
(172,214,220)
#B6DBE0
(182,219,224)
#C0E0E4
(192,224,228)
#CAE5E8
(202,229,232)
#D4EAEC
(212,234,236)
#DEEFF0
(222,239,240)
#E8F4F4
(232,244,244)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC7D0; }

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

This text font color is #8EC7D0.


Background Color

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

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

This div background color is #8EC7D0.


Border color

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

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

This div border color is #8EC7D0.


Opacity

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

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

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

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

This text has shadow with #8EC7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC7D0 on black background.


Color preview on white background

This text has color #8EC7D0 on white background.



Black color preview on #8EC7D0 background

This text has black color on #8EC7D0 background.


White color preview on #8EC7D0 background

This text has white color on #8EC7D0 background.