COLOR #9BB2F7

HEX: #9BB2F7
RGB: (155,178,247)

Color info

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

RGB color model

#9BB2F7 color RGB value is (155,178,247).

  • red value is 155;
  • green value is 178;
  • blue value is 247.
RGB:
(155,178,247)
(61%,70%,97%)

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 247 of 255 = 97%

155
178
247

R + G + B ~ 76%. #9BB2F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 178 + 247 = 580 (100%)
R 155 of 580 ~ 26.72%
G 178 of 580 ~ 30.69%
B 247 of 580 ~ 42.59%

%26.72
%30.69
%42.59

CMYK color model

#9BB2F7 color CMYK value is (37,28,0,3).

  • cyan value is 37.25%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(37,28,0,3)
C37M28Y0K3 
(37%,28%,0%,3%)
(0.37/0.28/0.00/0.03)	

CMYK percentages

%37.25
%27.94
%0
%3.14

Codes

Color #9BB2F7 in popluar color models

9BB2F7
RGB155178247
HSL225°85.19%78.82%
HSB/HSV225°37.25%96.86%
CMYK37.25%27.94%0.00%
3.14%

Color #9BB2F7 in popluar number systems.

HEX9BB2F7
Decimal155178247
Binary100110111011001011110111
Octal233262367

Shades and tints

Shades of #9BB2F7

#9BB2F7
(155,178,247)
#8DA2E1
(141,162,225)
#7F92CB
(127,146,203)
#7182B5
(113,130,181)
#63729F
(99,114,159)
#556289
(85,98,137)
#475273
(71,82,115)
#39425D
(57,66,93)
#2B3247
(43,50,71)
#1D2231
(29,34,49)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #9BB2F7

#9BB2F7
(155,178,247)
#A4B9F7
(164,185,247)
#ADC0F7
(173,192,247)
#B6C7F7
(182,199,247)
#BFCEF7
(191,206,247)
#C8D5F7
(200,213,247)
#D1DCF7
(209,220,247)
#DAE3F7
(218,227,247)
#E3EAF7
(227,234,247)
#ECF1F7
(236,241,247)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB2F7 color. Also use rgb(155,178,247) instead hex code.

Text Font Color

.myTextColor { color: #9BB2F7; }

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

This text font color is #9BB2F7.


Background Color

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

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

This div background color is #9BB2F7.


Border color

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

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

This div border color is #9BB2F7.


Opacity

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

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

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

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

This text has shadow with #9BB2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB2F7 on black background.


Color preview on white background

This text has color #9BB2F7 on white background.



Black color preview on #9BB2F7 background

This text has black color on #9BB2F7 background.


White color preview on #9BB2F7 background

This text has white color on #9BB2F7 background.