COLOR #969F9F

HEX: #969F9F RGB: (150,159,159)

Color info

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

RGB color model

#969F9F color RGB value is (150,159,159).

RGB: (150,159,159) (59%, 62%, 62%)

RGB channels and saturation

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

150
159
159

R + G + B ~ 61%. #969F9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 159 + 159 = 468 (100%)
R 150 of 468 ~ 32.05%
G 159 of 468 ~ 33.97%
B 159 of 468 ~ 33.97'%

%32.05
%33.97
%33.97

CMYK color model

#969F9F color CMYK value is (6,0,0,38).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (6,0,0,38)
C6M0Y0K38 (6%, 0%, 0%, 38%)
(0.06 / 0.00 / 0.00 / 0.38)

CMYK percentages

%5.66
%0
%0
%37.65

Codes

Color #969F9F in popluar color models

96 9F 9F
RGB 150 159 159
HSL 180° 4.48% 60.59%
HSB/HSV 180° 5.66% 62.35%
CMYK 5.66% 0.00% 0.00%
37.65%

Color #969F9F in popluar number systems.

HEX 96 9F 9F
Decimal 150 159 159
Binary 10010110 10011111 10011111
Octal 226 237 237

Shades and tints

Shades of #969F9F

#969F9F
(150,159,159)
#899191
(137,145,145)
#7C8383
(124,131,131)
#6F7575
(111,117,117)
#626767
(98,103,103)
#555959
(85,89,89)
#484B4B
(72,75,75)
#3B3D3D
(59,61,61)
#2E2F2F
(46,47,47)
#212121
(33,33,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #969F9F

#969F9F
(150,159,159)
#9FA7A7
(159,167,167)
#A8AFAF
(168,175,175)
#B1B7B7
(177,183,183)
#BABFBF
(186,191,191)
#C3C7C7
(195,199,199)
#CCCFCF
(204,207,207)
#D5D7D7
(213,215,215)
#DEDFDF
(222,223,223)
#E7E7E7
(231,231,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969F9F; }

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

This text font color is #969F9F.

Background Color

.myBgColor { background-color: #969F9F; }

<div style="background-color:#969F9F">Inner text</div>

This div background color is #969F9F.

Border color

.myBorderColor { border: 1px solid #969F9F; }

<div style="border:3px solid #969F9F">Div</div>

This div border color is #969F9F.

Opacity

.myOpacity80 { color: #969F9F; opacity: 0.8; }

<p style="color:#969F9F;opacity:0.8;">80%</p>

Text with #969F9F 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 #969F9F;}

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

This text has shadow with #969F9F color.


.textShadow {text-shadow: 3px 3px 1px #969F9F', 3px 3px 1px red;}

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

This text has shadow with #969F9F primary color and red secondary color.


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

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

This text has shadow with #969F9F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #969F9F; -webkit-box-shadow: 1px 1px 3px 2px #969F9F; box-shadow:1px 1px 3px 2px #969F9F;">
Div content here
</div>

This div box has shadow with color #969F9F.

Preview

Color preview on black background

This text has color #969F9F on black background.


Color preview on white background

This text has color #969F9F on white background.


Black color preview on #969F9F background

This text has black color on #969F9F background.


White color preview on #969F9F background

This text has white color on #969F9F background.


Related colors

Complementary color

Complementary color for #hex is #696060.


I love getcolorcode.com