COLOR #9BB0CC

HEX: #9BB0CC
RGB: (155,176,204)

Color info

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

RGB color model

#9BB0CC color RGB value is (155,176,204).

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

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 204 of 255 = 80%

155
176
204

R + G + B ~ 70%. #9BB0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 204 = 535 (100%)
R 155 of 535 ~ 28.97%
G 176 of 535 ~ 32.9%
B 204 of 535 ~ 38.13%

%28.97
%32.9
%38.13

CMYK color model

#9BB0CC color CMYK value is (24,14,0,20).

  • cyan value is 24.02%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(24,14,0,20)
C24M14Y0K20 
(24%,14%,0%,20%)
(0.24/0.14/0.00/0.20)	

CMYK percentages

%24.02
%13.73
%0
%20

Codes

Color #9BB0CC in popluar color models

9BB0CC
RGB155176204
HSL214°32.45%70.39%
HSB/HSV214°24.02%80.00%
CMYK24.02%13.73%0.00%
20.00%

Color #9BB0CC in popluar number systems.

HEX9BB0CC
Decimal155176204
Binary100110111011000011001100
Octal233260314

Shades and tints

Shades of #9BB0CC

#9BB0CC
(155,176,204)
#8DA0BA
(141,160,186)
#7F90A8
(127,144,168)
#718096
(113,128,150)
#637084
(99,112,132)
#556072
(85,96,114)
#475060
(71,80,96)
#39404E
(57,64,78)
#2B303C
(43,48,60)
#1D202A
(29,32,42)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #9BB0CC

#9BB0CC
(155,176,204)
#A4B7D0
(164,183,208)
#ADBED4
(173,190,212)
#B6C5D8
(182,197,216)
#BFCCDC
(191,204,220)
#C8D3E0
(200,211,224)
#D1DAE4
(209,218,228)
#DAE1E8
(218,225,232)
#E3E8EC
(227,232,236)
#ECEFF0
(236,239,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB0CC; }

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

This text font color is #9BB0CC.


Background Color

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

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

This div background color is #9BB0CC.


Border color

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

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

This div border color is #9BB0CC.


Opacity

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

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

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

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

This text has shadow with #9BB0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB0CC on black background.


Color preview on white background

This text has color #9BB0CC on white background.



Black color preview on #9BB0CC background

This text has black color on #9BB0CC background.


White color preview on #9BB0CC background

This text has white color on #9BB0CC background.