COLOR #9B9199

HEX: #9B9199
RGB: (155,145,153)

Color info

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

RGB color model

#9B9199 color RGB value is (155,145,153).

  • red value is 155;
  • green value is 145;
  • blue value is 153.
RGB:
(155,145,153)
(61%,57%,60%)

RGB channels and saturation

R 155 of 255 = 61%
G 145 of 255 = 57%
B 153 of 255 = 60%

155
145
153

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

Portions of RGB colors in percentages

R + G + B =
155 + 145 + 153 = 453 (100%)
R 155 of 453 ~ 34.22%
G 145 of 453 ~ 32.01%
B 153 of 453 ~ 33.77%

%34.22
%32.01
%33.77

CMYK color model

#9B9199 color CMYK value is (0,6,1,39).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(0,6,1,39)
C0M6Y1K39 
(0%,6%,1%,39%)
(0.00/0.06/0.01/0.39)	

CMYK percentages

%0
%6.45
%1.29
%39.22

Codes

Color #9B9199 in popluar color models

9B9199
RGB155145153
HSL312°4.76%58.82%
HSB/HSV312°6.45%60.78%
CMYK0.00%6.45%1.29%
39.22%

Color #9B9199 in popluar number systems.

HEX9B9199
Decimal155145153
Binary100110111001000110011001
Octal233221231

Shades and tints

Shades of #9B9199

#9B9199
(155,145,153)
#8D848C
(141,132,140)
#7F777F
(127,119,127)
#716A72
(113,106,114)
#635D65
(99,93,101)
#555058
(85,80,88)
#47434B
(71,67,75)
#39363E
(57,54,62)
#2B2931
(43,41,49)
#1D1C24
(29,28,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #9B9199

#9B9199
(155,145,153)
#A49BA2
(164,155,162)
#ADA5AB
(173,165,171)
#B6AFB4
(182,175,180)
#BFB9BD
(191,185,189)
#C8C3C6
(200,195,198)
#D1CDCF
(209,205,207)
#DAD7D8
(218,215,216)
#E3E1E1
(227,225,225)
#ECEBEA
(236,235,234)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9199 color. Also use rgb(155,145,153) instead hex code.

Text Font Color

.myTextColor { color: #9B9199; }

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

This text font color is #9B9199.


Background Color

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

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

This div background color is #9B9199.


Border color

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

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

This div border color is #9B9199.


Opacity

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

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

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

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

This text has shadow with #9B9199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9199 on black background.


Color preview on white background

This text has color #9B9199 on white background.



Black color preview on #9B9199 background

This text has black color on #9B9199 background.


White color preview on #9B9199 background

This text has white color on #9B9199 background.