COLOR #96979C

HEX: #96979C RGB: (150,151,156)

Color info

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

RGB color model

#96979C color RGB value is (150,151,156).

RGB: (150,151,156) (59%, 59%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 156 of 255 = 61%

150
151
156

R + G + B ~ 60%. #96979C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 151 + 156 = 457 (100%)
R 150 of 457 ~ 32.82%
G 151 of 457 ~ 33.04%
B 156 of 457 ~ 34.14'%

%32.82
%33.04
%34.14

CMYK color model

#96979C color CMYK value is (4,3,0,39).

  • cyan value is 3.85%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (4,3,0,39)
C4M3Y0K39 (4%, 3%, 0%, 39%)
(0.04 / 0.03 / 0.00 / 0.39)

CMYK percentages

%3.85
%3.21
%0
%38.82

Codes

Color #96979C in popluar color models

96 97 9C
RGB 150 151 156
HSL 230° 2.94% 60.00%
HSB/HSV 230° 3.85% 61.18%
CMYK 3.85% 3.21% 0.00%
38.82%

Color #96979C in popluar number systems.

HEX 96 97 9C
Decimal 150 151 156
Binary 10010110 10010111 10011100
Octal 226 227 234

Shades and tints

Shades of #96979C

#96979C
(150,151,156)
#898A8E
(137,138,142)
#7C7D80
(124,125,128)
#6F7072
(111,112,114)
#626364
(98,99,100)
#555656
(85,86,86)
#484948
(72,73,72)
#3B3C3A
(59,60,58)
#2E2F2C
(46,47,44)
#21221E
(33,34,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #96979C

#96979C
(150,151,156)
#9FA0A5
(159,160,165)
#A8A9AE
(168,169,174)
#B1B2B7
(177,178,183)
#BABBC0
(186,187,192)
#C3C4C9
(195,196,201)
#CCCDD2
(204,205,210)
#D5D6DB
(213,214,219)
#DEDFE4
(222,223,228)
#E7E8ED
(231,232,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96979C color. Also use rgb(150,151,156) instead hex code.

Text Font Color

.myTextColor { color: #96979C; }

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

This text font color is #96979C.

Background Color

.myBgColor { background-color: #96979C; }

<div style="background-color:#96979C">Inner text</div>

This div background color is #96979C.

Border color

.myBorderColor { border: 1px solid #96979C; }

<div style="border:3px solid #96979C">Div</div>

This div border color is #96979C.

Opacity

.myOpacity80 { color: #96979C; opacity: 0.8; }

<p style="color:#96979C;opacity:0.8;">80%</p>

Text with #96979C 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 #96979C;}

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

This text has shadow with #96979C color.


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

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

This text has shadow with #96979C primary color and red secondary color.


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

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

This text has shadow with #96979C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96979C.

Preview

Color preview on black background

This text has color #96979C on black background.


Color preview on white background

This text has color #96979C on white background.


Black color preview on #96979C background

This text has black color on #96979C background.


White color preview on #96979C background

This text has white color on #96979C background.


Related colors

Complementary color

Complementary color for #hex is #696863.


I love getcolorcode.com

Triadic colors

1 #9C9697 and #979C96 with #96979C are triadic colors.

2 #9C9796 and #97969C with #96979C are triadic colors.