COLOR #96AAAE

HEX: #96AAAE
RGB: (150,170,174)

Color info

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

RGB color model

#96AAAE color RGB value is (150,170,174).

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

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 174 of 255 = 68%

150
170
174

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

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 174 = 494 (100%)
R 150 of 494 ~ 30.36%
G 170 of 494 ~ 34.41%
B 174 of 494 ~ 35.22%

%30.36
%34.41
%35.22

CMYK color model

#96AAAE color CMYK value is (14,2,0,32).

  • cyan value is 13.79%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(14,2,0,32)
C14M2Y0K32 
(14%,2%,0%,32%)
(0.14/0.02/0.00/0.32)	

CMYK percentages

%13.79
%2.3
%0
%31.76

Codes

Color #96AAAE in popluar color models

96AAAE
RGB150170174
HSL190°12.90%63.53%
HSB/HSV190°13.79%68.24%
CMYK13.79%2.30%0.00%
31.76%

Color #96AAAE in popluar number systems.

HEX96AAAE
Decimal150170174
Binary100101101010101010101110
Octal226252256

Shades and tints

Shades of #96AAAE

#96AAAE
(150,170,174)
#899B9F
(137,155,159)
#7C8C90
(124,140,144)
#6F7D81
(111,125,129)
#626E72
(98,110,114)
#555F63
(85,95,99)
#485054
(72,80,84)
#3B4145
(59,65,69)
#2E3236
(46,50,54)
#212327
(33,35,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #96AAAE

#96AAAE
(150,170,174)
#9FB1B5
(159,177,181)
#A8B8BC
(168,184,188)
#B1BFC3
(177,191,195)
#BAC6CA
(186,198,202)
#C3CDD1
(195,205,209)
#CCD4D8
(204,212,216)
#D5DBDF
(213,219,223)
#DEE2E6
(222,226,230)
#E7E9ED
(231,233,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AAAE; }

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

This text font color is #96AAAE.


Background Color

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

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

This div background color is #96AAAE.


Border color

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

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

This div border color is #96AAAE.


Opacity

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

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

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

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

This text has shadow with #96AAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AAAE on black background.


Color preview on white background

This text has color #96AAAE on white background.



Black color preview on #96AAAE background

This text has black color on #96AAAE background.


White color preview on #96AAAE background

This text has white color on #96AAAE background.