COLOR #96A9B9

HEX: #96A9B9
RGB: (150,169,185)

Color info

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

RGB color model

#96A9B9 color RGB value is (150,169,185).

  • red value is 150;
  • green value is 169;
  • blue value is 185.
RGB:
(150,169,185)
(59%,66%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 169 of 255 = 66%
B 185 of 255 = 73%

150
169
185

R + G + B ~ 66%. #96A9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 169 + 185 = 504 (100%)
R 150 of 504 ~ 29.76%
G 169 of 504 ~ 33.53%
B 185 of 504 ~ 36.71%

%29.76
%33.53
%36.71

CMYK color model

#96A9B9 color CMYK value is (19,9,0,27).

  • cyan value is 18.92%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(19,9,0,27)
C19M9Y0K27 
(19%,9%,0%,27%)
(0.19/0.09/0.00/0.27)	

CMYK percentages

%18.92
%8.65
%0
%27.45

Codes

Color #96A9B9 in popluar color models

96A9B9
RGB150169185
HSL207°20.00%65.69%
HSB/HSV207°18.92%72.55%
CMYK18.92%8.65%0.00%
27.45%

Color #96A9B9 in popluar number systems.

HEX96A9B9
Decimal150169185
Binary100101101010100110111001
Octal226251271

Shades and tints

Shades of #96A9B9

#96A9B9
(150,169,185)
#899AA9
(137,154,169)
#7C8B99
(124,139,153)
#6F7C89
(111,124,137)
#626D79
(98,109,121)
#555E69
(85,94,105)
#484F59
(72,79,89)
#3B4049
(59,64,73)
#2E3139
(46,49,57)
#212229
(33,34,41)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #96A9B9

#96A9B9
(150,169,185)
#9FB0BF
(159,176,191)
#A8B7C5
(168,183,197)
#B1BECB
(177,190,203)
#BAC5D1
(186,197,209)
#C3CCD7
(195,204,215)
#CCD3DD
(204,211,221)
#D5DAE3
(213,218,227)
#DEE1E9
(222,225,233)
#E7E8EF
(231,232,239)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A9B9 color. Also use rgb(150,169,185) instead hex code.

Text Font Color

.myTextColor { color: #96A9B9; }

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

This text font color is #96A9B9.


Background Color

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

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

This div background color is #96A9B9.


Border color

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

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

This div border color is #96A9B9.


Opacity

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

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

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

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

This text has shadow with #96A9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A9B9 on black background.


Color preview on white background

This text has color #96A9B9 on white background.



Black color preview on #96A9B9 background

This text has black color on #96A9B9 background.


White color preview on #96A9B9 background

This text has white color on #96A9B9 background.