COLOR #9BA6AB

HEX: #9BA6AB
RGB: (155,166,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
166
171

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

Portions of RGB colors in percentages

R + G + B =
155 + 166 + 171 = 492 (100%)
R 155 of 492 ~ 31.5%
G 166 of 492 ~ 33.74%
B 171 of 492 ~ 34.76%

%31.5
%33.74
%34.76

CMYK color model

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

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

CMYK percentages

%9.36
%2.92
%0
%32.94

Codes

Color #9BA6AB in popluar color models

9BA6AB
RGB155166171
HSL199°8.70%63.92%
HSB/HSV199°9.36%67.06%
CMYK9.36%2.92%0.00%
32.94%

Color #9BA6AB in popluar number systems.

HEX9BA6AB
Decimal155166171
Binary100110111010011010101011
Octal233246253

Shades and tints

Shades of #9BA6AB

#9BA6AB
(155,166,171)
#8D979C
(141,151,156)
#7F888D
(127,136,141)
#71797E
(113,121,126)
#636A6F
(99,106,111)
#555B60
(85,91,96)
#474C51
(71,76,81)
#393D42
(57,61,66)
#2B2E33
(43,46,51)
#1D1F24
(29,31,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #9BA6AB

#9BA6AB
(155,166,171)
#A4AEB2
(164,174,178)
#ADB6B9
(173,182,185)
#B6BEC0
(182,190,192)
#BFC6C7
(191,198,199)
#C8CECE
(200,206,206)
#D1D6D5
(209,214,213)
#DADEDC
(218,222,220)
#E3E6E3
(227,230,227)
#ECEEEA
(236,238,234)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA6AB; }

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

This text font color is #9BA6AB.


Background Color

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

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

This div background color is #9BA6AB.


Border color

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

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

This div border color is #9BA6AB.


Opacity

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

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

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

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

This text has shadow with #9BA6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA6AB on black background.


Color preview on white background

This text has color #9BA6AB on white background.



Black color preview on #9BA6AB background

This text has black color on #9BA6AB background.


White color preview on #9BA6AB background

This text has white color on #9BA6AB background.