COLOR #96969E

HEX: #96969E
RGB: (150,150,158)

Color info

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

RGB color model

#96969E color RGB value is (150,150,158).

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

RGB channels and saturation

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

150
150
158

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 158 = 458 (100%)
R 150 of 458 ~ 32.75%
G 150 of 458 ~ 32.75%
B 158 of 458 ~ 34.5%

%32.75
%32.75
%34.5

CMYK color model

#96969E color CMYK value is (5,5,0,38).

  • cyan value is 5.06%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(5,5,0,38)
C5M5Y0K38 
(5%,5%,0%,38%)
(0.05/0.05/0.00/0.38)	

CMYK percentages

%5.06
%5.06
%0
%38.04

Codes

Color #96969E in popluar color models

96969E
RGB150150158
HSL240°3.96%60.39%
HSB/HSV240°5.06%61.96%
CMYK5.06%5.06%0.00%
38.04%

Color #96969E in popluar number systems.

HEX96969E
Decimal150150158
Binary100101101001011010011110
Octal226226236

Shades and tints

Shades of #96969E

#96969E
(150,150,158)
#898990
(137,137,144)
#7C7C82
(124,124,130)
#6F6F74
(111,111,116)
#626266
(98,98,102)
#555558
(85,85,88)
#48484A
(72,72,74)
#3B3B3C
(59,59,60)
#2E2E2E
(46,46,46)
#212120
(33,33,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #96969E

#96969E
(150,150,158)
#9F9FA6
(159,159,166)
#A8A8AE
(168,168,174)
#B1B1B6
(177,177,182)
#BABABE
(186,186,190)
#C3C3C6
(195,195,198)
#CCCCCE
(204,204,206)
#D5D5D6
(213,213,214)
#DEDEDE
(222,222,222)
#E7E7E6
(231,231,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96969E; }

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

This text font color is #96969E.


Background Color

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

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

This div background color is #96969E.


Border color

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

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

This div border color is #96969E.


Opacity

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

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

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

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

This text has shadow with #96969E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96969E on black background.


Color preview on white background

This text has color #96969E on white background.



Black color preview on #96969E background

This text has black color on #96969E background.


White color preview on #96969E background

This text has white color on #96969E background.