COLOR #9BA5AA

HEX: #9BA5AA
RGB: (155,165,170)

Color info

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

RGB color model

#9BA5AA color RGB value is (155,165,170).

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

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 170 of 255 = 67%

155
165
170

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

Portions of RGB colors in percentages

R + G + B =
155 + 165 + 170 = 490 (100%)
R 155 of 490 ~ 31.63%
G 165 of 490 ~ 33.67%
B 170 of 490 ~ 34.69%

%31.63
%33.67
%34.69

CMYK color model

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

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

CMYK percentages

%8.82
%2.94
%0
%33.33

Codes

Color #9BA5AA in popluar color models

9BA5AA
RGB155165170
HSL200°8.11%63.73%
HSB/HSV200°8.82%66.67%
CMYK8.82%2.94%0.00%
33.33%

Color #9BA5AA in popluar number systems.

HEX9BA5AA
Decimal155165170
Binary100110111010010110101010
Octal233245252

Shades and tints

Shades of #9BA5AA

#9BA5AA
(155,165,170)
#8D969B
(141,150,155)
#7F878C
(127,135,140)
#71787D
(113,120,125)
#63696E
(99,105,110)
#555A5F
(85,90,95)
#474B50
(71,75,80)
#393C41
(57,60,65)
#2B2D32
(43,45,50)
#1D1E23
(29,30,35)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #9BA5AA

#9BA5AA
(155,165,170)
#A4ADB1
(164,173,177)
#ADB5B8
(173,181,184)
#B6BDBF
(182,189,191)
#BFC5C6
(191,197,198)
#C8CDCD
(200,205,205)
#D1D5D4
(209,213,212)
#DADDDB
(218,221,219)
#E3E5E2
(227,229,226)
#ECEDE9
(236,237,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA5AA; }

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

This text font color is #9BA5AA.


Background Color

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

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

This div background color is #9BA5AA.


Border color

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

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

This div border color is #9BA5AA.


Opacity

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

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

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

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

This text has shadow with #9BA5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA5AA on black background.


Color preview on white background

This text has color #9BA5AA on white background.



Black color preview on #9BA5AA background

This text has black color on #9BA5AA background.


White color preview on #9BA5AA background

This text has white color on #9BA5AA background.