COLOR #96969F

HEX: #96969F
RGB: (150,150,159)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
150
159

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 159 = 459 (100%)
R 150 of 459 ~ 32.68%
G 150 of 459 ~ 32.68%
B 159 of 459 ~ 34.64%

%32.68
%32.68
%34.64

CMYK color model

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

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

CMYK percentages

%5.66
%5.66
%0
%37.65

Codes

Color #96969F in popluar color models

96969F
RGB150150159
HSL240°4.48%60.59%
HSB/HSV240°5.66%62.35%
CMYK5.66%5.66%0.00%
37.65%

Color #96969F in popluar number systems.

HEX96969F
Decimal150150159
Binary100101101001011010011111
Octal226226237

Shades and tints

Shades of #96969F

#96969F
(150,150,159)
#898991
(137,137,145)
#7C7C83
(124,124,131)
#6F6F75
(111,111,117)
#626267
(98,98,103)
#555559
(85,85,89)
#48484B
(72,72,75)
#3B3B3D
(59,59,61)
#2E2E2F
(46,46,47)
#212121
(33,33,33)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #96969F

#96969F
(150,150,159)
#9F9FA7
(159,159,167)
#A8A8AF
(168,168,175)
#B1B1B7
(177,177,183)
#BABABF
(186,186,191)
#C3C3C7
(195,195,199)
#CCCCCF
(204,204,207)
#D5D5D7
(213,213,215)
#DEDEDF
(222,222,223)
#E7E7E7
(231,231,231)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96969F; }

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

This text font color is #96969F.


Background Color

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

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

This div background color is #96969F.


Border color

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

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

This div border color is #96969F.


Opacity

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

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

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

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

This text has shadow with #96969F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96969F on black background.


Color preview on white background

This text has color #96969F on white background.



Black color preview on #96969F background

This text has black color on #96969F background.


White color preview on #96969F background

This text has white color on #96969F background.