COLOR #9E8EAA

HEX: #9E8EAA
RGB: (158,142,170)

Color info

#9E8EAA contains red, green and blue colors in about the same proportion. Web safe color of #9E8EAA is #999999 (or #999).

RGB color model

#9E8EAA color RGB value is (158,142,170).

  • red value is 158;
  • green value is 142;
  • blue value is 170.
RGB:
(158,142,170)
(62%,56%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 142 of 255 = 56%
B 170 of 255 = 67%

158
142
170

R + G + B ~ 62%. #9E8EAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 142 + 170 = 470 (100%)
R 158 of 470 ~ 33.62%
G 142 of 470 ~ 30.21%
B 170 of 470 ~ 36.17%

%33.62
%30.21
%36.17

CMYK color model

#9E8EAA color CMYK value is (7,16,0,33).

  • cyan value is 7.06%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(7,16,0,33)
C7M16Y0K33 
(7%,16%,0%,33%)
(0.07/0.16/0.00/0.33)	

CMYK percentages

%7.06
%16.47
%0
%33.33

Codes

Color #9E8EAA in popluar color models

9E8EAA
RGB158142170
HSL274°14.14%61.18%
HSB/HSV274°16.47%66.67%
CMYK7.06%16.47%0.00%
33.33%

Color #9E8EAA in popluar number systems.

HEX9E8EAA
Decimal158142170
Binary100111101000111010101010
Octal236216252

Shades and tints

Shades of #9E8EAA

#9E8EAA
(158,142,170)
#90829B
(144,130,155)
#82768C
(130,118,140)
#746A7D
(116,106,125)
#665E6E
(102,94,110)
#58525F
(88,82,95)
#4A4650
(74,70,80)
#3C3A41
(60,58,65)
#2E2E32
(46,46,50)
#202223
(32,34,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9E8EAA

#9E8EAA
(158,142,170)
#A698B1
(166,152,177)
#AEA2B8
(174,162,184)
#B6ACBF
(182,172,191)
#BEB6C6
(190,182,198)
#C6C0CD
(198,192,205)
#CECAD4
(206,202,212)
#D6D4DB
(214,212,219)
#DEDEE2
(222,222,226)
#E6E8E9
(230,232,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8EAA; }

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

This text font color is #9E8EAA.


Background Color

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

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

This div background color is #9E8EAA.


Border color

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

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

This div border color is #9E8EAA.


Opacity

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

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

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

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

This text has shadow with #9E8EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8EAA on black background.


Color preview on white background

This text has color #9E8EAA on white background.



Black color preview on #9E8EAA background

This text has black color on #9E8EAA background.


White color preview on #9E8EAA background

This text has white color on #9E8EAA background.