COLOR #9BC7FE

HEX: #9BC7FE
RGB: (155,199,254)

Color info

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

RGB color model

#9BC7FE color RGB value is (155,199,254).

  • red value is 155;
  • green value is 199;
  • blue value is 254.
RGB:
(155,199,254)
(61%,78%,100%)

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 254 of 255 = 100%

155
199
254

R + G + B ~ 80%. #9BC7FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 199 + 254 = 608 (100%)
R 155 of 608 ~ 25.49%
G 199 of 608 ~ 32.73%
B 254 of 608 ~ 41.78%

%25.49
%32.73
%41.78

CMYK color model

#9BC7FE color CMYK value is (39,22,0,0).

  • cyan value is 38.98%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(39,22,0,0)
C39M22Y0K0 
(39%,22%,0%,0%)
(0.39/0.22/0.00/0.00)	

CMYK percentages

%38.98
%21.65
%0
%0.39

Codes

Color #9BC7FE in popluar color models

9BC7FE
RGB155199254
HSL213°98.02%80.20%
HSB/HSV213°38.98%99.61%
CMYK38.98%21.65%0.00%
0.39%

Color #9BC7FE in popluar number systems.

HEX9BC7FE
Decimal155199254
Binary100110111100011111111110
Octal233307376

Shades and tints

Shades of #9BC7FE

#9BC7FE
(155,199,254)
#8DB5E7
(141,181,231)
#7FA3D0
(127,163,208)
#7191B9
(113,145,185)
#637FA2
(99,127,162)
#556D8B
(85,109,139)
#475B74
(71,91,116)
#39495D
(57,73,93)
#2B3746
(43,55,70)
#1D252F
(29,37,47)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #9BC7FE

#9BC7FE
(155,199,254)
#A4CCFE
(164,204,254)
#ADD1FE
(173,209,254)
#B6D6FE
(182,214,254)
#BFDBFE
(191,219,254)
#C8E0FE
(200,224,254)
#D1E5FE
(209,229,254)
#DAEAFE
(218,234,254)
#E3EFFE
(227,239,254)
#ECF4FE
(236,244,254)
#F5F9FE
(245,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC7FE color. Also use rgb(155,199,254) instead hex code.

Text Font Color

.myTextColor { color: #9BC7FE; }

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

This text font color is #9BC7FE.


Background Color

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

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

This div background color is #9BC7FE.


Border color

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

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

This div border color is #9BC7FE.


Opacity

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

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

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

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

This text has shadow with #9BC7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC7FE on black background.


Color preview on white background

This text has color #9BC7FE on white background.



Black color preview on #9BC7FE background

This text has black color on #9BC7FE background.


White color preview on #9BC7FE background

This text has white color on #9BC7FE background.