COLOR #96989C

HEX: #96989C RGB: (150,152,156)

Color info

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

RGB color model

#96989C color RGB value is (150,152,156).

RGB: (150,152,156) (59%, 60%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 156 of 255 = 61%

150
152
156

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

Portions of RGB colors in percentages

R + G + B = 150 + 152 + 156 = 458 (100%)
R 150 of 458 ~ 32.75%
G 152 of 458 ~ 33.19%
B 156 of 458 ~ 34.06'%

%32.75
%33.19
%34.06

CMYK color model

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

  • cyan value is 3.85%
  • magenta value is 2.56%
  • 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
%2.56
%0
%38.82

Codes

Color #96989C in popluar color models

96 98 9C
RGB 150 152 156
HSL 220° 2.94% 60.00%
HSB/HSV 220° 3.85% 61.18%
CMYK 3.85% 2.56% 0.00%
38.82%

Color #96989C in popluar number systems.

HEX 96 98 9C
Decimal 150 152 156
Binary 10010110 10011000 10011100
Octal 226 230 234

Shades and tints

Shades of #96989C

#96989C
(150,152,156)
#898B8E
(137,139,142)
#7C7E80
(124,126,128)
#6F7172
(111,113,114)
#626464
(98,100,100)
#555756
(85,87,86)
#484A48
(72,74,72)
#3B3D3A
(59,61,58)
#2E302C
(46,48,44)
#21231E
(33,35,30)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #96989C

#96989C
(150,152,156)
#9FA1A5
(159,161,165)
#A8AAAE
(168,170,174)
#B1B3B7
(177,179,183)
#BABCC0
(186,188,192)
#C3C5C9
(195,197,201)
#CCCED2
(204,206,210)
#D5D7DB
(213,215,219)
#DEE0E4
(222,224,228)
#E7E9ED
(231,233,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96989C; }

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

This text font color is #96989C.

Background Color

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

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

This div background color is #96989C.

Border color

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

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

This div border color is #96989C.

Opacity

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

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

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

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

This text has shadow with #96989C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96989C.

Preview

Color preview on black background

This text has color #96989C on black background.


Color preview on white background

This text has color #96989C on white background.


Black color preview on #96989C background

This text has black color on #96989C background.


White color preview on #96989C background

This text has white color on #96989C background.


Related colors

Complementary color

Complementary color for #hex is #696763.


I love getcolorcode.com

Triadic colors

1 #9C9698 and #989C96 with #96989C are triadic colors.

2 #9C9896 and #98969C with #96989C are triadic colors.