COLOR #8E92D3

HEX: #8E92D3
RGB: (142,146,211)

Color info

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

RGB color model

#8E92D3 color RGB value is (142,146,211).

  • red value is 142;
  • green value is 146;
  • blue value is 211.
RGB:
(142,146,211)
(56%,57%,83%)

RGB channels and saturation

R 142 of 255 = 56%
G 146 of 255 = 57%
B 211 of 255 = 83%

142
146
211

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

Portions of RGB colors in percentages

R + G + B =
142 + 146 + 211 = 499 (100%)
R 142 of 499 ~ 28.46%
G 146 of 499 ~ 29.26%
B 211 of 499 ~ 42.28%

%28.46
%29.26
%42.28

CMYK color model

#8E92D3 color CMYK value is (33,31,0,17).

  • cyan value is 32.70%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(33,31,0,17)
C33M31Y0K17 
(33%,31%,0%,17%)
(0.33/0.31/0.00/0.17)	

CMYK percentages

%32.7
%30.81
%0
%17.25

Codes

Color #8E92D3 in popluar color models

8E92D3
RGB142146211
HSL237°43.95%69.22%
HSB/HSV237°32.70%82.75%
CMYK32.70%30.81%0.00%
17.25%

Color #8E92D3 in popluar number systems.

HEX8E92D3
Decimal142146211
Binary100011101001001011010011
Octal216222323

Shades and tints

Shades of #8E92D3

#8E92D3
(142,146,211)
#8285C0
(130,133,192)
#7678AD
(118,120,173)
#6A6B9A
(106,107,154)
#5E5E87
(94,94,135)
#525174
(82,81,116)
#464461
(70,68,97)
#3A374E
(58,55,78)
#2E2A3B
(46,42,59)
#221D28
(34,29,40)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #8E92D3

#8E92D3
(142,146,211)
#989BD7
(152,155,215)
#A2A4DB
(162,164,219)
#ACADDF
(172,173,223)
#B6B6E3
(182,182,227)
#C0BFE7
(192,191,231)
#CAC8EB
(202,200,235)
#D4D1EF
(212,209,239)
#DEDAF3
(222,218,243)
#E8E3F7
(232,227,247)
#F2ECFB
(242,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E92D3 color. Also use rgb(142,146,211) instead hex code.

Text Font Color

.myTextColor { color: #8E92D3; }

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

This text font color is #8E92D3.


Background Color

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

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

This div background color is #8E92D3.


Border color

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

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

This div border color is #8E92D3.


Opacity

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

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

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

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

This text has shadow with #8E92D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E92D3 on black background.


Color preview on white background

This text has color #8E92D3 on white background.



Black color preview on #8E92D3 background

This text has black color on #8E92D3 background.


White color preview on #8E92D3 background

This text has white color on #8E92D3 background.