COLOR #8EC8D2

HEX: #8EC8D2
RGB: (142,200,210)

Color info

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

RGB color model

#8EC8D2 color RGB value is (142,200,210).

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

RGB channels and saturation

R 142 of 255 = 56%
G 200 of 255 = 78%
B 210 of 255 = 82%

142
200
210

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

Portions of RGB colors in percentages

R + G + B =
142 + 200 + 210 = 552 (100%)
R 142 of 552 ~ 25.72%
G 200 of 552 ~ 36.23%
B 210 of 552 ~ 38.04%

%25.72
%36.23
%38.04

CMYK color model

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

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

CMYK percentages

%32.38
%4.76
%0
%17.65

Codes

Color #8EC8D2 in popluar color models

8EC8D2
RGB142200210
HSL189°43.04%69.02%
HSB/HSV189°32.38%82.35%
CMYK32.38%4.76%0.00%
17.65%

Color #8EC8D2 in popluar number systems.

HEX8EC8D2
Decimal142200210
Binary100011101100100011010010
Octal216310322

Shades and tints

Shades of #8EC8D2

#8EC8D2
(142,200,210)
#82B6BF
(130,182,191)
#76A4AC
(118,164,172)
#6A9299
(106,146,153)
#5E8086
(94,128,134)
#526E73
(82,110,115)
#465C60
(70,92,96)
#3A4A4D
(58,74,77)
#2E383A
(46,56,58)
#222627
(34,38,39)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8EC8D2

#8EC8D2
(142,200,210)
#98CDD6
(152,205,214)
#A2D2DA
(162,210,218)
#ACD7DE
(172,215,222)
#B6DCE2
(182,220,226)
#C0E1E6
(192,225,230)
#CAE6EA
(202,230,234)
#D4EBEE
(212,235,238)
#DEF0F2
(222,240,242)
#E8F5F6
(232,245,246)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC8D2; }

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

This text font color is #8EC8D2.


Background Color

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

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

This div background color is #8EC8D2.


Border color

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

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

This div border color is #8EC8D2.


Opacity

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

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

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

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

This text has shadow with #8EC8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC8D2 on black background.


Color preview on white background

This text has color #8EC8D2 on white background.



Black color preview on #8EC8D2 background

This text has black color on #8EC8D2 background.


White color preview on #8EC8D2 background

This text has white color on #8EC8D2 background.