COLOR #96B3CF

HEX: #96B3CF
RGB: (150,179,207)

Color info

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

RGB color model

#96B3CF color RGB value is (150,179,207).

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

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 207 of 255 = 81%

150
179
207

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

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 207 = 536 (100%)
R 150 of 536 ~ 27.99%
G 179 of 536 ~ 33.4%
B 207 of 536 ~ 38.62%

%27.99
%33.4
%38.62

CMYK color model

#96B3CF color CMYK value is (28,14,0,19).

  • cyan value is 27.54%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(28,14,0,19)
C28M14Y0K19 
(28%,14%,0%,19%)
(0.28/0.14/0.00/0.19)	

CMYK percentages

%27.54
%13.53
%0
%18.82

Codes

Color #96B3CF in popluar color models

96B3CF
RGB150179207
HSL209°37.25%70.00%
HSB/HSV209°27.54%81.18%
CMYK27.54%13.53%0.00%
18.82%

Color #96B3CF in popluar number systems.

HEX96B3CF
Decimal150179207
Binary100101101011001111001111
Octal226263317

Shades and tints

Shades of #96B3CF

#96B3CF
(150,179,207)
#89A3BD
(137,163,189)
#7C93AB
(124,147,171)
#6F8399
(111,131,153)
#627387
(98,115,135)
#556375
(85,99,117)
#485363
(72,83,99)
#3B4351
(59,67,81)
#2E333F
(46,51,63)
#21232D
(33,35,45)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #96B3CF

#96B3CF
(150,179,207)
#9FB9D3
(159,185,211)
#A8BFD7
(168,191,215)
#B1C5DB
(177,197,219)
#BACBDF
(186,203,223)
#C3D1E3
(195,209,227)
#CCD7E7
(204,215,231)
#D5DDEB
(213,221,235)
#DEE3EF
(222,227,239)
#E7E9F3
(231,233,243)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B3CF; }

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

This text font color is #96B3CF.


Background Color

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

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

This div background color is #96B3CF.


Border color

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

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

This div border color is #96B3CF.


Opacity

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

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

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

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

This text has shadow with #96B3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B3CF on black background.


Color preview on white background

This text has color #96B3CF on white background.



Black color preview on #96B3CF background

This text has black color on #96B3CF background.


White color preview on #96B3CF background

This text has white color on #96B3CF background.