COLOR #96A5B3

HEX: #96A5B3
RGB: (150,165,179)

Color info

#96A5B3 contains red, green and blue colors in about the same proportion. Web safe color of #96A5B3 is #999999 (or #999).

RGB color model

#96A5B3 color RGB value is (150,165,179).

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

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 179 of 255 = 70%

150
165
179

R + G + B ~ 65%. #96A5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 179 = 494 (100%)
R 150 of 494 ~ 30.36%
G 165 of 494 ~ 33.4%
B 179 of 494 ~ 36.23%

%30.36
%33.4
%36.23

CMYK color model

#96A5B3 color CMYK value is (16,8,0,30).

  • cyan value is 16.20%
  • magenta value is 7.82%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(16,8,0,30)
C16M8Y0K30 
(16%,8%,0%,30%)
(0.16/0.08/0.00/0.30)	

CMYK percentages

%16.2
%7.82
%0
%29.8

Codes

Color #96A5B3 in popluar color models

96A5B3
RGB150165179
HSL209°16.02%64.51%
HSB/HSV209°16.20%70.20%
CMYK16.20%7.82%0.00%
29.80%

Color #96A5B3 in popluar number systems.

HEX96A5B3
Decimal150165179
Binary100101101010010110110011
Octal226245263

Shades and tints

Shades of #96A5B3

#96A5B3
(150,165,179)
#8996A3
(137,150,163)
#7C8793
(124,135,147)
#6F7883
(111,120,131)
#626973
(98,105,115)
#555A63
(85,90,99)
#484B53
(72,75,83)
#3B3C43
(59,60,67)
#2E2D33
(46,45,51)
#211E23
(33,30,35)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #96A5B3

#96A5B3
(150,165,179)
#9FADB9
(159,173,185)
#A8B5BF
(168,181,191)
#B1BDC5
(177,189,197)
#BAC5CB
(186,197,203)
#C3CDD1
(195,205,209)
#CCD5D7
(204,213,215)
#D5DDDD
(213,221,221)
#DEE5E3
(222,229,227)
#E7EDE9
(231,237,233)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A5B3; }

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

This text font color is #96A5B3.


Background Color

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

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

This div background color is #96A5B3.


Border color

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

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

This div border color is #96A5B3.


Opacity

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

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

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

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

This text has shadow with #96A5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5B3 on black background.


Color preview on white background

This text has color #96A5B3 on white background.



Black color preview on #96A5B3 background

This text has black color on #96A5B3 background.


White color preview on #96A5B3 background

This text has white color on #96A5B3 background.