COLOR #96A8AE

HEX: #96A8AE RGB: (150,168,174)

Color info

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

RGB color model

#96A8AE color RGB value is (150,168,174).

RGB: (150,168,174) (59%, 66%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 174 of 255 = 68%

150
168
174

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

Portions of RGB colors in percentages

R + G + B = 150 + 168 + 174 = 492 (100%)
R 150 of 492 ~ 30.49%
G 168 of 492 ~ 34.15%
B 174 of 492 ~ 35.37'%

%30.49
%34.15
%35.37

CMYK color model

#96A8AE color CMYK value is (14,3,0,32).

  • cyan value is 13.79%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (14,3,0,32)
C14M3Y0K32 (14%, 3%, 0%, 32%)
(0.14 / 0.03 / 0.00 / 0.32)

CMYK percentages

%13.79
%3.45
%0
%31.76

Codes

Color #96A8AE in popluar color models

96 A8 AE
RGB 150 168 174
HSL 195° 12.90% 63.53%
HSB/HSV 195° 13.79% 68.24%
CMYK 13.79% 3.45% 0.00%
31.76%

Color #96A8AE in popluar number systems.

HEX 96 A8 AE
Decimal 150 168 174
Binary 10010110 10101000 10101110
Octal 226 250 256

Shades and tints

Shades of #96A8AE

#96A8AE
(150,168,174)
#89999F
(137,153,159)
#7C8A90
(124,138,144)
#6F7B81
(111,123,129)
#626C72
(98,108,114)
#555D63
(85,93,99)
#484E54
(72,78,84)
#3B3F45
(59,63,69)
#2E3036
(46,48,54)
#212127
(33,33,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #96A8AE

#96A8AE
(150,168,174)
#9FAFB5
(159,175,181)
#A8B6BC
(168,182,188)
#B1BDC3
(177,189,195)
#BAC4CA
(186,196,202)
#C3CBD1
(195,203,209)
#CCD2D8
(204,210,216)
#D5D9DF
(213,217,223)
#DEE0E6
(222,224,230)
#E7E7ED
(231,231,237)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A8AE; }

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

This text font color is #96A8AE.

Background Color

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

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

This div background color is #96A8AE.

Border color

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

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

This div border color is #96A8AE.

Opacity

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

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

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

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

This text has shadow with #96A8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A8AE.

Preview

Color preview on black background

This text has color #96A8AE on black background.


Color preview on white background

This text has color #96A8AE on white background.


Black color preview on #96A8AE background

This text has black color on #96A8AE background.


White color preview on #96A8AE background

This text has white color on #96A8AE background.


Related colors

Complementary color

Complementary color for #hex is #695751.


I love getcolorcode.com

Triadic colors

1 #AE96A8 and #A8AE96 with #96A8AE are triadic colors.

2 #AEA896 and #A896AE with #96A8AE are triadic colors.