COLOR #9BBFEE

HEX: #9BBFEE
RGB: (155,191,238)

Color info

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

RGB color model

#9BBFEE color RGB value is (155,191,238).

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

RGB channels and saturation

R 155 of 255 = 61%
G 191 of 255 = 75%
B 238 of 255 = 93%

155
191
238

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

Portions of RGB colors in percentages

R + G + B =
155 + 191 + 238 = 584 (100%)
R 155 of 584 ~ 26.54%
G 191 of 584 ~ 32.71%
B 238 of 584 ~ 40.75%

%26.54
%32.71
%40.75

CMYK color model

#9BBFEE color CMYK value is (35,20,0,7).

  • cyan value is 34.87%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(35,20,0,7)
C35M20Y0K7 
(35%,20%,0%,7%)
(0.35/0.20/0.00/0.07)	

CMYK percentages

%34.87
%19.75
%0
%6.67

Codes

Color #9BBFEE in popluar color models

9BBFEE
RGB155191238
HSL214°70.94%77.06%
HSB/HSV214°34.87%93.33%
CMYK34.87%19.75%0.00%
6.67%

Color #9BBFEE in popluar number systems.

HEX9BBFEE
Decimal155191238
Binary100110111011111111101110
Octal233277356

Shades and tints

Shades of #9BBFEE

#9BBFEE
(155,191,238)
#8DAED9
(141,174,217)
#7F9DC4
(127,157,196)
#718CAF
(113,140,175)
#637B9A
(99,123,154)
#556A85
(85,106,133)
#475970
(71,89,112)
#39485B
(57,72,91)
#2B3746
(43,55,70)
#1D2631
(29,38,49)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #9BBFEE

#9BBFEE
(155,191,238)
#A4C4EF
(164,196,239)
#ADC9F0
(173,201,240)
#B6CEF1
(182,206,241)
#BFD3F2
(191,211,242)
#C8D8F3
(200,216,243)
#D1DDF4
(209,221,244)
#DAE2F5
(218,226,245)
#E3E7F6
(227,231,246)
#ECECF7
(236,236,247)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBFEE; }

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

This text font color is #9BBFEE.


Background Color

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

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

This div background color is #9BBFEE.


Border color

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

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

This div border color is #9BBFEE.


Opacity

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

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

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

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

This text has shadow with #9BBFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBFEE on black background.


Color preview on white background

This text has color #9BBFEE on white background.



Black color preview on #9BBFEE background

This text has black color on #9BBFEE background.


White color preview on #9BBFEE background

This text has white color on #9BBFEE background.