COLOR #9BA3AB

HEX: #9BA3AB
RGB: (155,163,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
163
171

R + G + B ~ 64%. #9BA3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 163 + 171 = 489 (100%)
R 155 of 489 ~ 31.7%
G 163 of 489 ~ 33.33%
B 171 of 489 ~ 34.97%

%31.7
%33.33
%34.97

CMYK color model

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

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

CMYK percentages

%9.36
%4.68
%0
%32.94

Codes

Color #9BA3AB in popluar color models

9BA3AB
RGB155163171
HSL210°8.70%63.92%
HSB/HSV210°9.36%67.06%
CMYK9.36%4.68%0.00%
32.94%

Color #9BA3AB in popluar number systems.

HEX9BA3AB
Decimal155163171
Binary100110111010001110101011
Octal233243253

Shades and tints

Shades of #9BA3AB

#9BA3AB
(155,163,171)
#8D959C
(141,149,156)
#7F878D
(127,135,141)
#71797E
(113,121,126)
#636B6F
(99,107,111)
#555D60
(85,93,96)
#474F51
(71,79,81)
#394142
(57,65,66)
#2B3333
(43,51,51)
#1D2524
(29,37,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #9BA3AB

#9BA3AB
(155,163,171)
#A4ABB2
(164,171,178)
#ADB3B9
(173,179,185)
#B6BBC0
(182,187,192)
#BFC3C7
(191,195,199)
#C8CBCE
(200,203,206)
#D1D3D5
(209,211,213)
#DADBDC
(218,219,220)
#E3E3E3
(227,227,227)
#ECEBEA
(236,235,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA3AB; }

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

This text font color is #9BA3AB.


Background Color

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

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

This div background color is #9BA3AB.


Border color

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

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

This div border color is #9BA3AB.


Opacity

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

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

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

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

This text has shadow with #9BA3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA3AB on black background.


Color preview on white background

This text has color #9BA3AB on white background.



Black color preview on #9BA3AB background

This text has black color on #9BA3AB background.


White color preview on #9BA3AB background

This text has white color on #9BA3AB background.