COLOR #9BB3D5

HEX: #9BB3D5
RGB: (155,179,213)

Color info

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

RGB color model

#9BB3D5 color RGB value is (155,179,213).

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

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 213 of 255 = 84%

155
179
213

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

Portions of RGB colors in percentages

R + G + B =
155 + 179 + 213 = 547 (100%)
R 155 of 547 ~ 28.34%
G 179 of 547 ~ 32.72%
B 213 of 547 ~ 38.94%

%28.34
%32.72
%38.94

CMYK color model

#9BB3D5 color CMYK value is (27,16,0,16).

  • cyan value is 27.23%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(27,16,0,16)
C27M16Y0K16 
(27%,16%,0%,16%)
(0.27/0.16/0.00/0.16)	

CMYK percentages

%27.23
%15.96
%0
%16.47

Codes

Color #9BB3D5 in popluar color models

9BB3D5
RGB155179213
HSL215°40.85%72.16%
HSB/HSV215°27.23%83.53%
CMYK27.23%15.96%0.00%
16.47%

Color #9BB3D5 in popluar number systems.

HEX9BB3D5
Decimal155179213
Binary100110111011001111010101
Octal233263325

Shades and tints

Shades of #9BB3D5

#9BB3D5
(155,179,213)
#8DA3C2
(141,163,194)
#7F93AF
(127,147,175)
#71839C
(113,131,156)
#637389
(99,115,137)
#556376
(85,99,118)
#475363
(71,83,99)
#394350
(57,67,80)
#2B333D
(43,51,61)
#1D232A
(29,35,42)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #9BB3D5

#9BB3D5
(155,179,213)
#A4B9D8
(164,185,216)
#ADBFDB
(173,191,219)
#B6C5DE
(182,197,222)
#BFCBE1
(191,203,225)
#C8D1E4
(200,209,228)
#D1D7E7
(209,215,231)
#DADDEA
(218,221,234)
#E3E3ED
(227,227,237)
#ECE9F0
(236,233,240)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB3D5; }

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

This text font color is #9BB3D5.


Background Color

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

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

This div background color is #9BB3D5.


Border color

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

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

This div border color is #9BB3D5.


Opacity

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

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

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

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

This text has shadow with #9BB3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB3D5 on black background.


Color preview on white background

This text has color #9BB3D5 on white background.



Black color preview on #9BB3D5 background

This text has black color on #9BB3D5 background.


White color preview on #9BB3D5 background

This text has white color on #9BB3D5 background.