COLOR #9BC4EB

HEX: #9BC4EB
RGB: (155,196,235)

Color info

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

RGB color model

#9BC4EB color RGB value is (155,196,235).

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

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 235 of 255 = 92%

155
196
235

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

Portions of RGB colors in percentages

R + G + B =
155 + 196 + 235 = 586 (100%)
R 155 of 586 ~ 26.45%
G 196 of 586 ~ 33.45%
B 235 of 586 ~ 40.1%

%26.45
%33.45
%40.1

CMYK color model

#9BC4EB color CMYK value is (34,17,0,8).

  • cyan value is 34.04%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,17,0,8)
C34M17Y0K8 
(34%,17%,0%,8%)
(0.34/0.17/0.00/0.08)	

CMYK percentages

%34.04
%16.6
%0
%7.84

Codes

Color #9BC4EB in popluar color models

9BC4EB
RGB155196235
HSL209°66.67%76.47%
HSB/HSV209°34.04%92.16%
CMYK34.04%16.60%0.00%
7.84%

Color #9BC4EB in popluar number systems.

HEX9BC4EB
Decimal155196235
Binary100110111100010011101011
Octal233304353

Shades and tints

Shades of #9BC4EB

#9BC4EB
(155,196,235)
#8DB3D6
(141,179,214)
#7FA2C1
(127,162,193)
#7191AC
(113,145,172)
#638097
(99,128,151)
#556F82
(85,111,130)
#475E6D
(71,94,109)
#394D58
(57,77,88)
#2B3C43
(43,60,67)
#1D2B2E
(29,43,46)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #9BC4EB

#9BC4EB
(155,196,235)
#A4C9EC
(164,201,236)
#ADCEED
(173,206,237)
#B6D3EE
(182,211,238)
#BFD8EF
(191,216,239)
#C8DDF0
(200,221,240)
#D1E2F1
(209,226,241)
#DAE7F2
(218,231,242)
#E3ECF3
(227,236,243)
#ECF1F4
(236,241,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC4EB; }

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

This text font color is #9BC4EB.


Background Color

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

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

This div background color is #9BC4EB.


Border color

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

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

This div border color is #9BC4EB.


Opacity

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

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

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

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

This text has shadow with #9BC4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC4EB on black background.


Color preview on white background

This text has color #9BC4EB on white background.



Black color preview on #9BC4EB background

This text has black color on #9BC4EB background.


White color preview on #9BC4EB background

This text has white color on #9BC4EB background.