COLOR #96B3C7

HEX: #96B3C7
RGB: (150,179,199)

Color info

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

RGB color model

#96B3C7 color RGB value is (150,179,199).

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

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 199 of 255 = 78%

150
179
199

R + G + B ~ 69%. #96B3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 199 = 528 (100%)
R 150 of 528 ~ 28.41%
G 179 of 528 ~ 33.9%
B 199 of 528 ~ 37.69%

%28.41
%33.9
%37.69

CMYK color model

#96B3C7 color CMYK value is (25,10,0,22).

  • cyan value is 24.62%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(25,10,0,22)
C25M10Y0K22 
(25%,10%,0%,22%)
(0.25/0.10/0.00/0.22)	

CMYK percentages

%24.62
%10.05
%0
%21.96

Codes

Color #96B3C7 in popluar color models

96B3C7
RGB150179199
HSL204°30.43%68.43%
HSB/HSV204°24.62%78.04%
CMYK24.62%10.05%0.00%
21.96%

Color #96B3C7 in popluar number systems.

HEX96B3C7
Decimal150179199
Binary100101101011001111000111
Octal226263307

Shades and tints

Shades of #96B3C7

#96B3C7
(150,179,199)
#89A3B5
(137,163,181)
#7C93A3
(124,147,163)
#6F8391
(111,131,145)
#62737F
(98,115,127)
#55636D
(85,99,109)
#48535B
(72,83,91)
#3B4349
(59,67,73)
#2E3337
(46,51,55)
#212325
(33,35,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #96B3C7

#96B3C7
(150,179,199)
#9FB9CC
(159,185,204)
#A8BFD1
(168,191,209)
#B1C5D6
(177,197,214)
#BACBDB
(186,203,219)
#C3D1E0
(195,209,224)
#CCD7E5
(204,215,229)
#D5DDEA
(213,221,234)
#DEE3EF
(222,227,239)
#E7E9F4
(231,233,244)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B3C7; }

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

This text font color is #96B3C7.


Background Color

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

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

This div background color is #96B3C7.


Border color

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

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

This div border color is #96B3C7.


Opacity

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

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

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

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

This text has shadow with #96B3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B3C7 on black background.


Color preview on white background

This text has color #96B3C7 on white background.



Black color preview on #96B3C7 background

This text has black color on #96B3C7 background.


White color preview on #96B3C7 background

This text has white color on #96B3C7 background.