COLOR #9BA8A0

HEX: #9BA8A0
RGB: (155,168,160)

Color info

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

RGB color model

#9BA8A0 color RGB value is (155,168,160).

  • red value is 155;
  • green value is 168;
  • blue value is 160.
RGB:
(155,168,160)
(61%,66%,63%)

RGB channels and saturation

R 155 of 255 = 61%
G 168 of 255 = 66%
B 160 of 255 = 63%

155
168
160

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

Portions of RGB colors in percentages

R + G + B =
155 + 168 + 160 = 483 (100%)
R 155 of 483 ~ 32.09%
G 168 of 483 ~ 34.78%
B 160 of 483 ~ 33.13%

%32.09
%34.78
%33.13

CMYK color model

#9BA8A0 color CMYK value is (8,0,5,34).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 34.12%
CMYK:
(8,0,5,34)
C8M0Y5K34 
(8%,0%,5%,34%)
(0.08/0.00/0.05/0.34)	

CMYK percentages

%7.74
%0
%4.76
%34.12

Codes

Color #9BA8A0 in popluar color models

9BA8A0
RGB155168160
HSL143°6.95%63.33%
HSB/HSV143°7.74%65.88%
CMYK7.74%0.00%4.76%
34.12%

Color #9BA8A0 in popluar number systems.

HEX9BA8A0
Decimal155168160
Binary100110111010100010100000
Octal233250240

Shades and tints

Shades of #9BA8A0

#9BA8A0
(155,168,160)
#8D9992
(141,153,146)
#7F8A84
(127,138,132)
#717B76
(113,123,118)
#636C68
(99,108,104)
#555D5A
(85,93,90)
#474E4C
(71,78,76)
#393F3E
(57,63,62)
#2B3030
(43,48,48)
#1D2122
(29,33,34)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9BA8A0

#9BA8A0
(155,168,160)
#A4AFA8
(164,175,168)
#ADB6B0
(173,182,176)
#B6BDB8
(182,189,184)
#BFC4C0
(191,196,192)
#C8CBC8
(200,203,200)
#D1D2D0
(209,210,208)
#DAD9D8
(218,217,216)
#E3E0E0
(227,224,224)
#ECE7E8
(236,231,232)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA8A0; }

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

This text font color is #9BA8A0.


Background Color

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

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

This div background color is #9BA8A0.


Border color

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

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

This div border color is #9BA8A0.


Opacity

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

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

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

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

This text has shadow with #9BA8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA8A0 on black background.


Color preview on white background

This text has color #9BA8A0 on white background.



Black color preview on #9BA8A0 background

This text has black color on #9BA8A0 background.


White color preview on #9BA8A0 background

This text has white color on #9BA8A0 background.