COLOR #97A58C

HEX: #97A58C RGB: (151,165,140)

Color info

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

RGB color model

#97A58C color RGB value is (151,165,140).

RGB: (151,165,140) (59%, 65%, 55%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 140 of 255 = 55%

151
165
140

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

Portions of RGB colors in percentages

R + G + B = 151 + 165 + 140 = 456 (100%)
R 151 of 456 ~ 33.11%
G 165 of 456 ~ 36.18%
B 140 of 456 ~ 30.7'%

%33.11
%36.18
%30.7

CMYK color model

#97A58C color CMYK value is (8,0,15,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK: (8,0,15,35) C8M0Y15K35 (8%,0%,15%,35%) (0.08/0.00/0.15/0.35) 

CMYK percentages

%8.48
%0
%15.15
%35.29

Codes

Color #97A58C in popluar color models

97 A5 8C
RGB 151 165 140
HSL 94° 12.20% 59.80%
HSB/HSV 94° 15.15% 64.71%
CMYK 8.48% 0.00% 15.15%
35.29%

Color #97A58C in popluar number systems.

HEX 97 A5 8C
Decimal 151 165 140
Binary 10010111 10100101 10001100
Octal 227 245 214

Shades and tints

Shades of #97A58C

#97A58C
(151,165,140)
#8A9680
(138,150,128)
#7D8774
(125,135,116)
#707868
(112,120,104)
#63695C
(99,105,92)
#565A50
(86,90,80)
#494B44
(73,75,68)
#3C3C38
(60,60,56)
#2F2D2C
(47,45,44)
#221E20
(34,30,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #97A58C

#97A58C
(151,165,140)
#A0AD96
(160,173,150)
#A9B5A0
(169,181,160)
#B2BDAA
(178,189,170)
#BBC5B4
(187,197,180)
#C4CDBE
(196,205,190)
#CDD5C8
(205,213,200)
#D6DDD2
(214,221,210)
#DFE5DC
(223,229,220)
#E8EDE6
(232,237,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A58C color. Also use rgb(151,165,140) instead hex code.

Text Font Color

.myTextColor { color: #97A58C; }

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

This text font color is #97A58C.

Background Color

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

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

This div background color is #97A58C.

Border color

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

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

This div border color is #97A58C.

Opacity

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

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

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

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

This text has shadow with #97A58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A58C.

Preview

Color preview on black background

This text has color #97A58C on black background.


Color preview on white background

This text has color #97A58C on white background.


Black color preview on #97A58C background

This text has black color on #97A58C background.


White color preview on #97A58C background

This text has white color on #97A58C background.


Related colors

Complementary color

Complementary color for #hex is #685A73.


I love getcolorcode.com

Triadic colors

1 #8C97A5 and #A58C97 with #97A58C are triadic colors.

2 #8CA597 and #A5978C with #97A58C are triadic colors.