COLOR #96989B

HEX: #96989B
RGB: (150,152,155)

Color info

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

RGB color model

#96989B color RGB value is (150,152,155).

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

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 155 of 255 = 61%

150
152
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 155 = 457 (100%)
R 150 of 457 ~ 32.82%
G 152 of 457 ~ 33.26%
B 155 of 457 ~ 33.92%

%32.82
%33.26
%33.92

CMYK color model

#96989B color CMYK value is (3,2,0,39).

  • cyan value is 3.23%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,2,0,39)
C3M2Y0K39 
(3%,2%,0%,39%)
(0.03/0.02/0.00/0.39)	

CMYK percentages

%3.23
%1.94
%0
%39.22

Codes

Color #96989B in popluar color models

96989B
RGB150152155
HSL216°2.44%59.80%
HSB/HSV216°3.23%60.78%
CMYK3.23%1.94%0.00%
39.22%

Color #96989B in popluar number systems.

HEX96989B
Decimal150152155
Binary100101101001100010011011
Octal226230233

Shades and tints

Shades of #96989B

#96989B
(150,152,155)
#898B8D
(137,139,141)
#7C7E7F
(124,126,127)
#6F7171
(111,113,113)
#626463
(98,100,99)
#555755
(85,87,85)
#484A47
(72,74,71)
#3B3D39
(59,61,57)
#2E302B
(46,48,43)
#21231D
(33,35,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96989B

#96989B
(150,152,155)
#9FA1A4
(159,161,164)
#A8AAAD
(168,170,173)
#B1B3B6
(177,179,182)
#BABCBF
(186,188,191)
#C3C5C8
(195,197,200)
#CCCED1
(204,206,209)
#D5D7DA
(213,215,218)
#DEE0E3
(222,224,227)
#E7E9EC
(231,233,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96989B; }

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

This text font color is #96989B.


Background Color

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

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

This div background color is #96989B.


Border color

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

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

This div border color is #96989B.


Opacity

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

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

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

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

This text has shadow with #96989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96989B on black background.


Color preview on white background

This text has color #96989B on white background.



Black color preview on #96989B background

This text has black color on #96989B background.


White color preview on #96989B background

This text has white color on #96989B background.