COLOR #9BA2EC

HEX: #9BA2EC
RGB: (155,162,236)

Color info

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

RGB color model

#9BA2EC color RGB value is (155,162,236).

  • red value is 155;
  • green value is 162;
  • blue value is 236.
RGB:
(155,162,236)
(61%,64%,93%)

RGB channels and saturation

R 155 of 255 = 61%
G 162 of 255 = 64%
B 236 of 255 = 93%

155
162
236

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

Portions of RGB colors in percentages

R + G + B =
155 + 162 + 236 = 553 (100%)
R 155 of 553 ~ 28.03%
G 162 of 553 ~ 29.29%
B 236 of 553 ~ 42.68%

%28.03
%29.29
%42.68

CMYK color model

#9BA2EC color CMYK value is (34,31,0,7).

  • cyan value is 34.32%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(34,31,0,7)
C34M31Y0K7 
(34%,31%,0%,7%)
(0.34/0.31/0.00/0.07)	

CMYK percentages

%34.32
%31.36
%0
%7.45

Codes

Color #9BA2EC in popluar color models

9BA2EC
RGB155162236
HSL235°68.07%76.67%
HSB/HSV235°34.32%92.55%
CMYK34.32%31.36%0.00%
7.45%

Color #9BA2EC in popluar number systems.

HEX9BA2EC
Decimal155162236
Binary100110111010001011101100
Octal233242354

Shades and tints

Shades of #9BA2EC

#9BA2EC
(155,162,236)
#8D94D7
(141,148,215)
#7F86C2
(127,134,194)
#7178AD
(113,120,173)
#636A98
(99,106,152)
#555C83
(85,92,131)
#474E6E
(71,78,110)
#394059
(57,64,89)
#2B3244
(43,50,68)
#1D242F
(29,36,47)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #9BA2EC

#9BA2EC
(155,162,236)
#A4AAED
(164,170,237)
#ADB2EE
(173,178,238)
#B6BAEF
(182,186,239)
#BFC2F0
(191,194,240)
#C8CAF1
(200,202,241)
#D1D2F2
(209,210,242)
#DADAF3
(218,218,243)
#E3E2F4
(227,226,244)
#ECEAF5
(236,234,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA2EC color. Also use rgb(155,162,236) instead hex code.

Text Font Color

.myTextColor { color: #9BA2EC; }

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

This text font color is #9BA2EC.


Background Color

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

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

This div background color is #9BA2EC.


Border color

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

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

This div border color is #9BA2EC.


Opacity

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

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

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

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

This text has shadow with #9BA2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA2EC on black background.


Color preview on white background

This text has color #9BA2EC on white background.



Black color preview on #9BA2EC background

This text has black color on #9BA2EC background.


White color preview on #9BA2EC background

This text has white color on #9BA2EC background.