COLOR #9BA9E6

HEX: #9BA9E6
RGB: (155,169,230)

Color info

#9BA9E6 contains mainly blue color. Web safe color of #9BA9E6 is #9999CC (or #99C).

RGB color model

#9BA9E6 color RGB value is (155,169,230).

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

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 230 of 255 = 90%

155
169
230

R + G + B ~ 72%. #9BA9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 169 + 230 = 554 (100%)
R 155 of 554 ~ 27.98%
G 169 of 554 ~ 30.51%
B 230 of 554 ~ 41.52%

%27.98
%30.51
%41.52

CMYK color model

#9BA9E6 color CMYK value is (33,27,0,10).

  • cyan value is 32.61%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(33,27,0,10)
C33M27Y0K10 
(33%,27%,0%,10%)
(0.33/0.27/0.00/0.10)	

CMYK percentages

%32.61
%26.52
%0
%9.8

Codes

Color #9BA9E6 in popluar color models

9BA9E6
RGB155169230
HSL229°60.00%75.49%
HSB/HSV229°32.61%90.20%
CMYK32.61%26.52%0.00%
9.80%

Color #9BA9E6 in popluar number systems.

HEX9BA9E6
Decimal155169230
Binary100110111010100111100110
Octal233251346

Shades and tints

Shades of #9BA9E6

#9BA9E6
(155,169,230)
#8D9AD2
(141,154,210)
#7F8BBE
(127,139,190)
#717CAA
(113,124,170)
#636D96
(99,109,150)
#555E82
(85,94,130)
#474F6E
(71,79,110)
#39405A
(57,64,90)
#2B3146
(43,49,70)
#1D2232
(29,34,50)
#0F131E
(15,19,30)
#000000
(0,0,0)

Tints of #9BA9E6

#9BA9E6
(155,169,230)
#A4B0E8
(164,176,232)
#ADB7EA
(173,183,234)
#B6BEEC
(182,190,236)
#BFC5EE
(191,197,238)
#C8CCF0
(200,204,240)
#D1D3F2
(209,211,242)
#DADAF4
(218,218,244)
#E3E1F6
(227,225,246)
#ECE8F8
(236,232,248)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA9E6; }

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

This text font color is #9BA9E6.


Background Color

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

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

This div background color is #9BA9E6.


Border color

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

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

This div border color is #9BA9E6.


Opacity

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

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

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

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

This text has shadow with #9BA9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA9E6 on black background.


Color preview on white background

This text has color #9BA9E6 on white background.



Black color preview on #9BA9E6 background

This text has black color on #9BA9E6 background.


White color preview on #9BA9E6 background

This text has white color on #9BA9E6 background.