COLOR #969793

HEX: #969793
RGB: (150,151,147)

Color info

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

RGB color model

#969793 color RGB value is (150,151,147).

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

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 147 of 255 = 58%

150
151
147

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

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 147 = 448 (100%)
R 150 of 448 ~ 33.48%
G 151 of 448 ~ 33.71%
B 147 of 448 ~ 32.81%

%33.48
%33.71
%32.81

CMYK color model

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

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • 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
%2.65
%40.78

Codes

Color #969793 in popluar color models

969793
RGB150151147
HSL75°1.89%58.43%
HSB/HSV75°2.65%59.22%
CMYK0.66%0.00%2.65%
40.78%

Color #969793 in popluar number systems.

HEX969793
Decimal150151147
Binary100101101001011110010011
Octal226227223

Shades and tints

Shades of #969793

#969793
(150,151,147)
#898A86
(137,138,134)
#7C7D79
(124,125,121)
#6F706C
(111,112,108)
#62635F
(98,99,95)
#555652
(85,86,82)
#484945
(72,73,69)
#3B3C38
(59,60,56)
#2E2F2B
(46,47,43)
#21221E
(33,34,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #969793

#969793
(150,151,147)
#9FA09C
(159,160,156)
#A8A9A5
(168,169,165)
#B1B2AE
(177,178,174)
#BABBB7
(186,187,183)
#C3C4C0
(195,196,192)
#CCCDC9
(204,205,201)
#D5D6D2
(213,214,210)
#DEDFDB
(222,223,219)
#E7E8E4
(231,232,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969793; }

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

This text font color is #969793.


Background Color

.myBgColor { background-color: #969793; }

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

This div background color is #969793.


Border color

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

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

This div border color is #969793.


Opacity

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

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

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

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

This text has shadow with #969793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969793 on black background.


Color preview on white background

This text has color #969793 on white background.



Black color preview on #969793 background

This text has black color on #969793 background.


White color preview on #969793 background

This text has white color on #969793 background.