COLOR #9BBEFD

HEX: #9BBEFD
RGB: (155,190,253)

Color info

#9BBEFD contains mainly blue color. Web safe color of #9BBEFD is #99CCFF (or #9CF).

RGB color model

#9BBEFD color RGB value is (155,190,253).

  • red value is 155;
  • green value is 190;
  • blue value is 253.
RGB:
(155,190,253)
(61%,75%,99%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 253 of 255 = 99%

155
190
253

R + G + B ~ 78%. #9BBEFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 190 + 253 = 598 (100%)
R 155 of 598 ~ 25.92%
G 190 of 598 ~ 31.77%
B 253 of 598 ~ 42.31%

%25.92
%31.77
%42.31

CMYK color model

#9BBEFD color CMYK value is (39,25,0,1).

  • cyan value is 38.74%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(39,25,0,1)
C39M25Y0K1 
(39%,25%,0%,1%)
(0.39/0.25/0.00/0.01)	

CMYK percentages

%38.74
%24.9
%0
%0.78

Codes

Color #9BBEFD in popluar color models

9BBEFD
RGB155190253
HSL219°96.08%80.00%
HSB/HSV219°38.74%99.22%
CMYK38.74%24.90%0.00%
0.78%

Color #9BBEFD in popluar number systems.

HEX9BBEFD
Decimal155190253
Binary100110111011111011111101
Octal233276375

Shades and tints

Shades of #9BBEFD

#9BBEFD
(155,190,253)
#8DADE6
(141,173,230)
#7F9CCF
(127,156,207)
#718BB8
(113,139,184)
#637AA1
(99,122,161)
#55698A
(85,105,138)
#475873
(71,88,115)
#39475C
(57,71,92)
#2B3645
(43,54,69)
#1D252E
(29,37,46)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9BBEFD

#9BBEFD
(155,190,253)
#A4C3FD
(164,195,253)
#ADC8FD
(173,200,253)
#B6CDFD
(182,205,253)
#BFD2FD
(191,210,253)
#C8D7FD
(200,215,253)
#D1DCFD
(209,220,253)
#DAE1FD
(218,225,253)
#E3E6FD
(227,230,253)
#ECEBFD
(236,235,253)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBEFD color. Also use rgb(155,190,253) instead hex code.

Text Font Color

.myTextColor { color: #9BBEFD; }

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

This text font color is #9BBEFD.


Background Color

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

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

This div background color is #9BBEFD.


Border color

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

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

This div border color is #9BBEFD.


Opacity

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

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

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

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

This text has shadow with #9BBEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBEFD on black background.


Color preview on white background

This text has color #9BBEFD on white background.



Black color preview on #9BBEFD background

This text has black color on #9BBEFD background.


White color preview on #9BBEFD background

This text has white color on #9BBEFD background.