COLOR #96A0A6

HEX: #96A0A6
RGB: (150,160,166)

Color info

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

RGB color model

#96A0A6 color RGB value is (150,160,166).

  • red value is 150;
  • green value is 160;
  • blue value is 166.
RGB:
(150,160,166)
(59%,63%,65%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 166 of 255 = 65%

150
160
166

R + G + B ~ 62%. #96A0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 166 = 476 (100%)
R 150 of 476 ~ 31.51%
G 160 of 476 ~ 33.61%
B 166 of 476 ~ 34.87%

%31.51
%33.61
%34.87

CMYK color model

#96A0A6 color CMYK value is (10,4,0,35).

  • cyan value is 9.64%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(10,4,0,35)
C10M4Y0K35 
(10%,4%,0%,35%)
(0.10/0.04/0.00/0.35)	

CMYK percentages

%9.64
%3.61
%0
%34.9

Codes

Color #96A0A6 in popluar color models

96A0A6
RGB150160166
HSL203°8.25%61.96%
HSB/HSV203°9.64%65.10%
CMYK9.64%3.61%0.00%
34.90%

Color #96A0A6 in popluar number systems.

HEX96A0A6
Decimal150160166
Binary100101101010000010100110
Octal226240246

Shades and tints

Shades of #96A0A6

#96A0A6
(150,160,166)
#899297
(137,146,151)
#7C8488
(124,132,136)
#6F7679
(111,118,121)
#62686A
(98,104,106)
#555A5B
(85,90,91)
#484C4C
(72,76,76)
#3B3E3D
(59,62,61)
#2E302E
(46,48,46)
#21221F
(33,34,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #96A0A6

#96A0A6
(150,160,166)
#9FA8AE
(159,168,174)
#A8B0B6
(168,176,182)
#B1B8BE
(177,184,190)
#BAC0C6
(186,192,198)
#C3C8CE
(195,200,206)
#CCD0D6
(204,208,214)
#D5D8DE
(213,216,222)
#DEE0E6
(222,224,230)
#E7E8EE
(231,232,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A0A6 color. Also use rgb(150,160,166) instead hex code.

Text Font Color

.myTextColor { color: #96A0A6; }

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

This text font color is #96A0A6.


Background Color

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

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

This div background color is #96A0A6.


Border color

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

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

This div border color is #96A0A6.


Opacity

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

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

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

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

This text has shadow with #96A0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A0A6 on black background.


Color preview on white background

This text has color #96A0A6 on white background.



Black color preview on #96A0A6 background

This text has black color on #96A0A6 background.


White color preview on #96A0A6 background

This text has white color on #96A0A6 background.