COLOR #97968A

HEX: #97968A RGB: (151,150,138)

Color info

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

RGB color model

#97968A color RGB value is (151,150,138).

RGB: (151,150,138) (59%, 59%, 54%)

RGB channels and saturation

R 151 of 255 = 59%
G 150 of 255 = 59%
B 138 of 255 = 54%

151
150
138

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

Portions of RGB colors in percentages

R + G + B = 151 + 150 + 138 = 439 (100%)
R 151 of 439 ~ 34.4%
G 150 of 439 ~ 34.17%
B 138 of 439 ~ 31.44'%

%34.4
%34.17
%31.44

CMYK color model

#97968A color CMYK value is (0,1,9,41).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 8.61%
  • key color value is 40.78%
CMYK: (0,1,9,41) C0M1Y9K41 (0%,1%,9%,41%) (0.00/0.01/0.09/0.41) 

CMYK percentages

%0
%0.66
%8.61
%40.78

Codes

Color #97968A in popluar color models

97 96 8A
RGB 151 150 138
HSL 55° 5.88% 56.67%
HSB/HSV 55° 8.61% 59.22%
CMYK 0.00% 0.66% 8.61%
40.78%

Color #97968A in popluar number systems.

HEX 97 96 8A
Decimal 151 150 138
Binary 10010111 10010110 10001010
Octal 227 226 212

Shades and tints

Shades of #97968A

#97968A
(151,150,138)
#8A897E
(138,137,126)
#7D7C72
(125,124,114)
#706F66
(112,111,102)
#63625A
(99,98,90)
#56554E
(86,85,78)
#494842
(73,72,66)
#3C3B36
(60,59,54)
#2F2E2A
(47,46,42)
#22211E
(34,33,30)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #97968A

#97968A
(151,150,138)
#A09F94
(160,159,148)
#A9A89E
(169,168,158)
#B2B1A8
(178,177,168)
#BBBAB2
(187,186,178)
#C4C3BC
(196,195,188)
#CDCCC6
(205,204,198)
#D6D5D0
(214,213,208)
#DFDEDA
(223,222,218)
#E8E7E4
(232,231,228)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97968A; }

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

This text font color is #97968A.

Background Color

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

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

This div background color is #97968A.

Border color

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

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

This div border color is #97968A.

Opacity

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

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

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

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

This text has shadow with #97968A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97968A.

Preview

Color preview on black background

This text has color #97968A on black background.


Color preview on white background

This text has color #97968A on white background.


Black color preview on #97968A background

This text has black color on #97968A background.


White color preview on #97968A background

This text has white color on #97968A background.


Related colors

Complementary color

Complementary color for #hex is #686975.


I love getcolorcode.com

Triadic colors

1 #8A9796 and #968A97 with #97968A are triadic colors.

2 #8A9697 and #96978A with #97968A are triadic colors.