COLOR #9BC7F3

HEX: #9BC7F3
RGB: (155,199,243)

Color info

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

RGB color model

#9BC7F3 color RGB value is (155,199,243).

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

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 243 of 255 = 95%

155
199
243

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

Portions of RGB colors in percentages

R + G + B =
155 + 199 + 243 = 597 (100%)
R 155 of 597 ~ 25.96%
G 199 of 597 ~ 33.33%
B 243 of 597 ~ 40.7%

%25.96
%33.33
%40.7

CMYK color model

#9BC7F3 color CMYK value is (36,18,0,5).

  • cyan value is 36.21%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(36,18,0,5)
C36M18Y0K5 
(36%,18%,0%,5%)
(0.36/0.18/0.00/0.05)	

CMYK percentages

%36.21
%18.11
%0
%4.71

Codes

Color #9BC7F3 in popluar color models

9BC7F3
RGB155199243
HSL210°78.57%78.04%
HSB/HSV210°36.21%95.29%
CMYK36.21%18.11%0.00%
4.71%

Color #9BC7F3 in popluar number systems.

HEX9BC7F3
Decimal155199243
Binary100110111100011111110011
Octal233307363

Shades and tints

Shades of #9BC7F3

#9BC7F3
(155,199,243)
#8DB5DD
(141,181,221)
#7FA3C7
(127,163,199)
#7191B1
(113,145,177)
#637F9B
(99,127,155)
#556D85
(85,109,133)
#475B6F
(71,91,111)
#394959
(57,73,89)
#2B3743
(43,55,67)
#1D252D
(29,37,45)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #9BC7F3

#9BC7F3
(155,199,243)
#A4CCF4
(164,204,244)
#ADD1F5
(173,209,245)
#B6D6F6
(182,214,246)
#BFDBF7
(191,219,247)
#C8E0F8
(200,224,248)
#D1E5F9
(209,229,249)
#DAEAFA
(218,234,250)
#E3EFFB
(227,239,251)
#ECF4FC
(236,244,252)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC7F3; }

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

This text font color is #9BC7F3.


Background Color

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

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

This div background color is #9BC7F3.


Border color

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

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

This div border color is #9BC7F3.


Opacity

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

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

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

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

This text has shadow with #9BC7F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC7F3 on black background.


Color preview on white background

This text has color #9BC7F3 on white background.



Black color preview on #9BC7F3 background

This text has black color on #9BC7F3 background.


White color preview on #9BC7F3 background

This text has white color on #9BC7F3 background.