COLOR #9BB7BD

HEX: #9BB7BD
RGB: (155,183,189)

Color info

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

RGB color model

#9BB7BD color RGB value is (155,183,189).

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

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 189 of 255 = 74%

155
183
189

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

Portions of RGB colors in percentages

R + G + B =
155 + 183 + 189 = 527 (100%)
R 155 of 527 ~ 29.41%
G 183 of 527 ~ 34.72%
B 189 of 527 ~ 35.86%

%29.41
%34.72
%35.86

CMYK color model

#9BB7BD color CMYK value is (18,3,0,26).

  • cyan value is 17.99%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(18,3,0,26)
C18M3Y0K26 
(18%,3%,0%,26%)
(0.18/0.03/0.00/0.26)	

CMYK percentages

%17.99
%3.17
%0
%25.88

Codes

Color #9BB7BD in popluar color models

9BB7BD
RGB155183189
HSL191°20.48%67.45%
HSB/HSV191°17.99%74.12%
CMYK17.99%3.17%0.00%
25.88%

Color #9BB7BD in popluar number systems.

HEX9BB7BD
Decimal155183189
Binary100110111011011110111101
Octal233267275

Shades and tints

Shades of #9BB7BD

#9BB7BD
(155,183,189)
#8DA7AC
(141,167,172)
#7F979B
(127,151,155)
#71878A
(113,135,138)
#637779
(99,119,121)
#556768
(85,103,104)
#475757
(71,87,87)
#394746
(57,71,70)
#2B3735
(43,55,53)
#1D2724
(29,39,36)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #9BB7BD

#9BB7BD
(155,183,189)
#A4BDC3
(164,189,195)
#ADC3C9
(173,195,201)
#B6C9CF
(182,201,207)
#BFCFD5
(191,207,213)
#C8D5DB
(200,213,219)
#D1DBE1
(209,219,225)
#DAE1E7
(218,225,231)
#E3E7ED
(227,231,237)
#ECEDF3
(236,237,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB7BD; }

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

This text font color is #9BB7BD.


Background Color

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

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

This div background color is #9BB7BD.


Border color

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

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

This div border color is #9BB7BD.


Opacity

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

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

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

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

This text has shadow with #9BB7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB7BD on black background.


Color preview on white background

This text has color #9BB7BD on white background.



Black color preview on #9BB7BD background

This text has black color on #9BB7BD background.


White color preview on #9BB7BD background

This text has white color on #9BB7BD background.