COLOR #9B9597

HEX: #9B9597
RGB: (155,149,151)

Color info

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

RGB color model

#9B9597 color RGB value is (155,149,151).

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

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 151 of 255 = 59%

155
149
151

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

Portions of RGB colors in percentages

R + G + B =
155 + 149 + 151 = 455 (100%)
R 155 of 455 ~ 34.07%
G 149 of 455 ~ 32.75%
B 151 of 455 ~ 33.19%

%34.07
%32.75
%33.19

CMYK color model

#9B9597 color CMYK value is (0,4,3,39).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 2.58%
  • key color value is 39.22%
CMYK:
(0,4,3,39)
C0M4Y3K39 
(0%,4%,3%,39%)
(0.00/0.04/0.03/0.39)	

CMYK percentages

%0
%3.87
%2.58
%39.22

Codes

Color #9B9597 in popluar color models

9B9597
RGB155149151
HSL340°2.91%59.61%
HSB/HSV340°3.87%60.78%
CMYK0.00%3.87%2.58%
39.22%

Color #9B9597 in popluar number systems.

HEX9B9597
Decimal155149151
Binary100110111001010110010111
Octal233225227

Shades and tints

Shades of #9B9597

#9B9597
(155,149,151)
#8D888A
(141,136,138)
#7F7B7D
(127,123,125)
#716E70
(113,110,112)
#636163
(99,97,99)
#555456
(85,84,86)
#474749
(71,71,73)
#393A3C
(57,58,60)
#2B2D2F
(43,45,47)
#1D2022
(29,32,34)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #9B9597

#9B9597
(155,149,151)
#A49EA0
(164,158,160)
#ADA7A9
(173,167,169)
#B6B0B2
(182,176,178)
#BFB9BB
(191,185,187)
#C8C2C4
(200,194,196)
#D1CBCD
(209,203,205)
#DAD4D6
(218,212,214)
#E3DDDF
(227,221,223)
#ECE6E8
(236,230,232)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9597 color. Also use rgb(155,149,151) instead hex code.

Text Font Color

.myTextColor { color: #9B9597; }

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

This text font color is #9B9597.


Background Color

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

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

This div background color is #9B9597.


Border color

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

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

This div border color is #9B9597.


Opacity

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

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

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

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

This text has shadow with #9B9597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9597 on black background.


Color preview on white background

This text has color #9B9597 on white background.



Black color preview on #9B9597 background

This text has black color on #9B9597 background.


White color preview on #9B9597 background

This text has white color on #9B9597 background.