COLOR #969790

HEX: #969790
RGB: (150,151,144)

Color info

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

RGB color model

#969790 color RGB value is (150,151,144).

  • red value is 150;
  • green value is 151;
  • blue value is 144.
RGB:
(150,151,144)
(59%,59%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 144 of 255 = 56%

150
151
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 144 = 445 (100%)
R 150 of 445 ~ 33.71%
G 151 of 445 ~ 33.93%
B 144 of 445 ~ 32.36%

%33.71
%33.93
%32.36

CMYK color model

#969790 color CMYK value is (1,0,5,41).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(1,0,5,41)
C1M0Y5K41 
(1%,0%,5%,41%)
(0.01/0.00/0.05/0.41)	

CMYK percentages

%0.66
%0
%4.64
%40.78

Codes

Color #969790 in popluar color models

969790
RGB150151144
HSL69°3.26%57.84%
HSB/HSV69°4.64%59.22%
CMYK0.66%0.00%4.64%
40.78%

Color #969790 in popluar number systems.

HEX969790
Decimal150151144
Binary100101101001011110010000
Octal226227220

Shades and tints

Shades of #969790

#969790
(150,151,144)
#898A83
(137,138,131)
#7C7D76
(124,125,118)
#6F7069
(111,112,105)
#62635C
(98,99,92)
#55564F
(85,86,79)
#484942
(72,73,66)
#3B3C35
(59,60,53)
#2E2F28
(46,47,40)
#21221B
(33,34,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #969790

#969790
(150,151,144)
#9FA09A
(159,160,154)
#A8A9A4
(168,169,164)
#B1B2AE
(177,178,174)
#BABBB8
(186,187,184)
#C3C4C2
(195,196,194)
#CCCDCC
(204,205,204)
#D5D6D6
(213,214,214)
#DEDFE0
(222,223,224)
#E7E8EA
(231,232,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969790 color. Also use rgb(150,151,144) instead hex code.

Text Font Color

.myTextColor { color: #969790; }

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

This text font color is #969790.


Background Color

.myBgColor { background-color: #969790; }

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

This div background color is #969790.


Border color

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

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

This div border color is #969790.


Opacity

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

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

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

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

This text has shadow with #969790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969790 on black background.


Color preview on white background

This text has color #969790 on white background.



Black color preview on #969790 background

This text has black color on #969790 background.


White color preview on #969790 background

This text has white color on #969790 background.