COLOR #96A2AF

HEX: #96A2AF
RGB: (150,162,175)

Color info

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

RGB color model

#96A2AF color RGB value is (150,162,175).

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

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 175 of 255 = 69%

150
162
175

R + G + B ~ 64%. #96A2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 162 + 175 = 487 (100%)
R 150 of 487 ~ 30.8%
G 162 of 487 ~ 33.26%
B 175 of 487 ~ 35.93%

%30.8
%33.26
%35.93

CMYK color model

#96A2AF color CMYK value is (14,7,0,31).

  • cyan value is 14.29%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,7,0,31)
C14M7Y0K31 
(14%,7%,0%,31%)
(0.14/0.07/0.00/0.31)	

CMYK percentages

%14.29
%7.43
%0
%31.37

Codes

Color #96A2AF in popluar color models

96A2AF
RGB150162175
HSL211°13.51%63.73%
HSB/HSV211°14.29%68.63%
CMYK14.29%7.43%0.00%
31.37%

Color #96A2AF in popluar number systems.

HEX96A2AF
Decimal150162175
Binary100101101010001010101111
Octal226242257

Shades and tints

Shades of #96A2AF

#96A2AF
(150,162,175)
#8994A0
(137,148,160)
#7C8691
(124,134,145)
#6F7882
(111,120,130)
#626A73
(98,106,115)
#555C64
(85,92,100)
#484E55
(72,78,85)
#3B4046
(59,64,70)
#2E3237
(46,50,55)
#212428
(33,36,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #96A2AF

#96A2AF
(150,162,175)
#9FAAB6
(159,170,182)
#A8B2BD
(168,178,189)
#B1BAC4
(177,186,196)
#BAC2CB
(186,194,203)
#C3CAD2
(195,202,210)
#CCD2D9
(204,210,217)
#D5DAE0
(213,218,224)
#DEE2E7
(222,226,231)
#E7EAEE
(231,234,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A2AF; }

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

This text font color is #96A2AF.


Background Color

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

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

This div background color is #96A2AF.


Border color

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

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

This div border color is #96A2AF.


Opacity

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

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

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

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

This text has shadow with #96A2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A2AF on black background.


Color preview on white background

This text has color #96A2AF on white background.



Black color preview on #96A2AF background

This text has black color on #96A2AF background.


White color preview on #96A2AF background

This text has white color on #96A2AF background.