COLOR #969496

HEX: #969496
RGB: (150,148,150)

Color info

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

RGB color model

#969496 color RGB value is (150,148,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 150 of 255 = 59%

150
148
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 150 = 448 (100%)
R 150 of 448 ~ 33.48%
G 148 of 448 ~ 33.04%
B 150 of 448 ~ 33.48%

%33.48
%33.04
%33.48

CMYK color model

#969496 color CMYK value is (0,1,0,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(0,1,0,41)
C0M1Y0K41 
(0%,1%,0%,41%)
(0.00/0.01/0.00/0.41)	

CMYK percentages

%0
%1.33
%0
%41.18

Codes

Color #969496 in popluar color models

969496
RGB150148150
HSL300°0.94%58.43%
HSB/HSV300°1.33%58.82%
CMYK0.00%1.33%0.00%
41.18%

Color #969496 in popluar number systems.

HEX969496
Decimal150148150
Binary100101101001010010010110
Octal226224226

Shades and tints

Shades of #969496

#969496
(150,148,150)
#898789
(137,135,137)
#7C7A7C
(124,122,124)
#6F6D6F
(111,109,111)
#626062
(98,96,98)
#555355
(85,83,85)
#484648
(72,70,72)
#3B393B
(59,57,59)
#2E2C2E
(46,44,46)
#211F21
(33,31,33)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #969496

#969496
(150,148,150)
#9F9D9F
(159,157,159)
#A8A6A8
(168,166,168)
#B1AFB1
(177,175,177)
#BAB8BA
(186,184,186)
#C3C1C3
(195,193,195)
#CCCACC
(204,202,204)
#D5D3D5
(213,211,213)
#DEDCDE
(222,220,222)
#E7E5E7
(231,229,231)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969496 color. Also use rgb(150,148,150) instead hex code.

Text Font Color

.myTextColor { color: #969496; }

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

This text font color is #969496.


Background Color

.myBgColor { background-color: #969496; }

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

This div background color is #969496.


Border color

.myBorderColor { border: 1px solid #969496; }

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

This div border color is #969496.


Opacity

.myOpacity80 { color: #969496; opacity: 0.8; }

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

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

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

This text has shadow with #969496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969496 on black background.


Color preview on white background

This text has color #969496 on white background.



Black color preview on #969496 background

This text has black color on #969496 background.


White color preview on #969496 background

This text has white color on #969496 background.