COLOR #9BB1B9

HEX: #9BB1B9
RGB: (155,177,185)

Color info

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

RGB color model

#9BB1B9 color RGB value is (155,177,185).

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

RGB channels and saturation

R 155 of 255 = 61%
G 177 of 255 = 69%
B 185 of 255 = 73%

155
177
185

R + G + B ~ 68%. #9BB1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 177 + 185 = 517 (100%)
R 155 of 517 ~ 29.98%
G 177 of 517 ~ 34.24%
B 185 of 517 ~ 35.78%

%29.98
%34.24
%35.78

CMYK color model

#9BB1B9 color CMYK value is (16,4,0,27).

  • cyan value is 16.22%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(16,4,0,27)
C16M4Y0K27 
(16%,4%,0%,27%)
(0.16/0.04/0.00/0.27)	

CMYK percentages

%16.22
%4.32
%0
%27.45

Codes

Color #9BB1B9 in popluar color models

9BB1B9
RGB155177185
HSL196°17.65%66.67%
HSB/HSV196°16.22%72.55%
CMYK16.22%4.32%0.00%
27.45%

Color #9BB1B9 in popluar number systems.

HEX9BB1B9
Decimal155177185
Binary100110111011000110111001
Octal233261271

Shades and tints

Shades of #9BB1B9

#9BB1B9
(155,177,185)
#8DA1A9
(141,161,169)
#7F9199
(127,145,153)
#718189
(113,129,137)
#637179
(99,113,121)
#556169
(85,97,105)
#475159
(71,81,89)
#394149
(57,65,73)
#2B3139
(43,49,57)
#1D2129
(29,33,41)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #9BB1B9

#9BB1B9
(155,177,185)
#A4B8BF
(164,184,191)
#ADBFC5
(173,191,197)
#B6C6CB
(182,198,203)
#BFCDD1
(191,205,209)
#C8D4D7
(200,212,215)
#D1DBDD
(209,219,221)
#DAE2E3
(218,226,227)
#E3E9E9
(227,233,233)
#ECF0EF
(236,240,239)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB1B9; }

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

This text font color is #9BB1B9.


Background Color

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

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

This div background color is #9BB1B9.


Border color

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

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

This div border color is #9BB1B9.


Opacity

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

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

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

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

This text has shadow with #9BB1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB1B9 on black background.


Color preview on white background

This text has color #9BB1B9 on white background.



Black color preview on #9BB1B9 background

This text has black color on #9BB1B9 background.


White color preview on #9BB1B9 background

This text has white color on #9BB1B9 background.