COLOR #9BC0E6

HEX: #9BC0E6
RGB: (155,192,230)

Color info

#9BC0E6 contains mainly green and blue colors. Web safe color of #9BC0E6 is #99CCCC (or #9CC).

RGB color model

#9BC0E6 color RGB value is (155,192,230).

  • red value is 155;
  • green value is 192;
  • blue value is 230.
RGB:
(155,192,230)
(61%,75%,90%)

RGB channels and saturation

R 155 of 255 = 61%
G 192 of 255 = 75%
B 230 of 255 = 90%

155
192
230

R + G + B ~ 75%. #9BC0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 192 + 230 = 577 (100%)
R 155 of 577 ~ 26.86%
G 192 of 577 ~ 33.28%
B 230 of 577 ~ 39.86%

%26.86
%33.28
%39.86

CMYK color model

#9BC0E6 color CMYK value is (33,17,0,10).

  • cyan value is 32.61%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(33,17,0,10)
C33M17Y0K10 
(33%,17%,0%,10%)
(0.33/0.17/0.00/0.10)	

CMYK percentages

%32.61
%16.52
%0
%9.8

Codes

Color #9BC0E6 in popluar color models

9BC0E6
RGB155192230
HSL210°60.00%75.49%
HSB/HSV210°32.61%90.20%
CMYK32.61%16.52%0.00%
9.80%

Color #9BC0E6 in popluar number systems.

HEX9BC0E6
Decimal155192230
Binary100110111100000011100110
Octal233300346

Shades and tints

Shades of #9BC0E6

#9BC0E6
(155,192,230)
#8DAFD2
(141,175,210)
#7F9EBE
(127,158,190)
#718DAA
(113,141,170)
#637C96
(99,124,150)
#556B82
(85,107,130)
#475A6E
(71,90,110)
#39495A
(57,73,90)
#2B3846
(43,56,70)
#1D2732
(29,39,50)
#0F161E
(15,22,30)
#000000
(0,0,0)

Tints of #9BC0E6

#9BC0E6
(155,192,230)
#A4C5E8
(164,197,232)
#ADCAEA
(173,202,234)
#B6CFEC
(182,207,236)
#BFD4EE
(191,212,238)
#C8D9F0
(200,217,240)
#D1DEF2
(209,222,242)
#DAE3F4
(218,227,244)
#E3E8F6
(227,232,246)
#ECEDF8
(236,237,248)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC0E6 color. Also use rgb(155,192,230) instead hex code.

Text Font Color

.myTextColor { color: #9BC0E6; }

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

This text font color is #9BC0E6.


Background Color

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

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

This div background color is #9BC0E6.


Border color

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

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

This div border color is #9BC0E6.


Opacity

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

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

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

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

This text has shadow with #9BC0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC0E6 on black background.


Color preview on white background

This text has color #9BC0E6 on white background.



Black color preview on #9BC0E6 background

This text has black color on #9BC0E6 background.


White color preview on #9BC0E6 background

This text has white color on #9BC0E6 background.