COLOR #8EADCE

HEX: #8EADCE
RGB: (142,173,206)

Color info

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

RGB color model

#8EADCE color RGB value is (142,173,206).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 206 of 255 = 81%

142
173
206

R + G + B ~ 68%. #8EADCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 206 = 521 (100%)
R 142 of 521 ~ 27.26%
G 173 of 521 ~ 33.21%
B 206 of 521 ~ 39.54%

%27.26
%33.21
%39.54

CMYK color model

#8EADCE color CMYK value is (31,16,0,19).

  • cyan value is 31.07%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(31,16,0,19)
C31M16Y0K19 
(31%,16%,0%,19%)
(0.31/0.16/0.00/0.19)	

CMYK percentages

%31.07
%16.02
%0
%19.22

Codes

Color #8EADCE in popluar color models

8EADCE
RGB142173206
HSL211°39.51%68.24%
HSB/HSV211°31.07%80.78%
CMYK31.07%16.02%0.00%
19.22%

Color #8EADCE in popluar number systems.

HEX8EADCE
Decimal142173206
Binary100011101010110111001110
Octal216255316

Shades and tints

Shades of #8EADCE

#8EADCE
(142,173,206)
#829EBC
(130,158,188)
#768FAA
(118,143,170)
#6A8098
(106,128,152)
#5E7186
(94,113,134)
#526274
(82,98,116)
#465362
(70,83,98)
#3A4450
(58,68,80)
#2E353E
(46,53,62)
#22262C
(34,38,44)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #8EADCE

#8EADCE
(142,173,206)
#98B4D2
(152,180,210)
#A2BBD6
(162,187,214)
#ACC2DA
(172,194,218)
#B6C9DE
(182,201,222)
#C0D0E2
(192,208,226)
#CAD7E6
(202,215,230)
#D4DEEA
(212,222,234)
#DEE5EE
(222,229,238)
#E8ECF2
(232,236,242)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EADCE; }

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

This text font color is #8EADCE.


Background Color

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

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

This div background color is #8EADCE.


Border color

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

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

This div border color is #8EADCE.


Opacity

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

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

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

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

This text has shadow with #8EADCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EADCE on black background.


Color preview on white background

This text has color #8EADCE on white background.



Black color preview on #8EADCE background

This text has black color on #8EADCE background.


White color preview on #8EADCE background

This text has white color on #8EADCE background.