COLOR #9BA0DB

HEX: #9BA0DB
RGB: (155,160,219)

Color info

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

RGB color model

#9BA0DB color RGB value is (155,160,219).

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

RGB channels and saturation

R 155 of 255 = 61%
G 160 of 255 = 63%
B 219 of 255 = 86%

155
160
219

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

Portions of RGB colors in percentages

R + G + B =
155 + 160 + 219 = 534 (100%)
R 155 of 534 ~ 29.03%
G 160 of 534 ~ 29.96%
B 219 of 534 ~ 41.01%

%29.03
%29.96
%41.01

CMYK color model

#9BA0DB color CMYK value is (29,27,0,14).

  • cyan value is 29.22%
  • magenta value is 26.94%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,27,0,14)
C29M27Y0K14 
(29%,27%,0%,14%)
(0.29/0.27/0.00/0.14)	

CMYK percentages

%29.22
%26.94
%0
%14.12

Codes

Color #9BA0DB in popluar color models

9BA0DB
RGB155160219
HSL235°47.06%73.33%
HSB/HSV235°29.22%85.88%
CMYK29.22%26.94%0.00%
14.12%

Color #9BA0DB in popluar number systems.

HEX9BA0DB
Decimal155160219
Binary100110111010000011011011
Octal233240333

Shades and tints

Shades of #9BA0DB

#9BA0DB
(155,160,219)
#8D92C8
(141,146,200)
#7F84B5
(127,132,181)
#7176A2
(113,118,162)
#63688F
(99,104,143)
#555A7C
(85,90,124)
#474C69
(71,76,105)
#393E56
(57,62,86)
#2B3043
(43,48,67)
#1D2230
(29,34,48)
#0F141D
(15,20,29)
#000000
(0,0,0)

Tints of #9BA0DB

#9BA0DB
(155,160,219)
#A4A8DE
(164,168,222)
#ADB0E1
(173,176,225)
#B6B8E4
(182,184,228)
#BFC0E7
(191,192,231)
#C8C8EA
(200,200,234)
#D1D0ED
(209,208,237)
#DAD8F0
(218,216,240)
#E3E0F3
(227,224,243)
#ECE8F6
(236,232,246)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA0DB; }

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

This text font color is #9BA0DB.


Background Color

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

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

This div background color is #9BA0DB.


Border color

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

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

This div border color is #9BA0DB.


Opacity

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

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

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

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

This text has shadow with #9BA0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA0DB on black background.


Color preview on white background

This text has color #9BA0DB on white background.



Black color preview on #9BA0DB background

This text has black color on #9BA0DB background.


White color preview on #9BA0DB background

This text has white color on #9BA0DB background.