COLOR #9BBFE2

HEX: #9BBFE2
RGB: (155,191,226)

Color info

#9BBFE2 contains mainly green and blue colors. Web safe color of #9BBFE2 is #99CCCC (or #9CC).

RGB color model

#9BBFE2 color RGB value is (155,191,226).

  • red value is 155;
  • green value is 191;
  • blue value is 226.
RGB:
(155,191,226)
(61%,75%,89%)

RGB channels and saturation

R 155 of 255 = 61%
G 191 of 255 = 75%
B 226 of 255 = 89%

155
191
226

R + G + B ~ 75%. #9BBFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 191 + 226 = 572 (100%)
R 155 of 572 ~ 27.1%
G 191 of 572 ~ 33.39%
B 226 of 572 ~ 39.51%

%27.1
%33.39
%39.51

CMYK color model

#9BBFE2 color CMYK value is (31,15,0,11).

  • cyan value is 31.42%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(31,15,0,11)
C31M15Y0K11 
(31%,15%,0%,11%)
(0.31/0.15/0.00/0.11)	

CMYK percentages

%31.42
%15.49
%0
%11.37

Codes

Color #9BBFE2 in popluar color models

9BBFE2
RGB155191226
HSL210°55.04%74.71%
HSB/HSV210°31.42%88.63%
CMYK31.42%15.49%0.00%
11.37%

Color #9BBFE2 in popluar number systems.

HEX9BBFE2
Decimal155191226
Binary100110111011111111100010
Octal233277342

Shades and tints

Shades of #9BBFE2

#9BBFE2
(155,191,226)
#8DAECE
(141,174,206)
#7F9DBA
(127,157,186)
#718CA6
(113,140,166)
#637B92
(99,123,146)
#556A7E
(85,106,126)
#47596A
(71,89,106)
#394856
(57,72,86)
#2B3742
(43,55,66)
#1D262E
(29,38,46)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #9BBFE2

#9BBFE2
(155,191,226)
#A4C4E4
(164,196,228)
#ADC9E6
(173,201,230)
#B6CEE8
(182,206,232)
#BFD3EA
(191,211,234)
#C8D8EC
(200,216,236)
#D1DDEE
(209,221,238)
#DAE2F0
(218,226,240)
#E3E7F2
(227,231,242)
#ECECF4
(236,236,244)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBFE2 color. Also use rgb(155,191,226) instead hex code.

Text Font Color

.myTextColor { color: #9BBFE2; }

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

This text font color is #9BBFE2.


Background Color

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

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

This div background color is #9BBFE2.


Border color

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

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

This div border color is #9BBFE2.


Opacity

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

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

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

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

This text has shadow with #9BBFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBFE2 on black background.


Color preview on white background

This text has color #9BBFE2 on white background.



Black color preview on #9BBFE2 background

This text has black color on #9BBFE2 background.


White color preview on #9BBFE2 background

This text has white color on #9BBFE2 background.