COLOR #9BB2B7

HEX: #9BB2B7
RGB: (155,178,183)

Color info

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

RGB color model

#9BB2B7 color RGB value is (155,178,183).

  • red value is 155;
  • green value is 178;
  • blue value is 183.
RGB:
(155,178,183)
(61%,70%,72%)

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 183 of 255 = 72%

155
178
183

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

Portions of RGB colors in percentages

R + G + B =
155 + 178 + 183 = 516 (100%)
R 155 of 516 ~ 30.04%
G 178 of 516 ~ 34.5%
B 183 of 516 ~ 35.47%

%30.04
%34.5
%35.47

CMYK color model

#9BB2B7 color CMYK value is (15,3,0,28).

  • cyan value is 15.30%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,3,0,28)
C15M3Y0K28 
(15%,3%,0%,28%)
(0.15/0.03/0.00/0.28)	

CMYK percentages

%15.3
%2.73
%0
%28.24

Codes

Color #9BB2B7 in popluar color models

9BB2B7
RGB155178183
HSL191°16.28%66.27%
HSB/HSV191°15.30%71.76%
CMYK15.30%2.73%0.00%
28.24%

Color #9BB2B7 in popluar number systems.

HEX9BB2B7
Decimal155178183
Binary100110111011001010110111
Octal233262267

Shades and tints

Shades of #9BB2B7

#9BB2B7
(155,178,183)
#8DA2A7
(141,162,167)
#7F9297
(127,146,151)
#718287
(113,130,135)
#637277
(99,114,119)
#556267
(85,98,103)
#475257
(71,82,87)
#394247
(57,66,71)
#2B3237
(43,50,55)
#1D2227
(29,34,39)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9BB2B7

#9BB2B7
(155,178,183)
#A4B9BD
(164,185,189)
#ADC0C3
(173,192,195)
#B6C7C9
(182,199,201)
#BFCECF
(191,206,207)
#C8D5D5
(200,213,213)
#D1DCDB
(209,220,219)
#DAE3E1
(218,227,225)
#E3EAE7
(227,234,231)
#ECF1ED
(236,241,237)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB2B7 color. Also use rgb(155,178,183) instead hex code.

Text Font Color

.myTextColor { color: #9BB2B7; }

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

This text font color is #9BB2B7.


Background Color

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

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

This div background color is #9BB2B7.


Border color

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

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

This div border color is #9BB2B7.


Opacity

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

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

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

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

This text has shadow with #9BB2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB2B7 on black background.


Color preview on white background

This text has color #9BB2B7 on white background.



Black color preview on #9BB2B7 background

This text has black color on #9BB2B7 background.


White color preview on #9BB2B7 background

This text has white color on #9BB2B7 background.