COLOR #9BB7DB

HEX: #9BB7DB
RGB: (155,183,219)

Color info

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

RGB color model

#9BB7DB color RGB value is (155,183,219).

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

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 219 of 255 = 86%

155
183
219

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

Portions of RGB colors in percentages

R + G + B =
155 + 183 + 219 = 557 (100%)
R 155 of 557 ~ 27.83%
G 183 of 557 ~ 32.85%
B 219 of 557 ~ 39.32%

%27.83
%32.85
%39.32

CMYK color model

#9BB7DB color CMYK value is (29,16,0,14).

  • cyan value is 29.22%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (29,16,0,14) C29M16Y0K14 (29%,16%,0%,14%) (0.29/0.16/0.00/0.14)

CMYK percentages

%29.22
%16.44
%0
%14.12

Codes

Color #9BB7DB in popluar color models

9BB7DB
RGB155183219
HSL214°47.06%73.33%
HSB/HSV214°29.22%85.88%
CMYK29.22%16.44%0.00%
14.12%

Color #9BB7DB in popluar number systems.

HEX9BB7DB
Decimal155183219
Binary100110111011011111011011
Octal233267333

Shades and tints

Shades of #9BB7DB

#9BB7DB
(155,183,219)
#8DA7C8
(141,167,200)
#7F97B5
(127,151,181)
#7187A2
(113,135,162)
#63778F
(99,119,143)
#55677C
(85,103,124)
#475769
(71,87,105)
#394756
(57,71,86)
#2B3743
(43,55,67)
#1D2730
(29,39,48)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #9BB7DB

#9BB7DB
(155,183,219)
#A4BDDE
(164,189,222)
#ADC3E1
(173,195,225)
#B6C9E4
(182,201,228)
#BFCFE7
(191,207,231)
#C8D5EA
(200,213,234)
#D1DBED
(209,219,237)
#DAE1F0
(218,225,240)
#E3E7F3
(227,231,243)
#ECEDF6
(236,237,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB7DB; }

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

This text font color is #9BB7DB.


Background Color

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

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

This div background color is #9BB7DB.


Border color

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

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

This div border color is #9BB7DB.


Opacity

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

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

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

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

This text has shadow with #9BB7DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9BB7DB on black background.


Color preview on white background

This text has color #9BB7DB on white background.



Black color preview on #9BB7DB background

This text has black color on #9BB7DB background.


White color preview on #9BB7DB background

This text has white color on #9BB7DB background.