COLOR #96959C

HEX: #96959C
RGB: (150,149,156)

Color info

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

RGB color model

#96959C color RGB value is (150,149,156).

  • red value is 150;
  • green value is 149;
  • blue value is 156.
RGB:
(150,149,156)
(59%,58%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 156 of 255 = 61%

150
149
156

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

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 156 = 455 (100%)
R 150 of 455 ~ 32.97%
G 149 of 455 ~ 32.75%
B 156 of 455 ~ 34.29%

%32.97
%32.75
%34.29

CMYK color model

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

  • cyan value is 3.85%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(4,4,0,39)
C4M4Y0K39 
(4%,4%,0%,39%)
(0.04/0.04/0.00/0.39)	

CMYK percentages

%3.85
%4.49
%0
%38.82

Codes

Color #96959C in popluar color models

96959C
RGB150149156
HSL249°3.41%59.80%
HSB/HSV249°4.49%61.18%
CMYK3.85%4.49%0.00%
38.82%

Color #96959C in popluar number systems.

HEX96959C
Decimal150149156
Binary100101101001010110011100
Octal226225234

Shades and tints

Shades of #96959C

#96959C
(150,149,156)
#89888E
(137,136,142)
#7C7B80
(124,123,128)
#6F6E72
(111,110,114)
#626164
(98,97,100)
#555456
(85,84,86)
#484748
(72,71,72)
#3B3A3A
(59,58,58)
#2E2D2C
(46,45,44)
#21201E
(33,32,30)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #96959C

#96959C
(150,149,156)
#9F9EA5
(159,158,165)
#A8A7AE
(168,167,174)
#B1B0B7
(177,176,183)
#BAB9C0
(186,185,192)
#C3C2C9
(195,194,201)
#CCCBD2
(204,203,210)
#D5D4DB
(213,212,219)
#DEDDE4
(222,221,228)
#E7E6ED
(231,230,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96959C; }

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

This text font color is #96959C.


Background Color

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

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

This div background color is #96959C.


Border color

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

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

This div border color is #96959C.


Opacity

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

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

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

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

This text has shadow with #96959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96959C on black background.


Color preview on white background

This text has color #96959C on white background.



Black color preview on #96959C background

This text has black color on #96959C background.


White color preview on #96959C background

This text has white color on #96959C background.