COLOR #96B3CB

HEX: #96B3CB
RGB: (150,179,203)

Color info

#96B3CB contains red, green and blue colors in about the same proportion. Web safe color of #96B3CB is #9999CC (or #99C).

RGB color model

#96B3CB color RGB value is (150,179,203).

  • red value is 150;
  • green value is 179;
  • blue value is 203.
RGB:
(150,179,203)
(59%,70%,80%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 203 of 255 = 80%

150
179
203

R + G + B ~ 70%. #96B3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 203 = 532 (100%)
R 150 of 532 ~ 28.2%
G 179 of 532 ~ 33.65%
B 203 of 532 ~ 38.16%

%28.2
%33.65
%38.16

CMYK color model

#96B3CB color CMYK value is (26,12,0,20).

  • cyan value is 26.11%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(26,12,0,20)
C26M12Y0K20 
(26%,12%,0%,20%)
(0.26/0.12/0.00/0.20)	

CMYK percentages

%26.11
%11.82
%0
%20.39

Codes

Color #96B3CB in popluar color models

96B3CB
RGB150179203
HSL207°33.76%69.22%
HSB/HSV207°26.11%79.61%
CMYK26.11%11.82%0.00%
20.39%

Color #96B3CB in popluar number systems.

HEX96B3CB
Decimal150179203
Binary100101101011001111001011
Octal226263313

Shades and tints

Shades of #96B3CB

#96B3CB
(150,179,203)
#89A3B9
(137,163,185)
#7C93A7
(124,147,167)
#6F8395
(111,131,149)
#627383
(98,115,131)
#556371
(85,99,113)
#48535F
(72,83,95)
#3B434D
(59,67,77)
#2E333B
(46,51,59)
#212329
(33,35,41)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #96B3CB

#96B3CB
(150,179,203)
#9FB9CF
(159,185,207)
#A8BFD3
(168,191,211)
#B1C5D7
(177,197,215)
#BACBDB
(186,203,219)
#C3D1DF
(195,209,223)
#CCD7E3
(204,215,227)
#D5DDE7
(213,221,231)
#DEE3EB
(222,227,235)
#E7E9EF
(231,233,239)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B3CB color. Also use rgb(150,179,203) instead hex code.

Text Font Color

.myTextColor { color: #96B3CB; }

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

This text font color is #96B3CB.


Background Color

.myBgColor { background-color: #96B3CB; }

<div style="background-color:#96B3CB">Inner text</div>

This div background color is #96B3CB.


Border color

.myBorderColor { border: 1px solid #96B3CB; }

<div style="border:3px solid #96B3CB">Div</div>

This div border color is #96B3CB.


Opacity

.myOpacity80 { color: #96B3CB; opacity: 0.8; }

<p style="color:#96B3CB;opacity:0.8;">80%</p>

Text with #96B3CB 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 #96B3CB;}

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

This text has shadow with #96B3CB color.

.textShadow {text-shadow: 3px 3px 1px #96B3CB, 3px 3px 1px red;}

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

This text has shadow with #96B3CB primary color and red secondary color.


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

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

This text has shadow with #96B3CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B3CB on black background.


Color preview on white background

This text has color #96B3CB on white background.



Black color preview on #96B3CB background

This text has black color on #96B3CB background.


White color preview on #96B3CB background

This text has white color on #96B3CB background.