COLOR #9B9BAB

HEX: #9B9BAB
RGB: (155,155,171)

Color info

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

RGB color model

#9B9BAB color RGB value is (155,155,171).

  • red value is 155;
  • green value is 155;
  • blue value is 171.
RGB:
(155,155,171)
(61%,61%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 155 of 255 = 61%
B 171 of 255 = 67%

155
155
171

R + G + B ~ 63%. #9B9BAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 155 + 171 = 481 (100%)
R 155 of 481 ~ 32.22%
G 155 of 481 ~ 32.22%
B 171 of 481 ~ 35.55%

%32.22
%32.22
%35.55

CMYK color model

#9B9BAB color CMYK value is (9,9,0,33).

  • cyan value is 9.36%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(9,9,0,33)
C9M9Y0K33 
(9%,9%,0%,33%)
(0.09/0.09/0.00/0.33)	

CMYK percentages

%9.36
%9.36
%0
%32.94

Codes

Color #9B9BAB in popluar color models

9B9BAB
RGB155155171
HSL240°8.70%63.92%
HSB/HSV240°9.36%67.06%
CMYK9.36%9.36%0.00%
32.94%

Color #9B9BAB in popluar number systems.

HEX9B9BAB
Decimal155155171
Binary100110111001101110101011
Octal233233253

Shades and tints

Shades of #9B9BAB

#9B9BAB
(155,155,171)
#8D8D9C
(141,141,156)
#7F7F8D
(127,127,141)
#71717E
(113,113,126)
#63636F
(99,99,111)
#555560
(85,85,96)
#474751
(71,71,81)
#393942
(57,57,66)
#2B2B33
(43,43,51)
#1D1D24
(29,29,36)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #9B9BAB

#9B9BAB
(155,155,171)
#A4A4B2
(164,164,178)
#ADADB9
(173,173,185)
#B6B6C0
(182,182,192)
#BFBFC7
(191,191,199)
#C8C8CE
(200,200,206)
#D1D1D5
(209,209,213)
#DADADC
(218,218,220)
#E3E3E3
(227,227,227)
#ECECEA
(236,236,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9BAB; }

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

This text font color is #9B9BAB.


Background Color

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

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

This div background color is #9B9BAB.


Border color

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

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

This div border color is #9B9BAB.


Opacity

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

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

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

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

This text has shadow with #9B9BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9BAB on black background.


Color preview on white background

This text has color #9B9BAB on white background.



Black color preview on #9B9BAB background

This text has black color on #9B9BAB background.


White color preview on #9B9BAB background

This text has white color on #9B9BAB background.