COLOR #8EADD8

HEX: #8EADD8
RGB: (142,173,216)

Color info

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

RGB color model

#8EADD8 color RGB value is (142,173,216).

  • red value is 142;
  • green value is 173;
  • blue value is 216.
RGB:
(142,173,216)
(56%,68%,85%)

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 216 of 255 = 85%

142
173
216

R + G + B ~ 70%. #8EADD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 216 = 531 (100%)
R 142 of 531 ~ 26.74%
G 173 of 531 ~ 32.58%
B 216 of 531 ~ 40.68%

%26.74
%32.58
%40.68

CMYK color model

#8EADD8 color CMYK value is (34,20,0,15).

  • cyan value is 34.26%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(34,20,0,15)
C34M20Y0K15 
(34%,20%,0%,15%)
(0.34/0.20/0.00/0.15)	

CMYK percentages

%34.26
%19.91
%0
%15.29

Codes

Color #8EADD8 in popluar color models

8EADD8
RGB142173216
HSL215°48.68%70.20%
HSB/HSV215°34.26%84.71%
CMYK34.26%19.91%0.00%
15.29%

Color #8EADD8 in popluar number systems.

HEX8EADD8
Decimal142173216
Binary100011101010110111011000
Octal216255330

Shades and tints

Shades of #8EADD8

#8EADD8
(142,173,216)
#829EC5
(130,158,197)
#768FB2
(118,143,178)
#6A809F
(106,128,159)
#5E718C
(94,113,140)
#526279
(82,98,121)
#465366
(70,83,102)
#3A4453
(58,68,83)
#2E3540
(46,53,64)
#22262D
(34,38,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #8EADD8

#8EADD8
(142,173,216)
#98B4DB
(152,180,219)
#A2BBDE
(162,187,222)
#ACC2E1
(172,194,225)
#B6C9E4
(182,201,228)
#C0D0E7
(192,208,231)
#CAD7EA
(202,215,234)
#D4DEED
(212,222,237)
#DEE5F0
(222,229,240)
#E8ECF3
(232,236,243)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EADD8 color. Also use rgb(142,173,216) instead hex code.

Text Font Color

.myTextColor { color: #8EADD8; }

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

This text font color is #8EADD8.


Background Color

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

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

This div background color is #8EADD8.


Border color

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

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

This div border color is #8EADD8.


Opacity

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

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

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

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

This text has shadow with #8EADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EADD8 on black background.


Color preview on white background

This text has color #8EADD8 on white background.



Black color preview on #8EADD8 background

This text has black color on #8EADD8 background.


White color preview on #8EADD8 background

This text has white color on #8EADD8 background.