COLOR #96929F

HEX: #96929F
RGB: (150,146,159)

Color info

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

RGB color model

#96929F color RGB value is (150,146,159).

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

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 159 of 255 = 62%

150
146
159

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

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 159 = 455 (100%)
R 150 of 455 ~ 32.97%
G 146 of 455 ~ 32.09%
B 159 of 455 ~ 34.95%

%32.97
%32.09
%34.95

CMYK color model

#96929F color CMYK value is (6,8,0,38).

  • cyan value is 5.66%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,8,0,38)
C6M8Y0K38 
(6%,8%,0%,38%)
(0.06/0.08/0.00/0.38)	

CMYK percentages

%5.66
%8.18
%0
%37.65

Codes

Color #96929F in popluar color models

96929F
RGB150146159
HSL258°6.34%59.80%
HSB/HSV258°8.18%62.35%
CMYK5.66%8.18%0.00%
37.65%

Color #96929F in popluar number systems.

HEX96929F
Decimal150146159
Binary100101101001001010011111
Octal226222237

Shades and tints

Shades of #96929F

#96929F
(150,146,159)
#898591
(137,133,145)
#7C7883
(124,120,131)
#6F6B75
(111,107,117)
#625E67
(98,94,103)
#555159
(85,81,89)
#48444B
(72,68,75)
#3B373D
(59,55,61)
#2E2A2F
(46,42,47)
#211D21
(33,29,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #96929F

#96929F
(150,146,159)
#9F9BA7
(159,155,167)
#A8A4AF
(168,164,175)
#B1ADB7
(177,173,183)
#BAB6BF
(186,182,191)
#C3BFC7
(195,191,199)
#CCC8CF
(204,200,207)
#D5D1D7
(213,209,215)
#DEDADF
(222,218,223)
#E7E3E7
(231,227,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96929F; }

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

This text font color is #96929F.


Background Color

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

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

This div background color is #96929F.


Border color

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

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

This div border color is #96929F.


Opacity

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

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

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

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

This text has shadow with #96929F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96929F on black background.


Color preview on white background

This text has color #96929F on white background.



Black color preview on #96929F background

This text has black color on #96929F background.


White color preview on #96929F background

This text has white color on #96929F background.