COLOR #969991

HEX: #969991
RGB: (150,153,145)

Color info

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

RGB color model

#969991 color RGB value is (150,153,145).

  • red value is 150;
  • green value is 153;
  • blue value is 145.
RGB:
(150,153,145)
(59%,60%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 145 of 255 = 57%

150
153
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 145 = 448 (100%)
R 150 of 448 ~ 33.48%
G 153 of 448 ~ 34.15%
B 145 of 448 ~ 32.37%

%33.48
%34.15
%32.37

CMYK color model

#969991 color CMYK value is (2,0,5,40).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(2,0,5,40)
C2M0Y5K40 
(2%,0%,5%,40%)
(0.02/0.00/0.05/0.40)	

CMYK percentages

%1.96
%0
%5.23
%40

Codes

Color #969991 in popluar color models

969991
RGB150153145
HSL82°3.77%58.43%
HSB/HSV82°5.23%60.00%
CMYK1.96%0.00%5.23%
40.00%

Color #969991 in popluar number systems.

HEX969991
Decimal150153145
Binary100101101001100110010001
Octal226231221

Shades and tints

Shades of #969991

#969991
(150,153,145)
#898C84
(137,140,132)
#7C7F77
(124,127,119)
#6F726A
(111,114,106)
#62655D
(98,101,93)
#555850
(85,88,80)
#484B43
(72,75,67)
#3B3E36
(59,62,54)
#2E3129
(46,49,41)
#21241C
(33,36,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #969991

#969991
(150,153,145)
#9FA29B
(159,162,155)
#A8ABA5
(168,171,165)
#B1B4AF
(177,180,175)
#BABDB9
(186,189,185)
#C3C6C3
(195,198,195)
#CCCFCD
(204,207,205)
#D5D8D7
(213,216,215)
#DEE1E1
(222,225,225)
#E7EAEB
(231,234,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969991 color. Also use rgb(150,153,145) instead hex code.

Text Font Color

.myTextColor { color: #969991; }

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

This text font color is #969991.


Background Color

.myBgColor { background-color: #969991; }

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

This div background color is #969991.


Border color

.myBorderColor { border: 1px solid #969991; }

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

This div border color is #969991.


Opacity

.myOpacity80 { color: #969991; opacity: 0.8; }

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

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

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

This text has shadow with #969991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969991 on black background.


Color preview on white background

This text has color #969991 on white background.



Black color preview on #969991 background

This text has black color on #969991 background.


White color preview on #969991 background

This text has white color on #969991 background.