COLOR #9BBBD7

HEX: #9BBBD7
RGB: (155,187,215)

Color info

#9BBBD7 contains mainly green and blue colors. Web safe color of #9BBBD7 is #99CCCC (or #9CC).

RGB color model

#9BBBD7 color RGB value is (155,187,215).

  • red value is 155;
  • green value is 187;
  • blue value is 215.
RGB:
(155,187,215)
(61%,73%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 187 of 255 = 73%
B 215 of 255 = 84%

155
187
215

R + G + B ~ 73%. #9BBBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 187 + 215 = 557 (100%)
R 155 of 557 ~ 27.83%
G 187 of 557 ~ 33.57%
B 215 of 557 ~ 38.6%

%27.83
%33.57
%38.6

CMYK color model

#9BBBD7 color CMYK value is (28,13,0,16).

  • cyan value is 27.91%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(28,13,0,16)
C28M13Y0K16 
(28%,13%,0%,16%)
(0.28/0.13/0.00/0.16)	

CMYK percentages

%27.91
%13.02
%0
%15.69

Codes

Color #9BBBD7 in popluar color models

9BBBD7
RGB155187215
HSL208°42.86%72.55%
HSB/HSV208°27.91%84.31%
CMYK27.91%13.02%0.00%
15.69%

Color #9BBBD7 in popluar number systems.

HEX9BBBD7
Decimal155187215
Binary100110111011101111010111
Octal233273327

Shades and tints

Shades of #9BBBD7

#9BBBD7
(155,187,215)
#8DAAC4
(141,170,196)
#7F99B1
(127,153,177)
#71889E
(113,136,158)
#63778B
(99,119,139)
#556678
(85,102,120)
#475565
(71,85,101)
#394452
(57,68,82)
#2B333F
(43,51,63)
#1D222C
(29,34,44)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #9BBBD7

#9BBBD7
(155,187,215)
#A4C1DA
(164,193,218)
#ADC7DD
(173,199,221)
#B6CDE0
(182,205,224)
#BFD3E3
(191,211,227)
#C8D9E6
(200,217,230)
#D1DFE9
(209,223,233)
#DAE5EC
(218,229,236)
#E3EBEF
(227,235,239)
#ECF1F2
(236,241,242)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBBD7 color. Also use rgb(155,187,215) instead hex code.

Text Font Color

.myTextColor { color: #9BBBD7; }

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

This text font color is #9BBBD7.


Background Color

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

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

This div background color is #9BBBD7.


Border color

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

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

This div border color is #9BBBD7.


Opacity

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

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

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

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

This text has shadow with #9BBBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBBD7 on black background.


Color preview on white background

This text has color #9BBBD7 on white background.



Black color preview on #9BBBD7 background

This text has black color on #9BBBD7 background.


White color preview on #9BBBD7 background

This text has white color on #9BBBD7 background.