COLOR #9BA9DB

HEX: #9BA9DB RGB: (155,169,219)

Color info

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

RGB color model

#9BA9DB color RGB value is (155,169,219).

RGB: (155,169,219) (61%, 66%, 86%)

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 219 of 255 = 86%

155
169
219

R + G + B ~ 71%. #9BA9DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 169 + 219 = 543 (100%)
R 155 of 543 ~ 28.55%
G 169 of 543 ~ 31.12%
B 219 of 543 ~ 40.33'%

%28.55
%31.12
%40.33

CMYK color model

#9BA9DB color CMYK value is (29,23,0,14).

  • cyan value is 29.22%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (29,23,0,14) C29M23Y0K14 (29%,23%,0%,14%) (0.29/0.23/0.00/0.14) 

CMYK percentages

%29.22
%22.83
%0
%14.12

Codes

Color #9BA9DB in popluar color models

9B A9 DB
RGB 155 169 219
HSL 227° 47.06% 73.33%
HSB/HSV 227° 29.22% 85.88%
CMYK 29.22% 22.83% 0.00%
14.12%

Color #9BA9DB in popluar number systems.

HEX 9B A9 DB
Decimal 155 169 219
Binary 10011011 10101001 11011011
Octal 233 251 333

Shades and tints

Shades of #9BA9DB

#9BA9DB
(155,169,219)
#8D9AC8
(141,154,200)
#7F8BB5
(127,139,181)
#717CA2
(113,124,162)
#636D8F
(99,109,143)
#555E7C
(85,94,124)
#474F69
(71,79,105)
#394056
(57,64,86)
#2B3143
(43,49,67)
#1D2230
(29,34,48)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #9BA9DB

#9BA9DB
(155,169,219)
#A4B0DE
(164,176,222)
#ADB7E1
(173,183,225)
#B6BEE4
(182,190,228)
#BFC5E7
(191,197,231)
#C8CCEA
(200,204,234)
#D1D3ED
(209,211,237)
#DADAF0
(218,218,240)
#E3E1F3
(227,225,243)
#ECE8F6
(236,232,246)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA9DB; }

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

This text font color is #9BA9DB.

Background Color

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

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

This div background color is #9BA9DB.

Border color

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

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

This div border color is #9BA9DB.

Opacity

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

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

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

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

This text has shadow with #9BA9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA9DB.

Preview

Color preview on black background

This text has color #9BA9DB on black background.


Color preview on white background

This text has color #9BA9DB on white background.


Black color preview on #9BA9DB background

This text has black color on #9BA9DB background.


White color preview on #9BA9DB background

This text has white color on #9BA9DB background.


Related colors

Complementary color

Complementary color for #hex is #645624.


I love getcolorcode.com

Triadic colors

1 #DB9BA9 and #A9DB9B with #9BA9DB are triadic colors.

2 #DBA99B and #A99BDB with #9BA9DB are triadic colors.