COLOR #96969D

HEX: #96969D
RGB: (150,150,157)

Color info

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

RGB color model

#96969D color RGB value is (150,150,157).

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

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 157 of 255 = 62%

150
150
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 157 = 457 (100%)
R 150 of 457 ~ 32.82%
G 150 of 457 ~ 32.82%
B 157 of 457 ~ 34.35%

%32.82
%32.82
%34.35

CMYK color model

#96969D color CMYK value is (4,4,0,38).

  • cyan value is 4.46%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,4,0,38)
C4M4Y0K38 
(4%,4%,0%,38%)
(0.04/0.04/0.00/0.38)	

CMYK percentages

%4.46
%4.46
%0
%38.43

Codes

Color #96969D in popluar color models

96969D
RGB150150157
HSL240°3.45%60.20%
HSB/HSV240°4.46%61.57%
CMYK4.46%4.46%0.00%
38.43%

Color #96969D in popluar number systems.

HEX96969D
Decimal150150157
Binary100101101001011010011101
Octal226226235

Shades and tints

Shades of #96969D

#96969D
(150,150,157)
#89898F
(137,137,143)
#7C7C81
(124,124,129)
#6F6F73
(111,111,115)
#626265
(98,98,101)
#555557
(85,85,87)
#484849
(72,72,73)
#3B3B3B
(59,59,59)
#2E2E2D
(46,46,45)
#21211F
(33,33,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96969D

#96969D
(150,150,157)
#9F9FA5
(159,159,165)
#A8A8AD
(168,168,173)
#B1B1B5
(177,177,181)
#BABABD
(186,186,189)
#C3C3C5
(195,195,197)
#CCCCCD
(204,204,205)
#D5D5D5
(213,213,213)
#DEDEDD
(222,222,221)
#E7E7E5
(231,231,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96969D; }

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

This text font color is #96969D.


Background Color

.myBgColor { background-color: #96969D; }

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

This div background color is #96969D.


Border color

.myBorderColor { border: 1px solid #96969D; }

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

This div border color is #96969D.


Opacity

.myOpacity80 { color: #96969D; opacity: 0.8; }

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

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

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

This text has shadow with #96969D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96969D on black background.


Color preview on white background

This text has color #96969D on white background.



Black color preview on #96969D background

This text has black color on #96969D background.


White color preview on #96969D background

This text has white color on #96969D background.