COLOR #97A975

HEX: #97A975 RGB: (151,169,117)

Color info

#97A975 contains red, green and blue colors in about the same proportion. Web safe color of #97A975 is #999966 (or #996).

RGB color model

#97A975 color RGB value is (151,169,117).

RGB: (151,169,117) (59%, 66%, 46%)

RGB channels and saturation

R 151 of 255 = 59%
G 169 of 255 = 66%
B 117 of 255 = 46%

151
169
117

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

Portions of RGB colors in percentages

R + G + B = 151 + 169 + 117 = 437 (100%)
R 151 of 437 ~ 34.55%
G 169 of 437 ~ 38.67%
B 117 of 437 ~ 26.77'%

%34.55
%38.67
%26.77

CMYK color model

#97A975 color CMYK value is (11,0,31,34).

  • cyan value is 10.65%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 33.73%

CMYK: (11,0,31,34)
C11M0Y31K34 (11%, 0%, 31%, 34%)
(0.11 / 0.00 / 0.31 / 0.34)

CMYK percentages

%10.65
%0
%30.77
%33.73

Codes

Color #97A975 in popluar color models

97 A9 75
RGB 151 169 117
HSL 81° 23.21% 56.08%
HSB/HSV 81° 30.77% 66.27%
CMYK 10.65% 0.00% 30.77%
33.73%

Color #97A975 in popluar number systems.

HEX 97 A9 75
Decimal 151 169 117
Binary 10010111 10101001 1110101
Octal 227 251 165

Shades and tints

Shades of #97A975

#97A975
(151,169,117)
#8A9A6B
(138,154,107)
#7D8B61
(125,139,97)
#707C57
(112,124,87)
#636D4D
(99,109,77)
#565E43
(86,94,67)
#494F39
(73,79,57)
#3C402F
(60,64,47)
#2F3125
(47,49,37)
#22221B
(34,34,27)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #97A975

#97A975
(151,169,117)
#A0B081
(160,176,129)
#A9B78D
(169,183,141)
#B2BE99
(178,190,153)
#BBC5A5
(187,197,165)
#C4CCB1
(196,204,177)
#CDD3BD
(205,211,189)
#D6DAC9
(214,218,201)
#DFE1D5
(223,225,213)
#E8E8E1
(232,232,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A975 color. Also use rgb(151,169,117) instead hex code.

Text Font Color

.myTextColor { color: #97A975; }

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

This text font color is #97A975.

Background Color

.myBgColor { background-color: #97A975; }

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

This div background color is #97A975.

Border color

.myBorderColor { border: 1px solid #97A975; }

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

This div border color is #97A975.

Opacity

.myOpacity80 { color: #97A975; opacity: 0.8; }

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

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

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

This text has shadow with #97A975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A975.

Preview

Color preview on black background

This text has color #97A975 on black background.


Color preview on white background

This text has color #97A975 on white background.


Black color preview on #97A975 background

This text has black color on #97A975 background.


White color preview on #97A975 background

This text has white color on #97A975 background.


Related colors

Complementary color

Complementary color for #hex is #68568A.


I love getcolorcode.com

Triadic colors

1 #7597A9 and #A97597 with #97A975 are triadic colors.

2 #75A997 and #A99775 with #97A975 are triadic colors.