COLOR #8E83E7

HEX: #8E83E7
RGB: (142,131,231)

Color info

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

RGB color model

#8E83E7 color RGB value is (142,131,231).

  • red value is 142;
  • green value is 131;
  • blue value is 231.
RGB:
(142,131,231)
(56%,51%,91%)

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 231 of 255 = 91%

142
131
231

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 231 = 504 (100%)
R 142 of 504 ~ 28.17%
G 131 of 504 ~ 25.99%
B 231 of 504 ~ 45.83%

%28.17
%25.99
%45.83

CMYK color model

#8E83E7 color CMYK value is (39,43,0,9).

  • cyan value is 38.53%
  • magenta value is 43.29%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(39,43,0,9)
C39M43Y0K9 
(39%,43%,0%,9%)
(0.39/0.43/0.00/0.09)	

CMYK percentages

%38.53
%43.29
%0
%9.41

Codes

Color #8E83E7 in popluar color models

8E83E7
RGB142131231
HSL247°67.57%70.98%
HSB/HSV247°43.29%90.59%
CMYK38.53%43.29%0.00%
9.41%

Color #8E83E7 in popluar number systems.

HEX8E83E7
Decimal142131231
Binary100011101000001111100111
Octal216203347

Shades and tints

Shades of #8E83E7

#8E83E7
(142,131,231)
#8278D2
(130,120,210)
#766DBD
(118,109,189)
#6A62A8
(106,98,168)
#5E5793
(94,87,147)
#524C7E
(82,76,126)
#464169
(70,65,105)
#3A3654
(58,54,84)
#2E2B3F
(46,43,63)
#22202A
(34,32,42)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #8E83E7

#8E83E7
(142,131,231)
#988EE9
(152,142,233)
#A299EB
(162,153,235)
#ACA4ED
(172,164,237)
#B6AFEF
(182,175,239)
#C0BAF1
(192,186,241)
#CAC5F3
(202,197,243)
#D4D0F5
(212,208,245)
#DEDBF7
(222,219,247)
#E8E6F9
(232,230,249)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E83E7 color. Also use rgb(142,131,231) instead hex code.

Text Font Color

.myTextColor { color: #8E83E7; }

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

This text font color is #8E83E7.


Background Color

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

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

This div background color is #8E83E7.


Border color

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

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

This div border color is #8E83E7.


Opacity

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

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

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

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

This text has shadow with #8E83E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E83E7 on black background.


Color preview on white background

This text has color #8E83E7 on white background.



Black color preview on #8E83E7 background

This text has black color on #8E83E7 background.


White color preview on #8E83E7 background

This text has white color on #8E83E7 background.