COLOR #9E8FAA

HEX: #9E8FAA
RGB: (158,143,170)

Color info

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

RGB color model

#9E8FAA color RGB value is (158,143,170).

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

RGB channels and saturation

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

158
143
170

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

Portions of RGB colors in percentages

R + G + B =
158 + 143 + 170 = 471 (100%)
R 158 of 471 ~ 33.55%
G 143 of 471 ~ 30.36%
B 170 of 471 ~ 36.09%

%33.55
%30.36
%36.09

CMYK color model

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

  • cyan value is 7.06%
  • magenta value is 15.88%
  • 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
%15.88
%0
%33.33

Codes

Color #9E8FAA in popluar color models

9E8FAA
RGB158143170
HSL273°13.71%61.37%
HSB/HSV273°15.88%66.67%
CMYK7.06%15.88%0.00%
33.33%

Color #9E8FAA in popluar number systems.

HEX9E8FAA
Decimal158143170
Binary100111101000111110101010
Octal236217252

Shades and tints

Shades of #9E8FAA

#9E8FAA
(158,143,170)
#90829B
(144,130,155)
#82758C
(130,117,140)
#74687D
(116,104,125)
#665B6E
(102,91,110)
#584E5F
(88,78,95)
#4A4150
(74,65,80)
#3C3441
(60,52,65)
#2E2732
(46,39,50)
#201A23
(32,26,35)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #9E8FAA

#9E8FAA
(158,143,170)
#A699B1
(166,153,177)
#AEA3B8
(174,163,184)
#B6ADBF
(182,173,191)
#BEB7C6
(190,183,198)
#C6C1CD
(198,193,205)
#CECBD4
(206,203,212)
#D6D5DB
(214,213,219)
#DEDFE2
(222,223,226)
#E6E9E9
(230,233,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8FAA; }

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

This text font color is #9E8FAA.


Background Color

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

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

This div background color is #9E8FAA.


Border color

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

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

This div border color is #9E8FAA.


Opacity

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

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

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

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

This text has shadow with #9E8FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8FAA on black background.


Color preview on white background

This text has color #9E8FAA on white background.



Black color preview on #9E8FAA background

This text has black color on #9E8FAA background.


White color preview on #9E8FAA background

This text has white color on #9E8FAA background.