COLOR #96949F

HEX: #96949F
RGB: (150,148,159)

Color info

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

RGB color model

#96949F color RGB value is (150,148,159).

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

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 159 of 255 = 62%

150
148
159

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

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 159 = 457 (100%)
R 150 of 457 ~ 32.82%
G 148 of 457 ~ 32.39%
B 159 of 457 ~ 34.79%

%32.82
%32.39
%34.79

CMYK color model

#96949F color CMYK value is (6,7,0,38).

  • cyan value is 5.66%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,7,0,38)
C6M7Y0K38 
(6%,7%,0%,38%)
(0.06/0.07/0.00/0.38)	

CMYK percentages

%5.66
%6.92
%0
%37.65

Codes

Color #96949F in popluar color models

96949F
RGB150148159
HSL251°5.42%60.20%
HSB/HSV251°6.92%62.35%
CMYK5.66%6.92%0.00%
37.65%

Color #96949F in popluar number systems.

HEX96949F
Decimal150148159
Binary100101101001010010011111
Octal226224237

Shades and tints

Shades of #96949F

#96949F
(150,148,159)
#898791
(137,135,145)
#7C7A83
(124,122,131)
#6F6D75
(111,109,117)
#626067
(98,96,103)
#555359
(85,83,89)
#48464B
(72,70,75)
#3B393D
(59,57,61)
#2E2C2F
(46,44,47)
#211F21
(33,31,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96949F

#96949F
(150,148,159)
#9F9DA7
(159,157,167)
#A8A6AF
(168,166,175)
#B1AFB7
(177,175,183)
#BAB8BF
(186,184,191)
#C3C1C7
(195,193,199)
#CCCACF
(204,202,207)
#D5D3D7
(213,211,215)
#DEDCDF
(222,220,223)
#E7E5E7
(231,229,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96949F color. Also use rgb(150,148,159) instead hex code.

Text Font Color

.myTextColor { color: #96949F; }

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

This text font color is #96949F.


Background Color

.myBgColor { background-color: #96949F; }

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

This div background color is #96949F.


Border color

.myBorderColor { border: 1px solid #96949F; }

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

This div border color is #96949F.


Opacity

.myOpacity80 { color: #96949F; opacity: 0.8; }

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

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

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

This text has shadow with #96949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96949F on black background.


Color preview on white background

This text has color #96949F on white background.



Black color preview on #96949F background

This text has black color on #96949F background.


White color preview on #96949F background

This text has white color on #96949F background.