COLOR #8E97F4

HEX: #8E97F4
RGB: (142,151,244)

Color info

#8E97F4 contains mainly blue color. Web safe color of #8E97F4 is #9999FF (or #99F).

RGB color model

#8E97F4 color RGB value is (142,151,244).

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

RGB channels and saturation

R 142 of 255 = 56%
G 151 of 255 = 59%
B 244 of 255 = 96%

142
151
244

R + G + B ~ 70%. #8E97F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 151 + 244 = 537 (100%)
R 142 of 537 ~ 26.44%
G 151 of 537 ~ 28.12%
B 244 of 537 ~ 45.44%

%26.44
%28.12
%45.44

CMYK color model

#8E97F4 color CMYK value is (42,38,0,4).

  • cyan value is 41.80%
  • magenta value is 38.11%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(42,38,0,4)
C42M38Y0K4 
(42%,38%,0%,4%)
(0.42/0.38/0.00/0.04)	

CMYK percentages

%41.8
%38.11
%0
%4.31

Codes

Color #8E97F4 in popluar color models

8E97F4
RGB142151244
HSL235°82.26%75.69%
HSB/HSV235°41.80%95.69%
CMYK41.80%38.11%0.00%
4.31%

Color #8E97F4 in popluar number systems.

HEX8E97F4
Decimal142151244
Binary100011101001011111110100
Octal216227364

Shades and tints

Shades of #8E97F4

#8E97F4
(142,151,244)
#828ADE
(130,138,222)
#767DC8
(118,125,200)
#6A70B2
(106,112,178)
#5E639C
(94,99,156)
#525686
(82,86,134)
#464970
(70,73,112)
#3A3C5A
(58,60,90)
#2E2F44
(46,47,68)
#22222E
(34,34,46)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #8E97F4

#8E97F4
(142,151,244)
#98A0F5
(152,160,245)
#A2A9F6
(162,169,246)
#ACB2F7
(172,178,247)
#B6BBF8
(182,187,248)
#C0C4F9
(192,196,249)
#CACDFA
(202,205,250)
#D4D6FB
(212,214,251)
#DEDFFC
(222,223,252)
#E8E8FD
(232,232,253)
#F2F1FE
(242,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E97F4; }

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

This text font color is #8E97F4.


Background Color

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

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

This div background color is #8E97F4.


Border color

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

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

This div border color is #8E97F4.


Opacity

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

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

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

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

This text has shadow with #8E97F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E97F4 on black background.


Color preview on white background

This text has color #8E97F4 on white background.



Black color preview on #8E97F4 background

This text has black color on #8E97F4 background.


White color preview on #8E97F4 background

This text has white color on #8E97F4 background.