COLOR #9E90AE

HEX: #9E90AE
RGB: (158,144,174)

Color info

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

RGB color model

#9E90AE color RGB value is (158,144,174).

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

RGB channels and saturation

R 158 of 255 = 62%
G 144 of 255 = 56%
B 174 of 255 = 68%

158
144
174

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

Portions of RGB colors in percentages

R + G + B =
158 + 144 + 174 = 476 (100%)
R 158 of 476 ~ 33.19%
G 144 of 476 ~ 30.25%
B 174 of 476 ~ 36.55%

%33.19
%30.25
%36.55

CMYK color model

#9E90AE color CMYK value is (9,17,0,32).

  • cyan value is 9.20%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,17,0,32)
C9M17Y0K32 
(9%,17%,0%,32%)
(0.09/0.17/0.00/0.32)	

CMYK percentages

%9.2
%17.24
%0
%31.76

Codes

Color #9E90AE in popluar color models

9E90AE
RGB158144174
HSL268°15.63%62.35%
HSB/HSV268°17.24%68.24%
CMYK9.20%17.24%0.00%
31.76%

Color #9E90AE in popluar number systems.

HEX9E90AE
Decimal158144174
Binary100111101001000010101110
Octal236220256

Shades and tints

Shades of #9E90AE

#9E90AE
(158,144,174)
#90839F
(144,131,159)
#827690
(130,118,144)
#746981
(116,105,129)
#665C72
(102,92,114)
#584F63
(88,79,99)
#4A4254
(74,66,84)
#3C3545
(60,53,69)
#2E2836
(46,40,54)
#201B27
(32,27,39)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #9E90AE

#9E90AE
(158,144,174)
#A69AB5
(166,154,181)
#AEA4BC
(174,164,188)
#B6AEC3
(182,174,195)
#BEB8CA
(190,184,202)
#C6C2D1
(198,194,209)
#CECCD8
(206,204,216)
#D6D6DF
(214,214,223)
#DEE0E6
(222,224,230)
#E6EAED
(230,234,237)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E90AE; }

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

This text font color is #9E90AE.


Background Color

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

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

This div background color is #9E90AE.


Border color

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

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

This div border color is #9E90AE.


Opacity

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

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

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

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

This text has shadow with #9E90AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E90AE on black background.


Color preview on white background

This text has color #9E90AE on white background.



Black color preview on #9E90AE background

This text has black color on #9E90AE background.


White color preview on #9E90AE background

This text has white color on #9E90AE background.