COLOR #97968D

HEX: #97968D
RGB: (151,150,141)

Color info

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

RGB color model

#97968D color RGB value is (151,150,141).

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

RGB channels and saturation

R 151 of 255 = 59%
G 150 of 255 = 59%
B 141 of 255 = 55%

151
150
141

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

Portions of RGB colors in percentages

R + G + B =
151 + 150 + 141 = 442 (100%)
R 151 of 442 ~ 34.16%
G 150 of 442 ~ 33.94%
B 141 of 442 ~ 31.9%

%34.16
%33.94
%31.9

CMYK color model

#97968D color CMYK value is (0,1,7,41).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(0,1,7,41)
C0M1Y7K41 
(0%,1%,7%,41%)
(0.00/0.01/0.07/0.41)	

CMYK percentages

%0
%0.66
%6.62
%40.78

Codes

Color #97968D in popluar color models

97968D
RGB151150141
HSL54°4.59%57.25%
HSB/HSV54°6.62%59.22%
CMYK0.00%0.66%6.62%
40.78%

Color #97968D in popluar number systems.

HEX97968D
Decimal151150141
Binary100101111001011010001101
Octal227226215

Shades and tints

Shades of #97968D

#97968D
(151,150,141)
#8A8981
(138,137,129)
#7D7C75
(125,124,117)
#706F69
(112,111,105)
#63625D
(99,98,93)
#565551
(86,85,81)
#494845
(73,72,69)
#3C3B39
(60,59,57)
#2F2E2D
(47,46,45)
#222121
(34,33,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97968D

#97968D
(151,150,141)
#A09F97
(160,159,151)
#A9A8A1
(169,168,161)
#B2B1AB
(178,177,171)
#BBBAB5
(187,186,181)
#C4C3BF
(196,195,191)
#CDCCC9
(205,204,201)
#D6D5D3
(214,213,211)
#DFDEDD
(223,222,221)
#E8E7E7
(232,231,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97968D; }

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

This text font color is #97968D.


Background Color

.myBgColor { background-color: #97968D; }

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

This div background color is #97968D.


Border color

.myBorderColor { border: 1px solid #97968D; }

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

This div border color is #97968D.


Opacity

.myOpacity80 { color: #97968D; opacity: 0.8; }

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

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

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

This text has shadow with #97968D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97968D on black background.


Color preview on white background

This text has color #97968D on white background.



Black color preview on #97968D background

This text has black color on #97968D background.


White color preview on #97968D background

This text has white color on #97968D background.