COLOR #9BBBF2

HEX: #9BBBF2
RGB: (155,187,242)

Color info

#9BBBF2 contains mainly green and blue colors. Web safe color of #9BBBF2 is #99CCFF (or #9CF).

RGB color model

#9BBBF2 color RGB value is (155,187,242).

  • red value is 155;
  • green value is 187;
  • blue value is 242.
RGB:
(155,187,242)
(61%,73%,95%)

RGB channels and saturation

R 155 of 255 = 61%
G 187 of 255 = 73%
B 242 of 255 = 95%

155
187
242

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

Portions of RGB colors in percentages

R + G + B =
155 + 187 + 242 = 584 (100%)
R 155 of 584 ~ 26.54%
G 187 of 584 ~ 32.02%
B 242 of 584 ~ 41.44%

%26.54
%32.02
%41.44

CMYK color model

#9BBBF2 color CMYK value is (36,23,0,5).

  • cyan value is 35.95%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(36,23,0,5)
C36M23Y0K5 
(36%,23%,0%,5%)
(0.36/0.23/0.00/0.05)	

CMYK percentages

%35.95
%22.73
%0
%5.1

Codes

Color #9BBBF2 in popluar color models

9BBBF2
RGB155187242
HSL218°76.99%77.84%
HSB/HSV218°35.95%94.90%
CMYK35.95%22.73%0.00%
5.10%

Color #9BBBF2 in popluar number systems.

HEX9BBBF2
Decimal155187242
Binary100110111011101111110010
Octal233273362

Shades and tints

Shades of #9BBBF2

#9BBBF2
(155,187,242)
#8DAADC
(141,170,220)
#7F99C6
(127,153,198)
#7188B0
(113,136,176)
#63779A
(99,119,154)
#556684
(85,102,132)
#47556E
(71,85,110)
#394458
(57,68,88)
#2B3342
(43,51,66)
#1D222C
(29,34,44)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #9BBBF2

#9BBBF2
(155,187,242)
#A4C1F3
(164,193,243)
#ADC7F4
(173,199,244)
#B6CDF5
(182,205,245)
#BFD3F6
(191,211,246)
#C8D9F7
(200,217,247)
#D1DFF8
(209,223,248)
#DAE5F9
(218,229,249)
#E3EBFA
(227,235,250)
#ECF1FB
(236,241,251)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBBF2 color. Also use rgb(155,187,242) instead hex code.

Text Font Color

.myTextColor { color: #9BBBF2; }

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

This text font color is #9BBBF2.


Background Color

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

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

This div background color is #9BBBF2.


Border color

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

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

This div border color is #9BBBF2.


Opacity

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

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

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

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

This text has shadow with #9BBBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBBF2 on black background.


Color preview on white background

This text has color #9BBBF2 on white background.



Black color preview on #9BBBF2 background

This text has black color on #9BBBF2 background.


White color preview on #9BBBF2 background

This text has white color on #9BBBF2 background.