COLOR #9E90AA

HEX: #9E90AA
RGB: (158,144,170)

Color info

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

RGB color model

#9E90AA color RGB value is (158,144,170).

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

RGB channels and saturation

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

158
144
170

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

Portions of RGB colors in percentages

R + G + B =
158 + 144 + 170 = 472 (100%)
R 158 of 472 ~ 33.47%
G 144 of 472 ~ 30.51%
B 170 of 472 ~ 36.02%

%33.47
%30.51
%36.02

CMYK color model

#9E90AA color CMYK value is (7,15,0,33).

  • cyan value is 7.06%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(7,15,0,33)
C7M15Y0K33 
(7%,15%,0%,33%)
(0.07/0.15/0.00/0.33)	

CMYK percentages

%7.06
%15.29
%0
%33.33

Codes

Color #9E90AA in popluar color models

9E90AA
RGB158144170
HSL272°13.27%61.57%
HSB/HSV272°15.29%66.67%
CMYK7.06%15.29%0.00%
33.33%

Color #9E90AA in popluar number systems.

HEX9E90AA
Decimal158144170
Binary100111101001000010101010
Octal236220252

Shades and tints

Shades of #9E90AA

#9E90AA
(158,144,170)
#90839B
(144,131,155)
#82768C
(130,118,140)
#74697D
(116,105,125)
#665C6E
(102,92,110)
#584F5F
(88,79,95)
#4A4250
(74,66,80)
#3C3541
(60,53,65)
#2E2832
(46,40,50)
#201B23
(32,27,35)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #9E90AA

#9E90AA
(158,144,170)
#A69AB1
(166,154,177)
#AEA4B8
(174,164,184)
#B6AEBF
(182,174,191)
#BEB8C6
(190,184,198)
#C6C2CD
(198,194,205)
#CECCD4
(206,204,212)
#D6D6DB
(214,214,219)
#DEE0E2
(222,224,226)
#E6EAE9
(230,234,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E90AA; }

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

This text font color is #9E90AA.


Background Color

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

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

This div background color is #9E90AA.


Border color

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

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

This div border color is #9E90AA.


Opacity

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

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

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

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

This text has shadow with #9E90AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E90AA on black background.


Color preview on white background

This text has color #9E90AA on white background.



Black color preview on #9E90AA background

This text has black color on #9E90AA background.


White color preview on #9E90AA background

This text has white color on #9E90AA background.