COLOR #8EC2ED

HEX: #8EC2ED
RGB: (142,194,237)

Color info

#8EC2ED contains mainly green and blue colors. Web safe color of #8EC2ED is #99CCFF (or #9CF).

RGB color model

#8EC2ED color RGB value is (142,194,237).

  • red value is 142;
  • green value is 194;
  • blue value is 237.
RGB:
(142,194,237)
(56%,76%,93%)

RGB channels and saturation

R 142 of 255 = 56%
G 194 of 255 = 76%
B 237 of 255 = 93%

142
194
237

R + G + B ~ 75%. #8EC2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 194 + 237 = 573 (100%)
R 142 of 573 ~ 24.78%
G 194 of 573 ~ 33.86%
B 237 of 573 ~ 41.36%

%24.78
%33.86
%41.36

CMYK color model

#8EC2ED color CMYK value is (40,18,0,7).

  • cyan value is 40.08%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(40,18,0,7)
C40M18Y0K7 
(40%,18%,0%,7%)
(0.40/0.18/0.00/0.07)	

CMYK percentages

%40.08
%18.14
%0
%7.06

Codes

Color #8EC2ED in popluar color models

8EC2ED
RGB142194237
HSL207°72.52%74.31%
HSB/HSV207°40.08%92.94%
CMYK40.08%18.14%0.00%
7.06%

Color #8EC2ED in popluar number systems.

HEX8EC2ED
Decimal142194237
Binary100011101100001011101101
Octal216302355

Shades and tints

Shades of #8EC2ED

#8EC2ED
(142,194,237)
#82B1D8
(130,177,216)
#76A0C3
(118,160,195)
#6A8FAE
(106,143,174)
#5E7E99
(94,126,153)
#526D84
(82,109,132)
#465C6F
(70,92,111)
#3A4B5A
(58,75,90)
#2E3A45
(46,58,69)
#222930
(34,41,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #8EC2ED

#8EC2ED
(142,194,237)
#98C7EE
(152,199,238)
#A2CCEF
(162,204,239)
#ACD1F0
(172,209,240)
#B6D6F1
(182,214,241)
#C0DBF2
(192,219,242)
#CAE0F3
(202,224,243)
#D4E5F4
(212,229,244)
#DEEAF5
(222,234,245)
#E8EFF6
(232,239,246)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC2ED color. Also use rgb(142,194,237) instead hex code.

Text Font Color

.myTextColor { color: #8EC2ED; }

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

This text font color is #8EC2ED.


Background Color

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

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

This div background color is #8EC2ED.


Border color

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

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

This div border color is #8EC2ED.


Opacity

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

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

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

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

This text has shadow with #8EC2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC2ED on black background.


Color preview on white background

This text has color #8EC2ED on white background.



Black color preview on #8EC2ED background

This text has black color on #8EC2ED background.


White color preview on #8EC2ED background

This text has white color on #8EC2ED background.