COLOR #96909F

HEX: #96909F
RGB: (150,144,159)

Color info

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

RGB color model

#96909F color RGB value is (150,144,159).

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

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 159 of 255 = 62%

150
144
159

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

Portions of RGB colors in percentages

R + G + B =
150 + 144 + 159 = 453 (100%)
R 150 of 453 ~ 33.11%
G 144 of 453 ~ 31.79%
B 159 of 453 ~ 35.1%

%33.11
%31.79
%35.1

CMYK color model

#96909F color CMYK value is (6,9,0,38).

  • cyan value is 5.66%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,9,0,38)
C6M9Y0K38 
(6%,9%,0%,38%)
(0.06/0.09/0.00/0.38)	

CMYK percentages

%5.66
%9.43
%0
%37.65

Codes

Color #96909F in popluar color models

96909F
RGB150144159
HSL264°7.25%59.41%
HSB/HSV264°9.43%62.35%
CMYK5.66%9.43%0.00%
37.65%

Color #96909F in popluar number systems.

HEX96909F
Decimal150144159
Binary100101101001000010011111
Octal226220237

Shades and tints

Shades of #96909F

#96909F
(150,144,159)
#898391
(137,131,145)
#7C7683
(124,118,131)
#6F6975
(111,105,117)
#625C67
(98,92,103)
#554F59
(85,79,89)
#48424B
(72,66,75)
#3B353D
(59,53,61)
#2E282F
(46,40,47)
#211B21
(33,27,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #96909F

#96909F
(150,144,159)
#9F9AA7
(159,154,167)
#A8A4AF
(168,164,175)
#B1AEB7
(177,174,183)
#BAB8BF
(186,184,191)
#C3C2C7
(195,194,199)
#CCCCCF
(204,204,207)
#D5D6D7
(213,214,215)
#DEE0DF
(222,224,223)
#E7EAE7
(231,234,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96909F; }

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

This text font color is #96909F.


Background Color

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

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

This div background color is #96909F.


Border color

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

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

This div border color is #96909F.


Opacity

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

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

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

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

This text has shadow with #96909F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96909F on black background.


Color preview on white background

This text has color #96909F on white background.



Black color preview on #96909F background

This text has black color on #96909F background.


White color preview on #96909F background

This text has white color on #96909F background.