COLOR #9E9BAA

HEX: #9E9BAA
RGB: (158,155,170)

Color info

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

RGB color model

#9E9BAA color RGB value is (158,155,170).

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

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 170 of 255 = 67%

158
155
170

R + G + B ~ 63%. #9E9BAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 170 = 483 (100%)
R 158 of 483 ~ 32.71%
G 155 of 483 ~ 32.09%
B 170 of 483 ~ 35.2%

%32.71
%32.09
%35.2

CMYK color model

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

  • cyan value is 7.06%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(7,9,0,33)
C7M9Y0K33 
(7%,9%,0%,33%)
(0.07/0.09/0.00/0.33)	

CMYK percentages

%7.06
%8.82
%0
%33.33

Codes

Color #9E9BAA in popluar color models

9E9BAA
RGB158155170
HSL252°8.11%63.73%
HSB/HSV252°8.82%66.67%
CMYK7.06%8.82%0.00%
33.33%

Color #9E9BAA in popluar number systems.

HEX9E9BAA
Decimal158155170
Binary100111101001101110101010
Octal236233252

Shades and tints

Shades of #9E9BAA

#9E9BAA
(158,155,170)
#908D9B
(144,141,155)
#827F8C
(130,127,140)
#74717D
(116,113,125)
#66636E
(102,99,110)
#58555F
(88,85,95)
#4A4750
(74,71,80)
#3C3941
(60,57,65)
#2E2B32
(46,43,50)
#201D23
(32,29,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #9E9BAA

#9E9BAA
(158,155,170)
#A6A4B1
(166,164,177)
#AEADB8
(174,173,184)
#B6B6BF
(182,182,191)
#BEBFC6
(190,191,198)
#C6C8CD
(198,200,205)
#CED1D4
(206,209,212)
#D6DADB
(214,218,219)
#DEE3E2
(222,227,226)
#E6ECE9
(230,236,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9BAA; }

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

This text font color is #9E9BAA.


Background Color

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

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

This div background color is #9E9BAA.


Border color

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

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

This div border color is #9E9BAA.


Opacity

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

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

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

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

This text has shadow with #9E9BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9BAA on black background.


Color preview on white background

This text has color #9E9BAA on white background.



Black color preview on #9E9BAA background

This text has black color on #9E9BAA background.


White color preview on #9E9BAA background

This text has white color on #9E9BAA background.