COLOR #969197

HEX: #969197
RGB: (150,145,151)

Color info

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

RGB color model

#969197 color RGB value is (150,145,151).

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

RGB channels and saturation

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

150
145
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 151 = 446 (100%)
R 150 of 446 ~ 33.63%
G 145 of 446 ~ 32.51%
B 151 of 446 ~ 33.86%

%33.63
%32.51
%33.86

CMYK color model

#969197 color CMYK value is (1,4,0,41).

  • cyan value is 0.66%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,4,0,41)
C1M4Y0K41 
(1%,4%,0%,41%)
(0.01/0.04/0.00/0.41)	

CMYK percentages

%0.66
%3.97
%0
%40.78

Codes

Color #969197 in popluar color models

969197
RGB150145151
HSL290°2.80%58.04%
HSB/HSV290°3.97%59.22%
CMYK0.66%3.97%0.00%
40.78%

Color #969197 in popluar number systems.

HEX969197
Decimal150145151
Binary100101101001000110010111
Octal226221227

Shades and tints

Shades of #969197

#969197
(150,145,151)
#89848A
(137,132,138)
#7C777D
(124,119,125)
#6F6A70
(111,106,112)
#625D63
(98,93,99)
#555056
(85,80,86)
#484349
(72,67,73)
#3B363C
(59,54,60)
#2E292F
(46,41,47)
#211C22
(33,28,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #969197

#969197
(150,145,151)
#9F9BA0
(159,155,160)
#A8A5A9
(168,165,169)
#B1AFB2
(177,175,178)
#BAB9BB
(186,185,187)
#C3C3C4
(195,195,196)
#CCCDCD
(204,205,205)
#D5D7D6
(213,215,214)
#DEE1DF
(222,225,223)
#E7EBE8
(231,235,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969197; }

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

This text font color is #969197.


Background Color

.myBgColor { background-color: #969197; }

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

This div background color is #969197.


Border color

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

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

This div border color is #969197.


Opacity

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

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

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

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

This text has shadow with #969197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969197 on black background.


Color preview on white background

This text has color #969197 on white background.



Black color preview on #969197 background

This text has black color on #969197 background.


White color preview on #969197 background

This text has white color on #969197 background.