COLOR #97A69D

HEX: #97A69D RGB: (151,166,157)

Color info

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

RGB color model

#97A69D color RGB value is (151,166,157).

RGB: (151,166,157) (59%, 65%, 62%)

RGB channels and saturation

R 151 of 255 = 59%
G 166 of 255 = 65%
B 157 of 255 = 62%

151
166
157

R + G + B ~ 62%. #97A69D is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 166 + 157 = 474 (100%)
R 151 of 474 ~ 31.86%
G 166 of 474 ~ 35.02%
B 157 of 474 ~ 33.12'%

%31.86
%35.02
%33.12

CMYK color model

#97A69D color CMYK value is (9,0,5,35).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 34.90%

CMYK: (9,0,5,35)
C9M0Y5K35 (9%, 0%, 5%, 35%)
(0.09 / 0.00 / 0.05 / 0.35)

CMYK percentages

%9.04
%0
%5.42
%34.9

Codes

Color #97A69D in popluar color models

97 A6 9D
RGB 151 166 157
HSL 144° 7.77% 62.16%
HSB/HSV 144° 9.04% 65.10%
CMYK 9.04% 0.00% 5.42%
34.90%

Color #97A69D in popluar number systems.

HEX 97 A6 9D
Decimal 151 166 157
Binary 10010111 10100110 10011101
Octal 227 246 235

Shades and tints

Shades of #97A69D

#97A69D
(151,166,157)
#8A978F
(138,151,143)
#7D8881
(125,136,129)
#707973
(112,121,115)
#636A65
(99,106,101)
#565B57
(86,91,87)
#494C49
(73,76,73)
#3C3D3B
(60,61,59)
#2F2E2D
(47,46,45)
#221F1F
(34,31,31)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #97A69D

#97A69D
(151,166,157)
#A0AEA5
(160,174,165)
#A9B6AD
(169,182,173)
#B2BEB5
(178,190,181)
#BBC6BD
(187,198,189)
#C4CEC5
(196,206,197)
#CDD6CD
(205,214,205)
#D6DED5
(214,222,213)
#DFE6DD
(223,230,221)
#E8EEE5
(232,238,229)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A69D color. Also use rgb(151,166,157) instead hex code.

Text Font Color

.myTextColor { color: #97A69D; }

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

This text font color is #97A69D.

Background Color

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

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

This div background color is #97A69D.

Border color

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

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

This div border color is #97A69D.

Opacity

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

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

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

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

This text has shadow with #97A69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A69D.

Preview

Color preview on black background

This text has color #97A69D on black background.


Color preview on white background

This text has color #97A69D on white background.


Black color preview on #97A69D background

This text has black color on #97A69D background.


White color preview on #97A69D background

This text has white color on #97A69D background.


Related colors

Complementary color

Complementary color for #hex is #685962.


I love getcolorcode.com

Triadic colors

1 #9D97A6 and #A69D97 with #97A69D are triadic colors.

2 #9DA697 and #A6979D with #97A69D are triadic colors.