COLOR #97A58D

HEX: #97A58D RGB: (151,165,141)

Color info

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

RGB color model

#97A58D color RGB value is (151,165,141).

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

RGB channels and saturation

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

151
165
141

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

Portions of RGB colors in percentages

R + G + B = 151 + 165 + 141 = 457 (100%)
R 151 of 457 ~ 33.04%
G 165 of 457 ~ 36.11%
B 141 of 457 ~ 30.85'%

%33.04
%36.11
%30.85

CMYK color model

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

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • 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
%14.55
%35.29

Codes

Color #97A58D in popluar color models

97 A5 8D
RGB 151 165 141
HSL 95° 11.76% 60.00%
HSB/HSV 95° 14.55% 64.71%
CMYK 8.48% 0.00% 14.55%
35.29%

Color #97A58D in popluar number systems.

HEX 97 A5 8D
Decimal 151 165 141
Binary 10010111 10100101 10001101
Octal 227 245 215

Shades and tints

Shades of #97A58D

#97A58D
(151,165,141)
#8A9681
(138,150,129)
#7D8775
(125,135,117)
#707869
(112,120,105)
#63695D
(99,105,93)
#565A51
(86,90,81)
#494B45
(73,75,69)
#3C3C39
(60,60,57)
#2F2D2D
(47,45,45)
#221E21
(34,30,33)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #97A58D

#97A58D
(151,165,141)
#A0AD97
(160,173,151)
#A9B5A1
(169,181,161)
#B2BDAB
(178,189,171)
#BBC5B5
(187,197,181)
#C4CDBF
(196,205,191)
#CDD5C9
(205,213,201)
#D6DDD3
(214,221,211)
#DFE5DD
(223,229,221)
#E8EDE7
(232,237,231)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A58D; }

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

This text font color is #97A58D.

Background Color

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

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

This div background color is #97A58D.

Border color

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

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

This div border color is #97A58D.

Opacity

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

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

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

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

This text has shadow with #97A58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A58D.

Preview

Color preview on black background

This text has color #97A58D on black background.


Color preview on white background

This text has color #97A58D on white background.


Black color preview on #97A58D background

This text has black color on #97A58D background.


White color preview on #97A58D background

This text has white color on #97A58D background.


Related colors

Complementary color

Complementary color for #hex is #685A72.


I love getcolorcode.com

Triadic colors

1 #8D97A5 and #A58D97 with #97A58D are triadic colors.

2 #8DA597 and #A5978D with #97A58D are triadic colors.