COLOR #9E9BAF

HEX: #9E9BAF
RGB: (158,155,175)

Color info

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

RGB color model

#9E9BAF color RGB value is (158,155,175).

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

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 175 of 255 = 69%

158
155
175

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

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 175 = 488 (100%)
R 158 of 488 ~ 32.38%
G 155 of 488 ~ 31.76%
B 175 of 488 ~ 35.86%

%32.38
%31.76
%35.86

CMYK color model

#9E9BAF color CMYK value is (10,11,0,31).

  • cyan value is 9.71%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,11,0,31)
C10M11Y0K31 
(10%,11%,0%,31%)
(0.10/0.11/0.00/0.31)	

CMYK percentages

%9.71
%11.43
%0
%31.37

Codes

Color #9E9BAF in popluar color models

9E9BAF
RGB158155175
HSL249°11.11%64.71%
HSB/HSV249°11.43%68.63%
CMYK9.71%11.43%0.00%
31.37%

Color #9E9BAF in popluar number systems.

HEX9E9BAF
Decimal158155175
Binary100111101001101110101111
Octal236233257

Shades and tints

Shades of #9E9BAF

#9E9BAF
(158,155,175)
#908DA0
(144,141,160)
#827F91
(130,127,145)
#747182
(116,113,130)
#666373
(102,99,115)
#585564
(88,85,100)
#4A4755
(74,71,85)
#3C3946
(60,57,70)
#2E2B37
(46,43,55)
#201D28
(32,29,40)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #9E9BAF

#9E9BAF
(158,155,175)
#A6A4B6
(166,164,182)
#AEADBD
(174,173,189)
#B6B6C4
(182,182,196)
#BEBFCB
(190,191,203)
#C6C8D2
(198,200,210)
#CED1D9
(206,209,217)
#D6DAE0
(214,218,224)
#DEE3E7
(222,227,231)
#E6ECEE
(230,236,238)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9BAF; }

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

This text font color is #9E9BAF.


Background Color

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

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

This div background color is #9E9BAF.


Border color

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

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

This div border color is #9E9BAF.


Opacity

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

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

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

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

This text has shadow with #9E9BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9BAF on black background.


Color preview on white background

This text has color #9E9BAF on white background.



Black color preview on #9E9BAF background

This text has black color on #9E9BAF background.


White color preview on #9E9BAF background

This text has white color on #9E9BAF background.