COLOR #96989A

HEX: #96989A
RGB: (150,152,154)

Color info

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

RGB color model

#96989A color RGB value is (150,152,154).

  • red value is 150;
  • green value is 152;
  • blue value is 154.
RGB:
(150,152,154)
(59%,60%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 154 of 255 = 60%

150
152
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 154 = 456 (100%)
R 150 of 456 ~ 32.89%
G 152 of 456 ~ 33.33%
B 154 of 456 ~ 33.77%

%32.89
%33.33
%33.77

CMYK color model

#96989A color CMYK value is (3,1,0,40).

  • cyan value is 2.60%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,1,0,40)
C3M1Y0K40 
(3%,1%,0%,40%)
(0.03/0.01/0.00/0.40)	

CMYK percentages

%2.6
%1.3
%0
%39.61

Codes

Color #96989A in popluar color models

96989A
RGB150152154
HSL210°1.94%59.61%
HSB/HSV210°2.60%60.39%
CMYK2.60%1.30%0.00%
39.61%

Color #96989A in popluar number systems.

HEX96989A
Decimal150152154
Binary100101101001100010011010
Octal226230232

Shades and tints

Shades of #96989A

#96989A
(150,152,154)
#898B8C
(137,139,140)
#7C7E7E
(124,126,126)
#6F7170
(111,113,112)
#626462
(98,100,98)
#555754
(85,87,84)
#484A46
(72,74,70)
#3B3D38
(59,61,56)
#2E302A
(46,48,42)
#21231C
(33,35,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #96989A

#96989A
(150,152,154)
#9FA1A3
(159,161,163)
#A8AAAC
(168,170,172)
#B1B3B5
(177,179,181)
#BABCBE
(186,188,190)
#C3C5C7
(195,197,199)
#CCCED0
(204,206,208)
#D5D7D9
(213,215,217)
#DEE0E2
(222,224,226)
#E7E9EB
(231,233,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96989A color. Also use rgb(150,152,154) instead hex code.

Text Font Color

.myTextColor { color: #96989A; }

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

This text font color is #96989A.


Background Color

.myBgColor { background-color: #96989A; }

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

This div background color is #96989A.


Border color

.myBorderColor { border: 1px solid #96989A; }

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

This div border color is #96989A.


Opacity

.myOpacity80 { color: #96989A; opacity: 0.8; }

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

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

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

This text has shadow with #96989A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96989A on black background.


Color preview on white background

This text has color #96989A on white background.



Black color preview on #96989A background

This text has black color on #96989A background.


White color preview on #96989A background

This text has white color on #96989A background.