COLOR #8E9BE0

HEX: #8E9BE0 RGB: (142,155,224)

Color info

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

RGB color model

#8E9BE0 color RGB value is (142,155,224).

RGB: (142,155,224) (56%, 61%, 88%)

RGB channels and saturation

R 142 of 255 = 56%
G 155 of 255 = 61%
B 224 of 255 = 88%

142
155
224

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

Portions of RGB colors in percentages

R + G + B = 142 + 155 + 224 = 521 (100%)
R 142 of 521 ~ 27.26%
G 155 of 521 ~ 29.75%
B 224 of 521 ~ 42.99'%

%27.26
%29.75
%42.99

CMYK color model

#8E9BE0 color CMYK value is (37,31,0,12).

  • cyan value is 36.61%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (37,31,0,12)
C37M31Y0K12 (37%, 31%, 0%, 12%)
(0.37 / 0.31 / 0.00 / 0.12)

CMYK percentages

%36.61
%30.8
%0
%12.16

Codes

Color #8E9BE0 in popluar color models

8E 9B E0
RGB 142 155 224
HSL 230° 56.94% 71.76%
HSB/HSV 230° 36.61% 87.84%
CMYK 36.61% 30.80% 0.00%
12.16%

Color #8E9BE0 in popluar number systems.

HEX 8E 9B E0
Decimal 142 155 224
Binary 10001110 10011011 11100000
Octal 216 233 340

Shades and tints

Shades of #8E9BE0

#8E9BE0
(142,155,224)
#828DCC
(130,141,204)
#767FB8
(118,127,184)
#6A71A4
(106,113,164)
#5E6390
(94,99,144)
#52557C
(82,85,124)
#464768
(70,71,104)
#3A3954
(58,57,84)
#2E2B40
(46,43,64)
#221D2C
(34,29,44)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #8E9BE0

#8E9BE0
(142,155,224)
#98A4E2
(152,164,226)
#A2ADE4
(162,173,228)
#ACB6E6
(172,182,230)
#B6BFE8
(182,191,232)
#C0C8EA
(192,200,234)
#CAD1EC
(202,209,236)
#D4DAEE
(212,218,238)
#DEE3F0
(222,227,240)
#E8ECF2
(232,236,242)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9BE0 color. Also use rgb(142,155,224) instead hex code.

Text Font Color

.myTextColor { color: #8E9BE0; }

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

This text font color is #8E9BE0.

Background Color

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

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

This div background color is #8E9BE0.

Border color

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

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

This div border color is #8E9BE0.

Opacity

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

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

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

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

This text has shadow with #8E9BE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9BE0.

Preview

Color preview on black background

This text has color #8E9BE0 on black background.


Color preview on white background

This text has color #8E9BE0 on white background.


Black color preview on #8E9BE0 background

This text has black color on #8E9BE0 background.


White color preview on #8E9BE0 background

This text has white color on #8E9BE0 background.


Related colors

Complementary color

Complementary color for #hex is #71641F.


I love getcolorcode.com

Triadic colors

1 #E08E9B and #9BE08E with #8E9BE0 are triadic colors.

2 #E09B8E and #9B8EE0 with #8E9BE0 are triadic colors.