COLOR #96A2AE

HEX: #96A2AE
RGB: (150,162,174)

Color info

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

RGB color model

#96A2AE color RGB value is (150,162,174).

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

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 174 of 255 = 68%

150
162
174

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

Portions of RGB colors in percentages

R + G + B =
150 + 162 + 174 = 486 (100%)
R 150 of 486 ~ 30.86%
G 162 of 486 ~ 33.33%
B 174 of 486 ~ 35.8%

%30.86
%33.33
%35.8

CMYK color model

#96A2AE color CMYK value is (14,7,0,32).

  • cyan value is 13.79%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(14,7,0,32)
C14M7Y0K32 
(14%,7%,0%,32%)
(0.14/0.07/0.00/0.32)	

CMYK percentages

%13.79
%6.9
%0
%31.76

Codes

Color #96A2AE in popluar color models

96A2AE
RGB150162174
HSL210°12.90%63.53%
HSB/HSV210°13.79%68.24%
CMYK13.79%6.90%0.00%
31.76%

Color #96A2AE in popluar number systems.

HEX96A2AE
Decimal150162174
Binary100101101010001010101110
Octal226242256

Shades and tints

Shades of #96A2AE

#96A2AE
(150,162,174)
#89949F
(137,148,159)
#7C8690
(124,134,144)
#6F7881
(111,120,129)
#626A72
(98,106,114)
#555C63
(85,92,99)
#484E54
(72,78,84)
#3B4045
(59,64,69)
#2E3236
(46,50,54)
#212427
(33,36,39)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #96A2AE

#96A2AE
(150,162,174)
#9FAAB5
(159,170,181)
#A8B2BC
(168,178,188)
#B1BAC3
(177,186,195)
#BAC2CA
(186,194,202)
#C3CAD1
(195,202,209)
#CCD2D8
(204,210,216)
#D5DADF
(213,218,223)
#DEE2E6
(222,226,230)
#E7EAED
(231,234,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A2AE; }

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

This text font color is #96A2AE.


Background Color

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

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

This div background color is #96A2AE.


Border color

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

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

This div border color is #96A2AE.


Opacity

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

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

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

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

This text has shadow with #96A2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A2AE on black background.


Color preview on white background

This text has color #96A2AE on white background.



Black color preview on #96A2AE background

This text has black color on #96A2AE background.


White color preview on #96A2AE background

This text has white color on #96A2AE background.