COLOR #96B3B7

HEX: #96B3B7
RGB: (150,179,183)

Color info

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

RGB color model

#96B3B7 color RGB value is (150,179,183).

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

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 183 of 255 = 72%

150
179
183

R + G + B ~ 67%. #96B3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 183 = 512 (100%)
R 150 of 512 ~ 29.3%
G 179 of 512 ~ 34.96%
B 183 of 512 ~ 35.74%

%29.3
%34.96
%35.74

CMYK color model

#96B3B7 color CMYK value is (18,2,0,28).

  • cyan value is 18.03%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(18,2,0,28)
C18M2Y0K28 
(18%,2%,0%,28%)
(0.18/0.02/0.00/0.28)	

CMYK percentages

%18.03
%2.19
%0
%28.24

Codes

Color #96B3B7 in popluar color models

96B3B7
RGB150179183
HSL187°18.64%65.29%
HSB/HSV187°18.03%71.76%
CMYK18.03%2.19%0.00%
28.24%

Color #96B3B7 in popluar number systems.

HEX96B3B7
Decimal150179183
Binary100101101011001110110111
Octal226263267

Shades and tints

Shades of #96B3B7

#96B3B7
(150,179,183)
#89A3A7
(137,163,167)
#7C9397
(124,147,151)
#6F8387
(111,131,135)
#627377
(98,115,119)
#556367
(85,99,103)
#485357
(72,83,87)
#3B4347
(59,67,71)
#2E3337
(46,51,55)
#212327
(33,35,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #96B3B7

#96B3B7
(150,179,183)
#9FB9BD
(159,185,189)
#A8BFC3
(168,191,195)
#B1C5C9
(177,197,201)
#BACBCF
(186,203,207)
#C3D1D5
(195,209,213)
#CCD7DB
(204,215,219)
#D5DDE1
(213,221,225)
#DEE3E7
(222,227,231)
#E7E9ED
(231,233,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B3B7; }

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

This text font color is #96B3B7.


Background Color

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

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

This div background color is #96B3B7.


Border color

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

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

This div border color is #96B3B7.


Opacity

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

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

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

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

This text has shadow with #96B3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B3B7 on black background.


Color preview on white background

This text has color #96B3B7 on white background.



Black color preview on #96B3B7 background

This text has black color on #96B3B7 background.


White color preview on #96B3B7 background

This text has white color on #96B3B7 background.