COLOR #8E9EDF

HEX: #8E9EDF RGB: (142,158,223)

Color info

#8E9EDF contains mainly blue color. Web safe color of #8E9EDF is #9999CC (or #99C).

RGB color model

#8E9EDF color RGB value is (142,158,223).

RGB: (142,158,223) (56%, 62%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 223 of 255 = 87%

142
158
223

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

Portions of RGB colors in percentages

R + G + B = 142 + 158 + 223 = 523 (100%)
R 142 of 523 ~ 27.15%
G 158 of 523 ~ 30.21%
B 223 of 523 ~ 42.64'%

%27.15
%30.21
%42.64

CMYK color model

#8E9EDF color CMYK value is (36,29,0,13).

  • cyan value is 36.32%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (36,29,0,13) C36M29Y0K13 (36%,29%,0%,13%) (0.36/0.29/0.00/0.13) 

CMYK percentages

%36.32
%29.15
%0
%12.55

Codes

Color #8E9EDF in popluar color models

8E 9E DF
RGB 142 158 223
HSL 228° 55.86% 71.57%
HSB/HSV 228° 36.32% 87.45%
CMYK 36.32% 29.15% 0.00%
12.55%

Color #8E9EDF in popluar number systems.

HEX 8E 9E DF
Decimal 142 158 223
Binary 10001110 10011110 11011111
Octal 216 236 337

Shades and tints

Shades of #8E9EDF

#8E9EDF
(142,158,223)
#8290CB
(130,144,203)
#7682B7
(118,130,183)
#6A74A3
(106,116,163)
#5E668F
(94,102,143)
#52587B
(82,88,123)
#464A67
(70,74,103)
#3A3C53
(58,60,83)
#2E2E3F
(46,46,63)
#22202B
(34,32,43)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #8E9EDF

#8E9EDF
(142,158,223)
#98A6E1
(152,166,225)
#A2AEE3
(162,174,227)
#ACB6E5
(172,182,229)
#B6BEE7
(182,190,231)
#C0C6E9
(192,198,233)
#CACEEB
(202,206,235)
#D4D6ED
(212,214,237)
#DEDEEF
(222,222,239)
#E8E6F1
(232,230,241)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9EDF color. Also use rgb(142,158,223) instead hex code.

Text Font Color

.myTextColor { color: #8E9EDF; }

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

This text font color is #8E9EDF.

Background Color

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

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

This div background color is #8E9EDF.

Border color

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

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

This div border color is #8E9EDF.

Opacity

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

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

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

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

This text has shadow with #8E9EDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9EDF.

Preview

Color preview on black background

This text has color #8E9EDF on black background.


Color preview on white background

This text has color #8E9EDF on white background.


Black color preview on #8E9EDF background

This text has black color on #8E9EDF background.


White color preview on #8E9EDF background

This text has white color on #8E9EDF background.


Related colors

Complementary color

Complementary color for #hex is #716120.


I love getcolorcode.com

Triadic colors

1 #DF8E9E and #9EDF8E with #8E9EDF are triadic colors.

2 #DF9E8E and #9E8EDF with #8E9EDF are triadic colors.