COLOR #9BB3DB

HEX: #9BB3DB
RGB: (155,179,219)

Color info

#9BB3DB contains mainly green and blue colors. Web safe color of #9BB3DB is #9999CC (or #99C).

RGB color model

#9BB3DB color RGB value is (155,179,219).

  • red value is 155;
  • green value is 179;
  • blue value is 219.
RGB:
(155,179,219)
(61%,70%,86%)

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 219 of 255 = 86%

155
179
219

R + G + B ~ 72%. #9BB3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 179 + 219 = 553 (100%)
R 155 of 553 ~ 28.03%
G 179 of 553 ~ 32.37%
B 219 of 553 ~ 39.6%

%28.03
%32.37
%39.6

CMYK color model

#9BB3DB color CMYK value is (29,18,0,14).

  • cyan value is 29.22%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,18,0,14)
C29M18Y0K14 
(29%,18%,0%,14%)
(0.29/0.18/0.00/0.14)	

CMYK percentages

%29.22
%18.26
%0
%14.12

Codes

Color #9BB3DB in popluar color models

9BB3DB
RGB155179219
HSL218°47.06%73.33%
HSB/HSV218°29.22%85.88%
CMYK29.22%18.26%0.00%
14.12%

Color #9BB3DB in popluar number systems.

HEX9BB3DB
Decimal155179219
Binary100110111011001111011011
Octal233263333

Shades and tints

Shades of #9BB3DB

#9BB3DB
(155,179,219)
#8DA3C8
(141,163,200)
#7F93B5
(127,147,181)
#7183A2
(113,131,162)
#63738F
(99,115,143)
#55637C
(85,99,124)
#475369
(71,83,105)
#394356
(57,67,86)
#2B3343
(43,51,67)
#1D2330
(29,35,48)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #9BB3DB

#9BB3DB
(155,179,219)
#A4B9DE
(164,185,222)
#ADBFE1
(173,191,225)
#B6C5E4
(182,197,228)
#BFCBE7
(191,203,231)
#C8D1EA
(200,209,234)
#D1D7ED
(209,215,237)
#DADDF0
(218,221,240)
#E3E3F3
(227,227,243)
#ECE9F6
(236,233,246)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB3DB color. Also use rgb(155,179,219) instead hex code.

Text Font Color

.myTextColor { color: #9BB3DB; }

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

This text font color is #9BB3DB.


Background Color

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

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

This div background color is #9BB3DB.


Border color

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

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

This div border color is #9BB3DB.


Opacity

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

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

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

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

This text has shadow with #9BB3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB3DB on black background.


Color preview on white background

This text has color #9BB3DB on white background.



Black color preview on #9BB3DB background

This text has black color on #9BB3DB background.


White color preview on #9BB3DB background

This text has white color on #9BB3DB background.