COLOR #9BAAB9

HEX: #9BAAB9
RGB: (155,170,185)

Color info

#9BAAB9 contains red, green and blue colors in about the same proportion. Web safe color of #9BAAB9 is #9999CC (or #99C).

RGB color model

#9BAAB9 color RGB value is (155,170,185).

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

RGB channels and saturation

R 155 of 255 = 61%
G 170 of 255 = 67%
B 185 of 255 = 73%

155
170
185

R + G + B ~ 67%. #9BAAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 170 + 185 = 510 (100%)
R 155 of 510 ~ 30.39%
G 170 of 510 ~ 33.33%
B 185 of 510 ~ 36.27%

%30.39
%33.33
%36.27

CMYK color model

#9BAAB9 color CMYK value is (16,8,0,27).

  • cyan value is 16.22%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(16,8,0,27)
C16M8Y0K27 
(16%,8%,0%,27%)
(0.16/0.08/0.00/0.27)	

CMYK percentages

%16.22
%8.11
%0
%27.45

Codes

Color #9BAAB9 in popluar color models

9BAAB9
RGB155170185
HSL210°17.65%66.67%
HSB/HSV210°16.22%72.55%
CMYK16.22%8.11%0.00%
27.45%

Color #9BAAB9 in popluar number systems.

HEX9BAAB9
Decimal155170185
Binary100110111010101010111001
Octal233252271

Shades and tints

Shades of #9BAAB9

#9BAAB9
(155,170,185)
#8D9BA9
(141,155,169)
#7F8C99
(127,140,153)
#717D89
(113,125,137)
#636E79
(99,110,121)
#555F69
(85,95,105)
#475059
(71,80,89)
#394149
(57,65,73)
#2B3239
(43,50,57)
#1D2329
(29,35,41)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #9BAAB9

#9BAAB9
(155,170,185)
#A4B1BF
(164,177,191)
#ADB8C5
(173,184,197)
#B6BFCB
(182,191,203)
#BFC6D1
(191,198,209)
#C8CDD7
(200,205,215)
#D1D4DD
(209,212,221)
#DADBE3
(218,219,227)
#E3E2E9
(227,226,233)
#ECE9EF
(236,233,239)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAAB9; }

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

This text font color is #9BAAB9.


Background Color

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

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

This div background color is #9BAAB9.


Border color

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

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

This div border color is #9BAAB9.


Opacity

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

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

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

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

This text has shadow with #9BAAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAAB9 on black background.


Color preview on white background

This text has color #9BAAB9 on white background.



Black color preview on #9BAAB9 background

This text has black color on #9BAAB9 background.


White color preview on #9BAAB9 background

This text has white color on #9BAAB9 background.