COLOR #9BC8F5

HEX: #9BC8F5
RGB: (155,200,245)

Color info

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

RGB color model

#9BC8F5 color RGB value is (155,200,245).

  • red value is 155;
  • green value is 200;
  • blue value is 245.
RGB:
(155,200,245)
(61%,78%,96%)

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 245 of 255 = 96%

155
200
245

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

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 245 = 600 (100%)
R 155 of 600 ~ 25.83%
G 200 of 600 ~ 33.33%
B 245 of 600 ~ 40.83%

%25.83
%33.33
%40.83

CMYK color model

#9BC8F5 color CMYK value is (37,18,0,4).

  • cyan value is 36.73%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(37,18,0,4)
C37M18Y0K4 
(37%,18%,0%,4%)
(0.37/0.18/0.00/0.04)	

CMYK percentages

%36.73
%18.37
%0
%3.92

Codes

Color #9BC8F5 in popluar color models

9BC8F5
RGB155200245
HSL210°81.82%78.43%
HSB/HSV210°36.73%96.08%
CMYK36.73%18.37%0.00%
3.92%

Color #9BC8F5 in popluar number systems.

HEX9BC8F5
Decimal155200245
Binary100110111100100011110101
Octal233310365

Shades and tints

Shades of #9BC8F5

#9BC8F5
(155,200,245)
#8DB6DF
(141,182,223)
#7FA4C9
(127,164,201)
#7192B3
(113,146,179)
#63809D
(99,128,157)
#556E87
(85,110,135)
#475C71
(71,92,113)
#394A5B
(57,74,91)
#2B3845
(43,56,69)
#1D262F
(29,38,47)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #9BC8F5

#9BC8F5
(155,200,245)
#A4CDF5
(164,205,245)
#ADD2F5
(173,210,245)
#B6D7F5
(182,215,245)
#BFDCF5
(191,220,245)
#C8E1F5
(200,225,245)
#D1E6F5
(209,230,245)
#DAEBF5
(218,235,245)
#E3F0F5
(227,240,245)
#ECF5F5
(236,245,245)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC8F5 color. Also use rgb(155,200,245) instead hex code.

Text Font Color

.myTextColor { color: #9BC8F5; }

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

This text font color is #9BC8F5.


Background Color

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

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

This div background color is #9BC8F5.


Border color

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

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

This div border color is #9BC8F5.


Opacity

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

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

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

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

This text has shadow with #9BC8F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC8F5 on black background.


Color preview on white background

This text has color #9BC8F5 on white background.



Black color preview on #9BC8F5 background

This text has black color on #9BC8F5 background.


White color preview on #9BC8F5 background

This text has white color on #9BC8F5 background.