COLOR #969B9F

HEX: #969B9F RGB: (150,155,159)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
155
159

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

Portions of RGB colors in percentages

R + G + B = 150 + 155 + 159 = 464 (100%)
R 150 of 464 ~ 32.33%
G 155 of 464 ~ 33.41%
B 159 of 464 ~ 34.27'%

%32.33
%33.41
%34.27

CMYK color model

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

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

CMYK: (6,3,0,38)
C6M3Y0K38 (6%, 3%, 0%, 38%)
(0.06 / 0.03 / 0.00 / 0.38)

CMYK percentages

%5.66
%2.52
%0
%37.65

Codes

Color #969B9F in popluar color models

96 9B 9F
RGB 150 155 159
HSL 207° 4.48% 60.59%
HSB/HSV 207° 5.66% 62.35%
CMYK 5.66% 2.52% 0.00%
37.65%

Color #969B9F in popluar number systems.

HEX 96 9B 9F
Decimal 150 155 159
Binary 10010110 10011011 10011111
Octal 226 233 237

Shades and tints

Shades of #969B9F

#969B9F
(150,155,159)
#898D91
(137,141,145)
#7C7F83
(124,127,131)
#6F7175
(111,113,117)
#626367
(98,99,103)
#555559
(85,85,89)
#48474B
(72,71,75)
#3B393D
(59,57,61)
#2E2B2F
(46,43,47)
#211D21
(33,29,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #969B9F

#969B9F
(150,155,159)
#9FA4A7
(159,164,167)
#A8ADAF
(168,173,175)
#B1B6B7
(177,182,183)
#BABFBF
(186,191,191)
#C3C8C7
(195,200,199)
#CCD1CF
(204,209,207)
#D5DAD7
(213,218,215)
#DEE3DF
(222,227,223)
#E7ECE7
(231,236,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969B9F; }

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

This text font color is #969B9F.

Background Color

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

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

This div background color is #969B9F.

Border color

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

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

This div border color is #969B9F.

Opacity

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

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

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

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

This text has shadow with #969B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969B9F.

Preview

Color preview on black background

This text has color #969B9F on black background.


Color preview on white background

This text has color #969B9F on white background.


Black color preview on #969B9F background

This text has black color on #969B9F background.


White color preview on #969B9F background

This text has white color on #969B9F background.


Related colors

Complementary color

Complementary color for #hex is #696460.


I love getcolorcode.com

Triadic colors

1 #9F969B and #9B9F96 with #969B9F are triadic colors.

2 #9F9B96 and #9B969F with #969B9F are triadic colors.