COLOR #8E9EC1

HEX: #8E9EC1
RGB: (142,158,193)

Color info

#8E9EC1 contains red, green and blue colors in about the same proportion. Web safe color of #8E9EC1 is #9999CC (or #99C).

RGB color model

#8E9EC1 color RGB value is (142,158,193).

  • red value is 142;
  • green value is 158;
  • blue value is 193.
RGB:
(142,158,193)
(56%,62%,76%)

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 193 of 255 = 76%

142
158
193

R + G + B ~ 65%. #8E9EC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 193 = 493 (100%)
R 142 of 493 ~ 28.8%
G 158 of 493 ~ 32.05%
B 193 of 493 ~ 39.15%

%28.8
%32.05
%39.15

CMYK color model

#8E9EC1 color CMYK value is (26,18,0,24).

  • cyan value is 26.42%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,18,0,24)
C26M18Y0K24 
(26%,18%,0%,24%)
(0.26/0.18/0.00/0.24)	

CMYK percentages

%26.42
%18.13
%0
%24.31

Codes

Color #8E9EC1 in popluar color models

8E9EC1
RGB142158193
HSL221°29.14%65.69%
HSB/HSV221°26.42%75.69%
CMYK26.42%18.13%0.00%
24.31%

Color #8E9EC1 in popluar number systems.

HEX8E9EC1
Decimal142158193
Binary100011101001111011000001
Octal216236301

Shades and tints

Shades of #8E9EC1

#8E9EC1
(142,158,193)
#8290B0
(130,144,176)
#76829F
(118,130,159)
#6A748E
(106,116,142)
#5E667D
(94,102,125)
#52586C
(82,88,108)
#464A5B
(70,74,91)
#3A3C4A
(58,60,74)
#2E2E39
(46,46,57)
#222028
(34,32,40)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #8E9EC1

#8E9EC1
(142,158,193)
#98A6C6
(152,166,198)
#A2AECB
(162,174,203)
#ACB6D0
(172,182,208)
#B6BED5
(182,190,213)
#C0C6DA
(192,198,218)
#CACEDF
(202,206,223)
#D4D6E4
(212,214,228)
#DEDEE9
(222,222,233)
#E8E6EE
(232,230,238)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9EC1; }

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

This text font color is #8E9EC1.


Background Color

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

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

This div background color is #8E9EC1.


Border color

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

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

This div border color is #8E9EC1.


Opacity

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

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

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

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

This text has shadow with #8E9EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9EC1 on black background.


Color preview on white background

This text has color #8E9EC1 on white background.



Black color preview on #8E9EC1 background

This text has black color on #8E9EC1 background.


White color preview on #8E9EC1 background

This text has white color on #8E9EC1 background.