COLOR #9E8EE0

HEX: #9E8EE0 RGB: (158,142,224)

Color info

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

RGB color model

#9E8EE0 color RGB value is (158,142,224).

RGB: (158,142,224) (62%, 56%, 88%)

RGB channels and saturation

R 158 of 255 = 62%
G 142 of 255 = 56%
B 224 of 255 = 88%

158
142
224

R + G + B ~ 69%. #9E8EE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 142 + 224 = 524 (100%)
R 158 of 524 ~ 30.15%
G 142 of 524 ~ 27.1%
B 224 of 524 ~ 42.75'%

%30.15
%27.1
%42.75

CMYK color model

#9E8EE0 color CMYK value is (29,37,0,12).

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

CMYK: (29,37,0,12)
C29M37Y0K12 (29%, 37%, 0%, 12%)
(0.29 / 0.37 / 0.00 / 0.12)

CMYK percentages

%29.46
%36.61
%0
%12.16

Codes

Color #9E8EE0 in popluar color models

9E 8E E0
RGB 158 142 224
HSL 252° 56.94% 71.76%
HSB/HSV 252° 36.61% 87.84%
CMYK 29.46% 36.61% 0.00%
12.16%

Color #9E8EE0 in popluar number systems.

HEX 9E 8E E0
Decimal 158 142 224
Binary 10011110 10001110 11100000
Octal 236 216 340

Shades and tints

Shades of #9E8EE0

#9E8EE0
(158,142,224)
#9082CC
(144,130,204)
#8276B8
(130,118,184)
#746AA4
(116,106,164)
#665E90
(102,94,144)
#58527C
(88,82,124)
#4A4668
(74,70,104)
#3C3A54
(60,58,84)
#2E2E40
(46,46,64)
#20222C
(32,34,44)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #9E8EE0

#9E8EE0
(158,142,224)
#A698E2
(166,152,226)
#AEA2E4
(174,162,228)
#B6ACE6
(182,172,230)
#BEB6E8
(190,182,232)
#C6C0EA
(198,192,234)
#CECAEC
(206,202,236)
#D6D4EE
(214,212,238)
#DEDEF0
(222,222,240)
#E6E8F2
(230,232,242)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8EE0 color. Also use rgb(158,142,224) instead hex code.

Text Font Color

.myTextColor { color: #9E8EE0; }

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

This text font color is #9E8EE0.

Background Color

.myBgColor { background-color: #9E8EE0; }

<div style="background-color:#9E8EE0">Inner text</div>

This div background color is #9E8EE0.

Border color

.myBorderColor { border: 1px solid #9E8EE0; }

<div style="border:3px solid #9E8EE0">Div</div>

This div border color is #9E8EE0.

Opacity

.myOpacity80 { color: #9E8EE0; opacity: 0.8; }

<p style="color:#9E8EE0;opacity:0.8;">80%</p>

Text with #9E8EE0 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 #9E8EE0;}

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

This text has shadow with #9E8EE0 color.


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

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

This text has shadow with #9E8EE0 primary color and red secondary color.


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

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

This text has shadow with #9E8EE0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9E8EE0.

Preview

Color preview on black background

This text has color #9E8EE0 on black background.


Color preview on white background

This text has color #9E8EE0 on white background.


Black color preview on #9E8EE0 background

This text has black color on #9E8EE0 background.


White color preview on #9E8EE0 background

This text has white color on #9E8EE0 background.


Related colors

Complementary color

Complementary color for #hex is #61711F.


I love getcolorcode.com

Triadic colors

1 #E09E8E and #8EE09E with #9E8EE0 are triadic colors.

2 #E08E9E and #8E9EE0 with #9E8EE0 are triadic colors.