COLOR #9BC4E8

HEX: #9BC4E8
RGB: (155,196,232)

Color info

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

RGB color model

#9BC4E8 color RGB value is (155,196,232).

  • red value is 155;
  • green value is 196;
  • blue value is 232.
RGB:
(155,196,232)
(61%,77%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 232 of 255 = 91%

155
196
232

R + G + B ~ 76%. #9BC4E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 196 + 232 = 583 (100%)
R 155 of 583 ~ 26.59%
G 196 of 583 ~ 33.62%
B 232 of 583 ~ 39.79%

%26.59
%33.62
%39.79

CMYK color model

#9BC4E8 color CMYK value is (33,16,0,9).

  • cyan value is 33.19%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(33,16,0,9)
C33M16Y0K9 
(33%,16%,0%,9%)
(0.33/0.16/0.00/0.09)	

CMYK percentages

%33.19
%15.52
%0
%9.02

Codes

Color #9BC4E8 in popluar color models

9BC4E8
RGB155196232
HSL208°62.60%75.88%
HSB/HSV208°33.19%90.98%
CMYK33.19%15.52%0.00%
9.02%

Color #9BC4E8 in popluar number systems.

HEX9BC4E8
Decimal155196232
Binary100110111100010011101000
Octal233304350

Shades and tints

Shades of #9BC4E8

#9BC4E8
(155,196,232)
#8DB3D3
(141,179,211)
#7FA2BE
(127,162,190)
#7191A9
(113,145,169)
#638094
(99,128,148)
#556F7F
(85,111,127)
#475E6A
(71,94,106)
#394D55
(57,77,85)
#2B3C40
(43,60,64)
#1D2B2B
(29,43,43)
#0F1A16
(15,26,22)
#000000
(0,0,0)

Tints of #9BC4E8

#9BC4E8
(155,196,232)
#A4C9EA
(164,201,234)
#ADCEEC
(173,206,236)
#B6D3EE
(182,211,238)
#BFD8F0
(191,216,240)
#C8DDF2
(200,221,242)
#D1E2F4
(209,226,244)
#DAE7F6
(218,231,246)
#E3ECF8
(227,236,248)
#ECF1FA
(236,241,250)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC4E8 color. Also use rgb(155,196,232) instead hex code.

Text Font Color

.myTextColor { color: #9BC4E8; }

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

This text font color is #9BC4E8.


Background Color

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

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

This div background color is #9BC4E8.


Border color

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

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

This div border color is #9BC4E8.


Opacity

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

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

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

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

This text has shadow with #9BC4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC4E8 on black background.


Color preview on white background

This text has color #9BC4E8 on white background.



Black color preview on #9BC4E8 background

This text has black color on #9BC4E8 background.


White color preview on #9BC4E8 background

This text has white color on #9BC4E8 background.