COLOR #9BABB0

HEX: #9BABB0
RGB: (155,171,176)

Color info

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

RGB color model

#9BABB0 color RGB value is (155,171,176).

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

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 176 of 255 = 69%

155
171
176

R + G + B ~ 66%. #9BABB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 171 + 176 = 502 (100%)
R 155 of 502 ~ 30.88%
G 171 of 502 ~ 34.06%
B 176 of 502 ~ 35.06%

%30.88
%34.06
%35.06

CMYK color model

#9BABB0 color CMYK value is (12,3,0,31).

  • cyan value is 11.93%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(12,3,0,31)
C12M3Y0K31 
(12%,3%,0%,31%)
(0.12/0.03/0.00/0.31)	

CMYK percentages

%11.93
%2.84
%0
%30.98

Codes

Color #9BABB0 in popluar color models

9BABB0
RGB155171176
HSL194°11.73%64.90%
HSB/HSV194°11.93%69.02%
CMYK11.93%2.84%0.00%
30.98%

Color #9BABB0 in popluar number systems.

HEX9BABB0
Decimal155171176
Binary100110111010101110110000
Octal233253260

Shades and tints

Shades of #9BABB0

#9BABB0
(155,171,176)
#8D9CA0
(141,156,160)
#7F8D90
(127,141,144)
#717E80
(113,126,128)
#636F70
(99,111,112)
#556060
(85,96,96)
#475150
(71,81,80)
#394240
(57,66,64)
#2B3330
(43,51,48)
#1D2420
(29,36,32)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #9BABB0

#9BABB0
(155,171,176)
#A4B2B7
(164,178,183)
#ADB9BE
(173,185,190)
#B6C0C5
(182,192,197)
#BFC7CC
(191,199,204)
#C8CED3
(200,206,211)
#D1D5DA
(209,213,218)
#DADCE1
(218,220,225)
#E3E3E8
(227,227,232)
#ECEAEF
(236,234,239)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BABB0; }

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

This text font color is #9BABB0.


Background Color

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

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

This div background color is #9BABB0.


Border color

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

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

This div border color is #9BABB0.


Opacity

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

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

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

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

This text has shadow with #9BABB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BABB0 on black background.


Color preview on white background

This text has color #9BABB0 on white background.



Black color preview on #9BABB0 background

This text has black color on #9BABB0 background.


White color preview on #9BABB0 background

This text has white color on #9BABB0 background.