COLOR #9B959A

HEX: #9B959A
RGB: (155,149,154)

Color info

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

RGB color model

#9B959A color RGB value is (155,149,154).

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

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 154 of 255 = 60%

155
149
154

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

Portions of RGB colors in percentages

R + G + B =
155 + 149 + 154 = 458 (100%)
R 155 of 458 ~ 33.84%
G 149 of 458 ~ 32.53%
B 154 of 458 ~ 33.62%

%33.84
%32.53
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 0.65%
  • key color value is 39.22%
CMYK:
(0,4,1,39)
C0M4Y1K39 
(0%,4%,1%,39%)
(0.00/0.04/0.01/0.39)	

CMYK percentages

%0
%3.87
%0.65
%39.22

Codes

Color #9B959A in popluar color models

9B959A
RGB155149154
HSL310°2.91%59.61%
HSB/HSV310°3.87%60.78%
CMYK0.00%3.87%0.65%
39.22%

Color #9B959A in popluar number systems.

HEX9B959A
Decimal155149154
Binary100110111001010110011010
Octal233225232

Shades and tints

Shades of #9B959A

#9B959A
(155,149,154)
#8D888C
(141,136,140)
#7F7B7E
(127,123,126)
#716E70
(113,110,112)
#636162
(99,97,98)
#555454
(85,84,84)
#474746
(71,71,70)
#393A38
(57,58,56)
#2B2D2A
(43,45,42)
#1D201C
(29,32,28)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9B959A

#9B959A
(155,149,154)
#A49EA3
(164,158,163)
#ADA7AC
(173,167,172)
#B6B0B5
(182,176,181)
#BFB9BE
(191,185,190)
#C8C2C7
(200,194,199)
#D1CBD0
(209,203,208)
#DAD4D9
(218,212,217)
#E3DDE2
(227,221,226)
#ECE6EB
(236,230,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B959A; }

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

This text font color is #9B959A.


Background Color

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

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

This div background color is #9B959A.


Border color

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

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

This div border color is #9B959A.


Opacity

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

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

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

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

This text has shadow with #9B959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B959A on black background.


Color preview on white background

This text has color #9B959A on white background.



Black color preview on #9B959A background

This text has black color on #9B959A background.


White color preview on #9B959A background

This text has white color on #9B959A background.