COLOR #9BA9ED

HEX: #9BA9ED
RGB: (155,169,237)

Color info

#9BA9ED contains mainly blue color. Web safe color of #9BA9ED is #9999FF (or #99F).

RGB color model

#9BA9ED color RGB value is (155,169,237).

  • red value is 155;
  • green value is 169;
  • blue value is 237.
RGB:
(155,169,237)
(61%,66%,93%)

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 237 of 255 = 93%

155
169
237

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

Portions of RGB colors in percentages

R + G + B =
155 + 169 + 237 = 561 (100%)
R 155 of 561 ~ 27.63%
G 169 of 561 ~ 30.12%
B 237 of 561 ~ 42.25%

%27.63
%30.12
%42.25

CMYK color model

#9BA9ED color CMYK value is (35,29,0,7).

  • cyan value is 34.60%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(35,29,0,7)
C35M29Y0K7 
(35%,29%,0%,7%)
(0.35/0.29/0.00/0.07)	

CMYK percentages

%34.6
%28.69
%0
%7.06

Codes

Color #9BA9ED in popluar color models

9BA9ED
RGB155169237
HSL230°69.49%76.86%
HSB/HSV230°34.60%92.94%
CMYK34.60%28.69%0.00%
7.06%

Color #9BA9ED in popluar number systems.

HEX9BA9ED
Decimal155169237
Binary100110111010100111101101
Octal233251355

Shades and tints

Shades of #9BA9ED

#9BA9ED
(155,169,237)
#8D9AD8
(141,154,216)
#7F8BC3
(127,139,195)
#717CAE
(113,124,174)
#636D99
(99,109,153)
#555E84
(85,94,132)
#474F6F
(71,79,111)
#39405A
(57,64,90)
#2B3145
(43,49,69)
#1D2230
(29,34,48)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #9BA9ED

#9BA9ED
(155,169,237)
#A4B0EE
(164,176,238)
#ADB7EF
(173,183,239)
#B6BEF0
(182,190,240)
#BFC5F1
(191,197,241)
#C8CCF2
(200,204,242)
#D1D3F3
(209,211,243)
#DADAF4
(218,218,244)
#E3E1F5
(227,225,245)
#ECE8F6
(236,232,246)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA9ED; }

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

This text font color is #9BA9ED.


Background Color

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

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

This div background color is #9BA9ED.


Border color

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

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

This div border color is #9BA9ED.


Opacity

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

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

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

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

This text has shadow with #9BA9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA9ED on black background.


Color preview on white background

This text has color #9BA9ED on white background.



Black color preview on #9BA9ED background

This text has black color on #9BA9ED background.


White color preview on #9BA9ED background

This text has white color on #9BA9ED background.