COLOR #8EAED4

HEX: #8EAED4
RGB: (142,174,212)

Color info

#8EAED4 contains mainly green and blue colors. Web safe color of #8EAED4 is #9999CC (or #99C).

RGB color model

#8EAED4 color RGB value is (142,174,212).

  • red value is 142;
  • green value is 174;
  • blue value is 212.
RGB:
(142,174,212)
(56%,68%,83%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 212 of 255 = 83%

142
174
212

R + G + B ~ 69%. #8EAED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 174 + 212 = 528 (100%)
R 142 of 528 ~ 26.89%
G 174 of 528 ~ 32.95%
B 212 of 528 ~ 40.15%

%26.89
%32.95
%40.15

CMYK color model

#8EAED4 color CMYK value is (33,18,0,17).

  • cyan value is 33.02%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,18,0,17)
C33M18Y0K17 
(33%,18%,0%,17%)
(0.33/0.18/0.00/0.17)	

CMYK percentages

%33.02
%17.92
%0
%16.86

Codes

Color #8EAED4 in popluar color models

8EAED4
RGB142174212
HSL213°44.87%69.41%
HSB/HSV213°33.02%83.14%
CMYK33.02%17.92%0.00%
16.86%

Color #8EAED4 in popluar number systems.

HEX8EAED4
Decimal142174212
Binary100011101010111011010100
Octal216256324

Shades and tints

Shades of #8EAED4

#8EAED4
(142,174,212)
#829FC1
(130,159,193)
#7690AE
(118,144,174)
#6A819B
(106,129,155)
#5E7288
(94,114,136)
#526375
(82,99,117)
#465462
(70,84,98)
#3A454F
(58,69,79)
#2E363C
(46,54,60)
#222729
(34,39,41)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #8EAED4

#8EAED4
(142,174,212)
#98B5D7
(152,181,215)
#A2BCDA
(162,188,218)
#ACC3DD
(172,195,221)
#B6CAE0
(182,202,224)
#C0D1E3
(192,209,227)
#CAD8E6
(202,216,230)
#D4DFE9
(212,223,233)
#DEE6EC
(222,230,236)
#E8EDEF
(232,237,239)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAED4 color. Also use rgb(142,174,212) instead hex code.

Text Font Color

.myTextColor { color: #8EAED4; }

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

This text font color is #8EAED4.


Background Color

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

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

This div background color is #8EAED4.


Border color

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

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

This div border color is #8EAED4.


Opacity

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

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

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

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

This text has shadow with #8EAED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAED4 on black background.


Color preview on white background

This text has color #8EAED4 on white background.



Black color preview on #8EAED4 background

This text has black color on #8EAED4 background.


White color preview on #8EAED4 background

This text has white color on #8EAED4 background.