COLOR #96A0AF

HEX: #96A0AF
RGB: (150,160,175)

Color info

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

RGB color model

#96A0AF color RGB value is (150,160,175).

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

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 175 of 255 = 69%

150
160
175

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 175 = 485 (100%)
R 150 of 485 ~ 30.93%
G 160 of 485 ~ 32.99%
B 175 of 485 ~ 36.08%

%30.93
%32.99
%36.08

CMYK color model

#96A0AF color CMYK value is (14,9,0,31).

  • cyan value is 14.29%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,9,0,31)
C14M9Y0K31 
(14%,9%,0%,31%)
(0.14/0.09/0.00/0.31)	

CMYK percentages

%14.29
%8.57
%0
%31.37

Codes

Color #96A0AF in popluar color models

96A0AF
RGB150160175
HSL216°13.51%63.73%
HSB/HSV216°14.29%68.63%
CMYK14.29%8.57%0.00%
31.37%

Color #96A0AF in popluar number systems.

HEX96A0AF
Decimal150160175
Binary100101101010000010101111
Octal226240257

Shades and tints

Shades of #96A0AF

#96A0AF
(150,160,175)
#8992A0
(137,146,160)
#7C8491
(124,132,145)
#6F7682
(111,118,130)
#626873
(98,104,115)
#555A64
(85,90,100)
#484C55
(72,76,85)
#3B3E46
(59,62,70)
#2E3037
(46,48,55)
#212228
(33,34,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #96A0AF

#96A0AF
(150,160,175)
#9FA8B6
(159,168,182)
#A8B0BD
(168,176,189)
#B1B8C4
(177,184,196)
#BAC0CB
(186,192,203)
#C3C8D2
(195,200,210)
#CCD0D9
(204,208,217)
#D5D8E0
(213,216,224)
#DEE0E7
(222,224,231)
#E7E8EE
(231,232,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A0AF; }

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

This text font color is #96A0AF.


Background Color

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

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

This div background color is #96A0AF.


Border color

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

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

This div border color is #96A0AF.


Opacity

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

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

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

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

This text has shadow with #96A0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A0AF on black background.


Color preview on white background

This text has color #96A0AF on white background.



Black color preview on #96A0AF background

This text has black color on #96A0AF background.


White color preview on #96A0AF background

This text has white color on #96A0AF background.