COLOR #9B9496

HEX: #9B9496
RGB: (155,148,150)

Color info

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

RGB color model

#9B9496 color RGB value is (155,148,150).

  • red value is 155;
  • green value is 148;
  • blue value is 150.
RGB:
(155,148,150)
(61%,58%,59%)

RGB channels and saturation

R 155 of 255 = 61%
G 148 of 255 = 58%
B 150 of 255 = 59%

155
148
150

R + G + B ~ 59%. #9B9496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 148 + 150 = 453 (100%)
R 155 of 453 ~ 34.22%
G 148 of 453 ~ 32.67%
B 150 of 453 ~ 33.11%

%34.22
%32.67
%33.11

CMYK color model

#9B9496 color CMYK value is (0,5,3,39).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(0,5,3,39)
C0M5Y3K39 
(0%,5%,3%,39%)
(0.00/0.05/0.03/0.39)	

CMYK percentages

%0
%4.52
%3.23
%39.22

Codes

Color #9B9496 in popluar color models

9B9496
RGB155148150
HSL343°3.38%59.41%
HSB/HSV343°4.52%60.78%
CMYK0.00%4.52%3.23%
39.22%

Color #9B9496 in popluar number systems.

HEX9B9496
Decimal155148150
Binary100110111001010010010110
Octal233224226

Shades and tints

Shades of #9B9496

#9B9496
(155,148,150)
#8D8789
(141,135,137)
#7F7A7C
(127,122,124)
#716D6F
(113,109,111)
#636062
(99,96,98)
#555355
(85,83,85)
#474648
(71,70,72)
#39393B
(57,57,59)
#2B2C2E
(43,44,46)
#1D1F21
(29,31,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9B9496

#9B9496
(155,148,150)
#A49D9F
(164,157,159)
#ADA6A8
(173,166,168)
#B6AFB1
(182,175,177)
#BFB8BA
(191,184,186)
#C8C1C3
(200,193,195)
#D1CACC
(209,202,204)
#DAD3D5
(218,211,213)
#E3DCDE
(227,220,222)
#ECE5E7
(236,229,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9496 color. Also use rgb(155,148,150) instead hex code.

Text Font Color

.myTextColor { color: #9B9496; }

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

This text font color is #9B9496.


Background Color

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

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

This div background color is #9B9496.


Border color

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

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

This div border color is #9B9496.


Opacity

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

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

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

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

This text has shadow with #9B9496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9496 on black background.


Color preview on white background

This text has color #9B9496 on white background.



Black color preview on #9B9496 background

This text has black color on #9B9496 background.


White color preview on #9B9496 background

This text has white color on #9B9496 background.