COLOR #969C9B

HEX: #969C9B
RGB: (150,156,155)

Color info

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

RGB color model

#969C9B color RGB value is (150,156,155).

  • red value is 150;
  • green value is 156;
  • blue value is 155.
RGB:
(150,156,155)
(59%,61%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 155 of 255 = 61%

150
156
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 155 = 461 (100%)
R 150 of 461 ~ 32.54%
G 156 of 461 ~ 33.84%
B 155 of 461 ~ 33.62%

%32.54
%33.84
%33.62

CMYK color model

#969C9B color CMYK value is (4,0,1,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK:
(4,0,1,39)
C4M0Y1K39 
(4%,0%,1%,39%)
(0.04/0.00/0.01/0.39)	

CMYK percentages

%3.85
%0
%0.64
%38.82

Codes

Color #969C9B in popluar color models

969C9B
RGB150156155
HSL170°2.94%60.00%
HSB/HSV170°3.85%61.18%
CMYK3.85%0.00%0.64%
38.82%

Color #969C9B in popluar number systems.

HEX969C9B
Decimal150156155
Binary100101101001110010011011
Octal226234233

Shades and tints

Shades of #969C9B

#969C9B
(150,156,155)
#898E8D
(137,142,141)
#7C807F
(124,128,127)
#6F7271
(111,114,113)
#626463
(98,100,99)
#555655
(85,86,85)
#484847
(72,72,71)
#3B3A39
(59,58,57)
#2E2C2B
(46,44,43)
#211E1D
(33,30,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #969C9B

#969C9B
(150,156,155)
#9FA5A4
(159,165,164)
#A8AEAD
(168,174,173)
#B1B7B6
(177,183,182)
#BAC0BF
(186,192,191)
#C3C9C8
(195,201,200)
#CCD2D1
(204,210,209)
#D5DBDA
(213,219,218)
#DEE4E3
(222,228,227)
#E7EDEC
(231,237,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969C9B; }

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

This text font color is #969C9B.


Background Color

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

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

This div background color is #969C9B.


Border color

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

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

This div border color is #969C9B.


Opacity

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

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

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

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

This text has shadow with #969C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C9B on black background.


Color preview on white background

This text has color #969C9B on white background.



Black color preview on #969C9B background

This text has black color on #969C9B background.


White color preview on #969C9B background

This text has white color on #969C9B background.