COLOR #9BB0BE

HEX: #9BB0BE
RGB: (155,176,190)

Color info

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

RGB color model

#9BB0BE color RGB value is (155,176,190).

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

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 190 of 255 = 75%

155
176
190

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

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 190 = 521 (100%)
R 155 of 521 ~ 29.75%
G 176 of 521 ~ 33.78%
B 190 of 521 ~ 36.47%

%29.75
%33.78
%36.47

CMYK color model

#9BB0BE color CMYK value is (18,7,0,25).

  • cyan value is 18.42%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,7,0,25)
C18M7Y0K25 
(18%,7%,0%,25%)
(0.18/0.07/0.00/0.25)	

CMYK percentages

%18.42
%7.37
%0
%25.49

Codes

Color #9BB0BE in popluar color models

9BB0BE
RGB155176190
HSL204°21.21%67.65%
HSB/HSV204°18.42%74.51%
CMYK18.42%7.37%0.00%
25.49%

Color #9BB0BE in popluar number systems.

HEX9BB0BE
Decimal155176190
Binary100110111011000010111110
Octal233260276

Shades and tints

Shades of #9BB0BE

#9BB0BE
(155,176,190)
#8DA0AD
(141,160,173)
#7F909C
(127,144,156)
#71808B
(113,128,139)
#63707A
(99,112,122)
#556069
(85,96,105)
#475058
(71,80,88)
#394047
(57,64,71)
#2B3036
(43,48,54)
#1D2025
(29,32,37)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #9BB0BE

#9BB0BE
(155,176,190)
#A4B7C3
(164,183,195)
#ADBEC8
(173,190,200)
#B6C5CD
(182,197,205)
#BFCCD2
(191,204,210)
#C8D3D7
(200,211,215)
#D1DADC
(209,218,220)
#DAE1E1
(218,225,225)
#E3E8E6
(227,232,230)
#ECEFEB
(236,239,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB0BE; }

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

This text font color is #9BB0BE.


Background Color

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

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

This div background color is #9BB0BE.


Border color

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

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

This div border color is #9BB0BE.


Opacity

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

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

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

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

This text has shadow with #9BB0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB0BE on black background.


Color preview on white background

This text has color #9BB0BE on white background.



Black color preview on #9BB0BE background

This text has black color on #9BB0BE background.


White color preview on #9BB0BE background

This text has white color on #9BB0BE background.