COLOR #96A9AF

HEX: #96A9AF
RGB: (150,169,175)

Color info

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

RGB color model

#96A9AF color RGB value is (150,169,175).

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

RGB channels and saturation

R 150 of 255 = 59%
G 169 of 255 = 66%
B 175 of 255 = 69%

150
169
175

R + G + B ~ 65%. #96A9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 169 + 175 = 494 (100%)
R 150 of 494 ~ 30.36%
G 169 of 494 ~ 34.21%
B 175 of 494 ~ 35.43%

%30.36
%34.21
%35.43

CMYK color model

#96A9AF color CMYK value is (14,3,0,31).

  • cyan value is 14.29%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,3,0,31)
C14M3Y0K31 
(14%,3%,0%,31%)
(0.14/0.03/0.00/0.31)	

CMYK percentages

%14.29
%3.43
%0
%31.37

Codes

Color #96A9AF in popluar color models

96A9AF
RGB150169175
HSL194°13.51%63.73%
HSB/HSV194°14.29%68.63%
CMYK14.29%3.43%0.00%
31.37%

Color #96A9AF in popluar number systems.

HEX96A9AF
Decimal150169175
Binary100101101010100110101111
Octal226251257

Shades and tints

Shades of #96A9AF

#96A9AF
(150,169,175)
#899AA0
(137,154,160)
#7C8B91
(124,139,145)
#6F7C82
(111,124,130)
#626D73
(98,109,115)
#555E64
(85,94,100)
#484F55
(72,79,85)
#3B4046
(59,64,70)
#2E3137
(46,49,55)
#212228
(33,34,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #96A9AF

#96A9AF
(150,169,175)
#9FB0B6
(159,176,182)
#A8B7BD
(168,183,189)
#B1BEC4
(177,190,196)
#BAC5CB
(186,197,203)
#C3CCD2
(195,204,210)
#CCD3D9
(204,211,217)
#D5DAE0
(213,218,224)
#DEE1E7
(222,225,231)
#E7E8EE
(231,232,238)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A9AF; }

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

This text font color is #96A9AF.


Background Color

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

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

This div background color is #96A9AF.


Border color

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

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

This div border color is #96A9AF.


Opacity

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

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

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

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

This text has shadow with #96A9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A9AF on black background.


Color preview on white background

This text has color #96A9AF on white background.



Black color preview on #96A9AF background

This text has black color on #96A9AF background.


White color preview on #96A9AF background

This text has white color on #96A9AF background.