COLOR #9BA3DB

HEX: #9BA3DB
RGB: (155,163,219)

Color info

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

RGB color model

#9BA3DB color RGB value is (155,163,219).

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

RGB channels and saturation

R 155 of 255 = 61%
G 163 of 255 = 64%
B 219 of 255 = 86%

155
163
219

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

Portions of RGB colors in percentages

R + G + B =
155 + 163 + 219 = 537 (100%)
R 155 of 537 ~ 28.86%
G 163 of 537 ~ 30.35%
B 219 of 537 ~ 40.78%

%28.86
%30.35
%40.78

CMYK color model

#9BA3DB color CMYK value is (29,26,0,14).

  • cyan value is 29.22%
  • magenta value is 25.57%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,26,0,14)
C29M26Y0K14 
(29%,26%,0%,14%)
(0.29/0.26/0.00/0.14)	

CMYK percentages

%29.22
%25.57
%0
%14.12

Codes

Color #9BA3DB in popluar color models

9BA3DB
RGB155163219
HSL233°47.06%73.33%
HSB/HSV233°29.22%85.88%
CMYK29.22%25.57%0.00%
14.12%

Color #9BA3DB in popluar number systems.

HEX9BA3DB
Decimal155163219
Binary100110111010001111011011
Octal233243333

Shades and tints

Shades of #9BA3DB

#9BA3DB
(155,163,219)
#8D95C8
(141,149,200)
#7F87B5
(127,135,181)
#7179A2
(113,121,162)
#636B8F
(99,107,143)
#555D7C
(85,93,124)
#474F69
(71,79,105)
#394156
(57,65,86)
#2B3343
(43,51,67)
#1D2530
(29,37,48)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #9BA3DB

#9BA3DB
(155,163,219)
#A4ABDE
(164,171,222)
#ADB3E1
(173,179,225)
#B6BBE4
(182,187,228)
#BFC3E7
(191,195,231)
#C8CBEA
(200,203,234)
#D1D3ED
(209,211,237)
#DADBF0
(218,219,240)
#E3E3F3
(227,227,243)
#ECEBF6
(236,235,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA3DB; }

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

This text font color is #9BA3DB.


Background Color

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

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

This div background color is #9BA3DB.


Border color

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

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

This div border color is #9BA3DB.


Opacity

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

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

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

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

This text has shadow with #9BA3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA3DB on black background.


Color preview on white background

This text has color #9BA3DB on white background.



Black color preview on #9BA3DB background

This text has black color on #9BA3DB background.


White color preview on #9BA3DB background

This text has white color on #9BA3DB background.