COLOR #969296

HEX: #969296
RGB: (150,146,150)

Color info

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

RGB color model

#969296 color RGB value is (150,146,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 150 of 255 = 59%

150
146
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 150 = 446 (100%)
R 150 of 446 ~ 33.63%
G 146 of 446 ~ 32.74%
B 150 of 446 ~ 33.63%

%33.63
%32.74
%33.63

CMYK color model

#969296 color CMYK value is (0,3,0,41).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(0,3,0,41)
C0M3Y0K41 
(0%,3%,0%,41%)
(0.00/0.03/0.00/0.41)	

CMYK percentages

%0
%2.67
%0
%41.18

Codes

Color #969296 in popluar color models

969296
RGB150146150
HSL300°1.87%58.04%
HSB/HSV300°2.67%58.82%
CMYK0.00%2.67%0.00%
41.18%

Color #969296 in popluar number systems.

HEX969296
Decimal150146150
Binary100101101001001010010110
Octal226222226

Shades and tints

Shades of #969296

#969296
(150,146,150)
#898589
(137,133,137)
#7C787C
(124,120,124)
#6F6B6F
(111,107,111)
#625E62
(98,94,98)
#555155
(85,81,85)
#484448
(72,68,72)
#3B373B
(59,55,59)
#2E2A2E
(46,42,46)
#211D21
(33,29,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #969296

#969296
(150,146,150)
#9F9B9F
(159,155,159)
#A8A4A8
(168,164,168)
#B1ADB1
(177,173,177)
#BAB6BA
(186,182,186)
#C3BFC3
(195,191,195)
#CCC8CC
(204,200,204)
#D5D1D5
(213,209,213)
#DEDADE
(222,218,222)
#E7E3E7
(231,227,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969296; }

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

This text font color is #969296.


Background Color

.myBgColor { background-color: #969296; }

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

This div background color is #969296.


Border color

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

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

This div border color is #969296.


Opacity

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

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

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

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

This text has shadow with #969296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969296 on black background.


Color preview on white background

This text has color #969296 on white background.



Black color preview on #969296 background

This text has black color on #969296 background.


White color preview on #969296 background

This text has white color on #969296 background.