COLOR #9E9BAE

HEX: #9E9BAE
RGB: (158,155,174)

Color info

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

RGB color model

#9E9BAE color RGB value is (158,155,174).

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

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 174 of 255 = 68%

158
155
174

R + G + B ~ 64%. #9E9BAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 174 = 487 (100%)
R 158 of 487 ~ 32.44%
G 155 of 487 ~ 31.83%
B 174 of 487 ~ 35.73%

%32.44
%31.83
%35.73

CMYK color model

#9E9BAE color CMYK value is (9,11,0,32).

  • cyan value is 9.20%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,11,0,32)
C9M11Y0K32 
(9%,11%,0%,32%)
(0.09/0.11/0.00/0.32)	

CMYK percentages

%9.2
%10.92
%0
%31.76

Codes

Color #9E9BAE in popluar color models

9E9BAE
RGB158155174
HSL249°10.50%64.51%
HSB/HSV249°10.92%68.24%
CMYK9.20%10.92%0.00%
31.76%

Color #9E9BAE in popluar number systems.

HEX9E9BAE
Decimal158155174
Binary100111101001101110101110
Octal236233256

Shades and tints

Shades of #9E9BAE

#9E9BAE
(158,155,174)
#908D9F
(144,141,159)
#827F90
(130,127,144)
#747181
(116,113,129)
#666372
(102,99,114)
#585563
(88,85,99)
#4A4754
(74,71,84)
#3C3945
(60,57,69)
#2E2B36
(46,43,54)
#201D27
(32,29,39)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #9E9BAE

#9E9BAE
(158,155,174)
#A6A4B5
(166,164,181)
#AEADBC
(174,173,188)
#B6B6C3
(182,182,195)
#BEBFCA
(190,191,202)
#C6C8D1
(198,200,209)
#CED1D8
(206,209,216)
#D6DADF
(214,218,223)
#DEE3E6
(222,227,230)
#E6ECED
(230,236,237)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9BAE; }

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

This text font color is #9E9BAE.


Background Color

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

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

This div background color is #9E9BAE.


Border color

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

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

This div border color is #9E9BAE.


Opacity

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

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

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

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

This text has shadow with #9E9BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9BAE on black background.


Color preview on white background

This text has color #9E9BAE on white background.



Black color preview on #9E9BAE background

This text has black color on #9E9BAE background.


White color preview on #9E9BAE background

This text has white color on #9E9BAE background.