COLOR #9BC7E7

HEX: #9BC7E7
RGB: (155,199,231)

Color info

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

RGB color model

#9BC7E7 color RGB value is (155,199,231).

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

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 231 of 255 = 91%

155
199
231

R + G + B ~ 77%. #9BC7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 199 + 231 = 585 (100%)
R 155 of 585 ~ 26.5%
G 199 of 585 ~ 34.02%
B 231 of 585 ~ 39.49%

%26.5
%34.02
%39.49

CMYK color model

#9BC7E7 color CMYK value is (33,14,0,9).

  • cyan value is 32.90%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(33,14,0,9)
C33M14Y0K9 
(33%,14%,0%,9%)
(0.33/0.14/0.00/0.09)	

CMYK percentages

%32.9
%13.85
%0
%9.41

Codes

Color #9BC7E7 in popluar color models

9BC7E7
RGB155199231
HSL205°61.29%75.69%
HSB/HSV205°32.90%90.59%
CMYK32.90%13.85%0.00%
9.41%

Color #9BC7E7 in popluar number systems.

HEX9BC7E7
Decimal155199231
Binary100110111100011111100111
Octal233307347

Shades and tints

Shades of #9BC7E7

#9BC7E7
(155,199,231)
#8DB5D2
(141,181,210)
#7FA3BD
(127,163,189)
#7191A8
(113,145,168)
#637F93
(99,127,147)
#556D7E
(85,109,126)
#475B69
(71,91,105)
#394954
(57,73,84)
#2B373F
(43,55,63)
#1D252A
(29,37,42)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #9BC7E7

#9BC7E7
(155,199,231)
#A4CCE9
(164,204,233)
#ADD1EB
(173,209,235)
#B6D6ED
(182,214,237)
#BFDBEF
(191,219,239)
#C8E0F1
(200,224,241)
#D1E5F3
(209,229,243)
#DAEAF5
(218,234,245)
#E3EFF7
(227,239,247)
#ECF4F9
(236,244,249)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC7E7; }

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

This text font color is #9BC7E7.


Background Color

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

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

This div background color is #9BC7E7.


Border color

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

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

This div border color is #9BC7E7.


Opacity

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

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

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

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

This text has shadow with #9BC7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC7E7 on black background.


Color preview on white background

This text has color #9BC7E7 on white background.



Black color preview on #9BC7E7 background

This text has black color on #9BC7E7 background.


White color preview on #9BC7E7 background

This text has white color on #9BC7E7 background.