COLOR #96A2A3

HEX: #96A2A3
RGB: (150,162,163)

Color info

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

RGB color model

#96A2A3 color RGB value is (150,162,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 163 of 255 = 64%

150
162
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 162 + 163 = 475 (100%)
R 150 of 475 ~ 31.58%
G 162 of 475 ~ 34.11%
B 163 of 475 ~ 34.32%

%31.58
%34.11
%34.32

CMYK color model

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

  • cyan value is 7.98%
  • magenta value is 0.61%
  • 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
%0.61
%0
%36.08

Codes

Color #96A2A3 in popluar color models

96A2A3
RGB150162163
HSL185°6.60%61.37%
HSB/HSV185°7.98%63.92%
CMYK7.98%0.61%0.00%
36.08%

Color #96A2A3 in popluar number systems.

HEX96A2A3
Decimal150162163
Binary100101101010001010100011
Octal226242243

Shades and tints

Shades of #96A2A3

#96A2A3
(150,162,163)
#899495
(137,148,149)
#7C8687
(124,134,135)
#6F7879
(111,120,121)
#626A6B
(98,106,107)
#555C5D
(85,92,93)
#484E4F
(72,78,79)
#3B4041
(59,64,65)
#2E3233
(46,50,51)
#212425
(33,36,37)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #96A2A3

#96A2A3
(150,162,163)
#9FAAAB
(159,170,171)
#A8B2B3
(168,178,179)
#B1BABB
(177,186,187)
#BAC2C3
(186,194,195)
#C3CACB
(195,202,203)
#CCD2D3
(204,210,211)
#D5DADB
(213,218,219)
#DEE2E3
(222,226,227)
#E7EAEB
(231,234,235)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A2A3; }

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

This text font color is #96A2A3.


Background Color

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

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

This div background color is #96A2A3.


Border color

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

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

This div border color is #96A2A3.


Opacity

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

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

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

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

This text has shadow with #96A2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A2A3 on black background.


Color preview on white background

This text has color #96A2A3 on white background.



Black color preview on #96A2A3 background

This text has black color on #96A2A3 background.


White color preview on #96A2A3 background

This text has white color on #96A2A3 background.