COLOR #9B9C96

HEX: #9B9C96
RGB: (155,156,150)

Color info

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

RGB color model

#9B9C96 color RGB value is (155,156,150).

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

RGB channels and saturation

R 155 of 255 = 61%
G 156 of 255 = 61%
B 150 of 255 = 59%

155
156
150

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

Portions of RGB colors in percentages

R + G + B =
155 + 156 + 150 = 461 (100%)
R 155 of 461 ~ 33.62%
G 156 of 461 ~ 33.84%
B 150 of 461 ~ 32.54%

%33.62
%33.84
%32.54

CMYK color model

#9B9C96 color CMYK value is (1,0,4,39).

  • cyan value is 0.64%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 38.82%
CMYK:
(1,0,4,39)
C1M0Y4K39 
(1%,0%,4%,39%)
(0.01/0.00/0.04/0.39)	

CMYK percentages

%0.64
%0
%3.85
%38.82

Codes

Color #9B9C96 in popluar color models

9B9C96
RGB155156150
HSL70°2.94%60.00%
HSB/HSV70°3.85%61.18%
CMYK0.64%0.00%3.85%
38.82%

Color #9B9C96 in popluar number systems.

HEX9B9C96
Decimal155156150
Binary100110111001110010010110
Octal233234226

Shades and tints

Shades of #9B9C96

#9B9C96
(155,156,150)
#8D8E89
(141,142,137)
#7F807C
(127,128,124)
#71726F
(113,114,111)
#636462
(99,100,98)
#555655
(85,86,85)
#474848
(71,72,72)
#393A3B
(57,58,59)
#2B2C2E
(43,44,46)
#1D1E21
(29,30,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #9B9C96

#9B9C96
(155,156,150)
#A4A59F
(164,165,159)
#ADAEA8
(173,174,168)
#B6B7B1
(182,183,177)
#BFC0BA
(191,192,186)
#C8C9C3
(200,201,195)
#D1D2CC
(209,210,204)
#DADBD5
(218,219,213)
#E3E4DE
(227,228,222)
#ECEDE7
(236,237,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9C96; }

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

This text font color is #9B9C96.


Background Color

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

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

This div background color is #9B9C96.


Border color

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

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

This div border color is #9B9C96.


Opacity

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

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

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

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

This text has shadow with #9B9C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9C96 on black background.


Color preview on white background

This text has color #9B9C96 on white background.



Black color preview on #9B9C96 background

This text has black color on #9B9C96 background.


White color preview on #9B9C96 background

This text has white color on #9B9C96 background.