COLOR #96A1A6

HEX: #96A1A6
RGB: (150,161,166)

Color info

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

RGB color model

#96A1A6 color RGB value is (150,161,166).

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

RGB channels and saturation

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

150
161
166

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

Portions of RGB colors in percentages

R + G + B =
150 + 161 + 166 = 477 (100%)
R 150 of 477 ~ 31.45%
G 161 of 477 ~ 33.75%
B 166 of 477 ~ 34.8%

%31.45
%33.75
%34.8

CMYK color model

#96A1A6 color CMYK value is (10,3,0,35).

  • cyan value is 9.64%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(10,3,0,35)
C10M3Y0K35 
(10%,3%,0%,35%)
(0.10/0.03/0.00/0.35)	

CMYK percentages

%9.64
%3.01
%0
%34.9

Codes

Color #96A1A6 in popluar color models

96A1A6
RGB150161166
HSL199°8.25%61.96%
HSB/HSV199°9.64%65.10%
CMYK9.64%3.01%0.00%
34.90%

Color #96A1A6 in popluar number systems.

HEX96A1A6
Decimal150161166
Binary100101101010000110100110
Octal226241246

Shades and tints

Shades of #96A1A6

#96A1A6
(150,161,166)
#899397
(137,147,151)
#7C8588
(124,133,136)
#6F7779
(111,119,121)
#62696A
(98,105,106)
#555B5B
(85,91,91)
#484D4C
(72,77,76)
#3B3F3D
(59,63,61)
#2E312E
(46,49,46)
#21231F
(33,35,31)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #96A1A6

#96A1A6
(150,161,166)
#9FA9AE
(159,169,174)
#A8B1B6
(168,177,182)
#B1B9BE
(177,185,190)
#BAC1C6
(186,193,198)
#C3C9CE
(195,201,206)
#CCD1D6
(204,209,214)
#D5D9DE
(213,217,222)
#DEE1E6
(222,225,230)
#E7E9EE
(231,233,238)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A1A6; }

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

This text font color is #96A1A6.


Background Color

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

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

This div background color is #96A1A6.


Border color

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

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

This div border color is #96A1A6.


Opacity

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

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

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

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

This text has shadow with #96A1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A1A6 on black background.


Color preview on white background

This text has color #96A1A6 on white background.



Black color preview on #96A1A6 background

This text has black color on #96A1A6 background.


White color preview on #96A1A6 background

This text has white color on #96A1A6 background.