COLOR #96A1A3

HEX: #96A1A3
RGB: (150,161,163)

Color info

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

RGB color model

#96A1A3 color RGB value is (150,161,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 161 of 255 = 63%
B 163 of 255 = 64%

150
161
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 161 + 163 = 474 (100%)
R 150 of 474 ~ 31.65%
G 161 of 474 ~ 33.97%
B 163 of 474 ~ 34.39%

%31.65
%33.97
%34.39

CMYK color model

#96A1A3 color CMYK value is (8,1,0,36).

  • cyan value is 7.98%
  • magenta value is 1.23%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,1,0,36)
C8M1Y0K36 
(8%,1%,0%,36%)
(0.08/0.01/0.00/0.36)	

CMYK percentages

%7.98
%1.23
%0
%36.08

Codes

Color #96A1A3 in popluar color models

96A1A3
RGB150161163
HSL189°6.60%61.37%
HSB/HSV189°7.98%63.92%
CMYK7.98%1.23%0.00%
36.08%

Color #96A1A3 in popluar number systems.

HEX96A1A3
Decimal150161163
Binary100101101010000110100011
Octal226241243

Shades and tints

Shades of #96A1A3

#96A1A3
(150,161,163)
#899395
(137,147,149)
#7C8587
(124,133,135)
#6F7779
(111,119,121)
#62696B
(98,105,107)
#555B5D
(85,91,93)
#484D4F
(72,77,79)
#3B3F41
(59,63,65)
#2E3133
(46,49,51)
#212325
(33,35,37)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #96A1A3

#96A1A3
(150,161,163)
#9FA9AB
(159,169,171)
#A8B1B3
(168,177,179)
#B1B9BB
(177,185,187)
#BAC1C3
(186,193,195)
#C3C9CB
(195,201,203)
#CCD1D3
(204,209,211)
#D5D9DB
(213,217,219)
#DEE1E3
(222,225,227)
#E7E9EB
(231,233,235)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A1A3; }

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

This text font color is #96A1A3.


Background Color

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

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

This div background color is #96A1A3.


Border color

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

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

This div border color is #96A1A3.


Opacity

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

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

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

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

This text has shadow with #96A1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A1A3 on black background.


Color preview on white background

This text has color #96A1A3 on white background.



Black color preview on #96A1A3 background

This text has black color on #96A1A3 background.


White color preview on #96A1A3 background

This text has white color on #96A1A3 background.