COLOR #969792

HEX: #969792
RGB: (150,151,146)

Color info

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

RGB color model

#969792 color RGB value is (150,151,146).

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

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 146 of 255 = 57%

150
151
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 146 = 447 (100%)
R 150 of 447 ~ 33.56%
G 151 of 447 ~ 33.78%
B 146 of 447 ~ 32.66%

%33.56
%33.78
%32.66

CMYK color model

#969792 color CMYK value is (1,0,3,41).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 40.78%
CMYK:
(1,0,3,41)
C1M0Y3K41 
(1%,0%,3%,41%)
(0.01/0.00/0.03/0.41)	

CMYK percentages

%0.66
%0
%3.31
%40.78

Codes

Color #969792 in popluar color models

969792
RGB150151146
HSL72°2.35%58.24%
HSB/HSV72°3.31%59.22%
CMYK0.66%0.00%3.31%
40.78%

Color #969792 in popluar number systems.

HEX969792
Decimal150151146
Binary100101101001011110010010
Octal226227222

Shades and tints

Shades of #969792

#969792
(150,151,146)
#898A85
(137,138,133)
#7C7D78
(124,125,120)
#6F706B
(111,112,107)
#62635E
(98,99,94)
#555651
(85,86,81)
#484944
(72,73,68)
#3B3C37
(59,60,55)
#2E2F2A
(46,47,42)
#21221D
(33,34,29)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #969792

#969792
(150,151,146)
#9FA09B
(159,160,155)
#A8A9A4
(168,169,164)
#B1B2AD
(177,178,173)
#BABBB6
(186,187,182)
#C3C4BF
(195,196,191)
#CCCDC8
(204,205,200)
#D5D6D1
(213,214,209)
#DEDFDA
(222,223,218)
#E7E8E3
(231,232,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969792; }

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

This text font color is #969792.


Background Color

.myBgColor { background-color: #969792; }

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

This div background color is #969792.


Border color

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

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

This div border color is #969792.


Opacity

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

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

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

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

This text has shadow with #969792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969792 on black background.


Color preview on white background

This text has color #969792 on white background.



Black color preview on #969792 background

This text has black color on #969792 background.


White color preview on #969792 background

This text has white color on #969792 background.