COLOR #9BA7F1

HEX: #9BA7F1
RGB: (155,167,241)

Color info

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

RGB color model

#9BA7F1 color RGB value is (155,167,241).

  • red value is 155;
  • green value is 167;
  • blue value is 241.
RGB:
(155,167,241)
(61%,65%,95%)

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 241 of 255 = 95%

155
167
241

R + G + B ~ 74%. #9BA7F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 167 + 241 = 563 (100%)
R 155 of 563 ~ 27.53%
G 167 of 563 ~ 29.66%
B 241 of 563 ~ 42.81%

%27.53
%29.66
%42.81

CMYK color model

#9BA7F1 color CMYK value is (36,31,0,5).

  • cyan value is 35.68%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(36,31,0,5)
C36M31Y0K5 
(36%,31%,0%,5%)
(0.36/0.31/0.00/0.05)	

CMYK percentages

%35.68
%30.71
%0
%5.49

Codes

Color #9BA7F1 in popluar color models

9BA7F1
RGB155167241
HSL232°75.44%77.65%
HSB/HSV232°35.68%94.51%
CMYK35.68%30.71%0.00%
5.49%

Color #9BA7F1 in popluar number systems.

HEX9BA7F1
Decimal155167241
Binary100110111010011111110001
Octal233247361

Shades and tints

Shades of #9BA7F1

#9BA7F1
(155,167,241)
#8D98DC
(141,152,220)
#7F89C7
(127,137,199)
#717AB2
(113,122,178)
#636B9D
(99,107,157)
#555C88
(85,92,136)
#474D73
(71,77,115)
#393E5E
(57,62,94)
#2B2F49
(43,47,73)
#1D2034
(29,32,52)
#0F111F
(15,17,31)
#000000
(0,0,0)

Tints of #9BA7F1

#9BA7F1
(155,167,241)
#A4AFF2
(164,175,242)
#ADB7F3
(173,183,243)
#B6BFF4
(182,191,244)
#BFC7F5
(191,199,245)
#C8CFF6
(200,207,246)
#D1D7F7
(209,215,247)
#DADFF8
(218,223,248)
#E3E7F9
(227,231,249)
#ECEFFA
(236,239,250)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA7F1 color. Also use rgb(155,167,241) instead hex code.

Text Font Color

.myTextColor { color: #9BA7F1; }

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

This text font color is #9BA7F1.


Background Color

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

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

This div background color is #9BA7F1.


Border color

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

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

This div border color is #9BA7F1.


Opacity

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

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

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

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

This text has shadow with #9BA7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA7F1 on black background.


Color preview on white background

This text has color #9BA7F1 on white background.



Black color preview on #9BA7F1 background

This text has black color on #9BA7F1 background.


White color preview on #9BA7F1 background

This text has white color on #9BA7F1 background.