COLOR #9B9AAB

HEX: #9B9AAB
RGB: (155,154,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
154
171

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

Portions of RGB colors in percentages

R + G + B =
155 + 154 + 171 = 480 (100%)
R 155 of 480 ~ 32.29%
G 154 of 480 ~ 32.08%
B 171 of 480 ~ 35.63%

%32.29
%32.08
%35.63

CMYK color model

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

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

CMYK percentages

%9.36
%9.94
%0
%32.94

Codes

Color #9B9AAB in popluar color models

9B9AAB
RGB155154171
HSL244°9.19%63.73%
HSB/HSV244°9.94%67.06%
CMYK9.36%9.94%0.00%
32.94%

Color #9B9AAB in popluar number systems.

HEX9B9AAB
Decimal155154171
Binary100110111001101010101011
Octal233232253

Shades and tints

Shades of #9B9AAB

#9B9AAB
(155,154,171)
#8D8C9C
(141,140,156)
#7F7E8D
(127,126,141)
#71707E
(113,112,126)
#63626F
(99,98,111)
#555460
(85,84,96)
#474651
(71,70,81)
#393842
(57,56,66)
#2B2A33
(43,42,51)
#1D1C24
(29,28,36)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #9B9AAB

#9B9AAB
(155,154,171)
#A4A3B2
(164,163,178)
#ADACB9
(173,172,185)
#B6B5C0
(182,181,192)
#BFBEC7
(191,190,199)
#C8C7CE
(200,199,206)
#D1D0D5
(209,208,213)
#DAD9DC
(218,217,220)
#E3E2E3
(227,226,227)
#ECEBEA
(236,235,234)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9AAB; }

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

This text font color is #9B9AAB.


Background Color

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

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

This div background color is #9B9AAB.


Border color

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

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

This div border color is #9B9AAB.


Opacity

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

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

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

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

This text has shadow with #9B9AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9AAB on black background.


Color preview on white background

This text has color #9B9AAB on white background.



Black color preview on #9B9AAB background

This text has black color on #9B9AAB background.


White color preview on #9B9AAB background

This text has white color on #9B9AAB background.