COLOR #8E9FCA

HEX: #8E9FCA
RGB: (142,159,202)

Color info

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

RGB color model

#8E9FCA color RGB value is (142,159,202).

  • red value is 142;
  • green value is 159;
  • blue value is 202.
RGB:
(142,159,202)
(56%,62%,79%)

RGB channels and saturation

R 142 of 255 = 56%
G 159 of 255 = 62%
B 202 of 255 = 79%

142
159
202

R + G + B ~ 66%. #8E9FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 159 + 202 = 503 (100%)
R 142 of 503 ~ 28.23%
G 159 of 503 ~ 31.61%
B 202 of 503 ~ 40.16%

%28.23
%31.61
%40.16

CMYK color model

#8E9FCA color CMYK value is (30,21,0,21).

  • cyan value is 29.70%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(30,21,0,21)
C30M21Y0K21 
(30%,21%,0%,21%)
(0.30/0.21/0.00/0.21)	

CMYK percentages

%29.7
%21.29
%0
%20.78

Codes

Color #8E9FCA in popluar color models

8E9FCA
RGB142159202
HSL223°36.14%67.45%
HSB/HSV223°29.70%79.22%
CMYK29.70%21.29%0.00%
20.78%

Color #8E9FCA in popluar number systems.

HEX8E9FCA
Decimal142159202
Binary100011101001111111001010
Octal216237312

Shades and tints

Shades of #8E9FCA

#8E9FCA
(142,159,202)
#8291B8
(130,145,184)
#7683A6
(118,131,166)
#6A7594
(106,117,148)
#5E6782
(94,103,130)
#525970
(82,89,112)
#464B5E
(70,75,94)
#3A3D4C
(58,61,76)
#2E2F3A
(46,47,58)
#222128
(34,33,40)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8E9FCA

#8E9FCA
(142,159,202)
#98A7CE
(152,167,206)
#A2AFD2
(162,175,210)
#ACB7D6
(172,183,214)
#B6BFDA
(182,191,218)
#C0C7DE
(192,199,222)
#CACFE2
(202,207,226)
#D4D7E6
(212,215,230)
#DEDFEA
(222,223,234)
#E8E7EE
(232,231,238)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9FCA color. Also use rgb(142,159,202) instead hex code.

Text Font Color

.myTextColor { color: #8E9FCA; }

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

This text font color is #8E9FCA.


Background Color

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

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

This div background color is #8E9FCA.


Border color

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

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

This div border color is #8E9FCA.


Opacity

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

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

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

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

This text has shadow with #8E9FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9FCA on black background.


Color preview on white background

This text has color #8E9FCA on white background.



Black color preview on #8E9FCA background

This text has black color on #8E9FCA background.


White color preview on #8E9FCA background

This text has white color on #8E9FCA background.