COLOR #9BB4BD

HEX: #9BB4BD
RGB: (155,180,189)

Color info

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

RGB color model

#9BB4BD color RGB value is (155,180,189).

  • red value is 155;
  • green value is 180;
  • blue value is 189.
RGB:
(155,180,189)
(61%,71%,74%)

RGB channels and saturation

R 155 of 255 = 61%
G 180 of 255 = 71%
B 189 of 255 = 74%

155
180
189

R + G + B ~ 69%. #9BB4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 180 + 189 = 524 (100%)
R 155 of 524 ~ 29.58%
G 180 of 524 ~ 34.35%
B 189 of 524 ~ 36.07%

%29.58
%34.35
%36.07

CMYK color model

#9BB4BD color CMYK value is (18,5,0,26).

  • cyan value is 17.99%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(18,5,0,26)
C18M5Y0K26 
(18%,5%,0%,26%)
(0.18/0.05/0.00/0.26)	

CMYK percentages

%17.99
%4.76
%0
%25.88

Codes

Color #9BB4BD in popluar color models

9BB4BD
RGB155180189
HSL196°20.48%67.45%
HSB/HSV196°17.99%74.12%
CMYK17.99%4.76%0.00%
25.88%

Color #9BB4BD in popluar number systems.

HEX9BB4BD
Decimal155180189
Binary100110111011010010111101
Octal233264275

Shades and tints

Shades of #9BB4BD

#9BB4BD
(155,180,189)
#8DA4AC
(141,164,172)
#7F949B
(127,148,155)
#71848A
(113,132,138)
#637479
(99,116,121)
#556468
(85,100,104)
#475457
(71,84,87)
#394446
(57,68,70)
#2B3435
(43,52,53)
#1D2424
(29,36,36)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #9BB4BD

#9BB4BD
(155,180,189)
#A4BAC3
(164,186,195)
#ADC0C9
(173,192,201)
#B6C6CF
(182,198,207)
#BFCCD5
(191,204,213)
#C8D2DB
(200,210,219)
#D1D8E1
(209,216,225)
#DADEE7
(218,222,231)
#E3E4ED
(227,228,237)
#ECEAF3
(236,234,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB4BD color. Also use rgb(155,180,189) instead hex code.

Text Font Color

.myTextColor { color: #9BB4BD; }

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

This text font color is #9BB4BD.


Background Color

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

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

This div background color is #9BB4BD.


Border color

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

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

This div border color is #9BB4BD.


Opacity

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

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

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

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

This text has shadow with #9BB4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB4BD on black background.


Color preview on white background

This text has color #9BB4BD on white background.



Black color preview on #9BB4BD background

This text has black color on #9BB4BD background.


White color preview on #9BB4BD background

This text has white color on #9BB4BD background.