COLOR #8E97E2

HEX: #8E97E2
RGB: (142,151,226)

Color info

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

RGB color model

#8E97E2 color RGB value is (142,151,226).

  • red value is 142;
  • green value is 151;
  • blue value is 226.
RGB:
(142,151,226)
(56%,59%,89%)

RGB channels and saturation

R 142 of 255 = 56%
G 151 of 255 = 59%
B 226 of 255 = 89%

142
151
226

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

Portions of RGB colors in percentages

R + G + B =
142 + 151 + 226 = 519 (100%)
R 142 of 519 ~ 27.36%
G 151 of 519 ~ 29.09%
B 226 of 519 ~ 43.55%

%27.36
%29.09
%43.55

CMYK color model

#8E97E2 color CMYK value is (37,33,0,11).

  • cyan value is 37.17%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(37,33,0,11)
C37M33Y0K11 
(37%,33%,0%,11%)
(0.37/0.33/0.00/0.11)	

CMYK percentages

%37.17
%33.19
%0
%11.37

Codes

Color #8E97E2 in popluar color models

8E97E2
RGB142151226
HSL234°59.15%72.16%
HSB/HSV234°37.17%88.63%
CMYK37.17%33.19%0.00%
11.37%

Color #8E97E2 in popluar number systems.

HEX8E97E2
Decimal142151226
Binary100011101001011111100010
Octal216227342

Shades and tints

Shades of #8E97E2

#8E97E2
(142,151,226)
#828ACE
(130,138,206)
#767DBA
(118,125,186)
#6A70A6
(106,112,166)
#5E6392
(94,99,146)
#52567E
(82,86,126)
#46496A
(70,73,106)
#3A3C56
(58,60,86)
#2E2F42
(46,47,66)
#22222E
(34,34,46)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #8E97E2

#8E97E2
(142,151,226)
#98A0E4
(152,160,228)
#A2A9E6
(162,169,230)
#ACB2E8
(172,178,232)
#B6BBEA
(182,187,234)
#C0C4EC
(192,196,236)
#CACDEE
(202,205,238)
#D4D6F0
(212,214,240)
#DEDFF2
(222,223,242)
#E8E8F4
(232,232,244)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E97E2 color. Also use rgb(142,151,226) instead hex code.

Text Font Color

.myTextColor { color: #8E97E2; }

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

This text font color is #8E97E2.


Background Color

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

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

This div background color is #8E97E2.


Border color

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

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

This div border color is #8E97E2.


Opacity

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

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

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

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

This text has shadow with #8E97E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E97E2 on black background.


Color preview on white background

This text has color #8E97E2 on white background.



Black color preview on #8E97E2 background

This text has black color on #8E97E2 background.


White color preview on #8E97E2 background

This text has white color on #8E97E2 background.