COLOR #96A8AC

HEX: #96A8AC RGB: (150,168,172)

Color info

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

RGB color model

#96A8AC color RGB value is (150,168,172).

RGB: (150,168,172) (59%, 66%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 172 of 255 = 67%

150
168
172

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

Portions of RGB colors in percentages

R + G + B = 150 + 168 + 172 = 490 (100%)
R 150 of 490 ~ 30.61%
G 168 of 490 ~ 34.29%
B 172 of 490 ~ 35.1'%

%30.61
%34.29
%35.1

CMYK color model

#96A8AC color CMYK value is (13,2,0,33).

  • cyan value is 12.79%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (13,2,0,33)
C13M2Y0K33 (13%, 2%, 0%, 33%)
(0.13 / 0.02 / 0.00 / 0.33)

CMYK percentages

%12.79
%2.33
%0
%32.55

Codes

Color #96A8AC in popluar color models

96 A8 AC
RGB 150 168 172
HSL 191° 11.70% 63.14%
HSB/HSV 191° 12.79% 67.45%
CMYK 12.79% 2.33% 0.00%
32.55%

Color #96A8AC in popluar number systems.

HEX 96 A8 AC
Decimal 150 168 172
Binary 10010110 10101000 10101100
Octal 226 250 254

Shades and tints

Shades of #96A8AC

#96A8AC
(150,168,172)
#89999D
(137,153,157)
#7C8A8E
(124,138,142)
#6F7B7F
(111,123,127)
#626C70
(98,108,112)
#555D61
(85,93,97)
#484E52
(72,78,82)
#3B3F43
(59,63,67)
#2E3034
(46,48,52)
#212125
(33,33,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #96A8AC

#96A8AC
(150,168,172)
#9FAFB3
(159,175,179)
#A8B6BA
(168,182,186)
#B1BDC1
(177,189,193)
#BAC4C8
(186,196,200)
#C3CBCF
(195,203,207)
#CCD2D6
(204,210,214)
#D5D9DD
(213,217,221)
#DEE0E4
(222,224,228)
#E7E7EB
(231,231,235)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A8AC; }

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

This text font color is #96A8AC.

Background Color

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

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

This div background color is #96A8AC.

Border color

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

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

This div border color is #96A8AC.

Opacity

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

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

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

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

This text has shadow with #96A8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A8AC.

Preview

Color preview on black background

This text has color #96A8AC on black background.


Color preview on white background

This text has color #96A8AC on white background.


Black color preview on #96A8AC background

This text has black color on #96A8AC background.


White color preview on #96A8AC background

This text has white color on #96A8AC background.


Related colors

Complementary color

Complementary color for #hex is #695753.


I love getcolorcode.com

Triadic colors

1 #AC96A8 and #A8AC96 with #96A8AC are triadic colors.

2 #ACA896 and #A896AC with #96A8AC are triadic colors.