COLOR #97A585

HEX: #97A585 RGB: (151,165,133)

Color info

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

RGB color model

#97A585 color RGB value is (151,165,133).

RGB: (151,165,133) (59%, 65%, 52%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 133 of 255 = 52%

151
165
133

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

Portions of RGB colors in percentages

R + G + B = 151 + 165 + 133 = 449 (100%)
R 151 of 449 ~ 33.63%
G 165 of 449 ~ 36.75%
B 133 of 449 ~ 29.62'%

%33.63
%36.75
%29.62

CMYK color model

#97A585 color CMYK value is (8,0,19,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK: (8,0,19,35) C8M0Y19K35 (8%,0%,19%,35%) (0.08/0.00/0.19/0.35) 

CMYK percentages

%8.48
%0
%19.39
%35.29

Codes

Color #97A585 in popluar color models

97 A5 85
RGB 151 165 133
HSL 86° 15.09% 58.43%
HSB/HSV 86° 19.39% 64.71%
CMYK 8.48% 0.00% 19.39%
35.29%

Color #97A585 in popluar number systems.

HEX 97 A5 85
Decimal 151 165 133
Binary 10010111 10100101 10000101
Octal 227 245 205

Shades and tints

Shades of #97A585

#97A585
(151,165,133)
#8A9679
(138,150,121)
#7D876D
(125,135,109)
#707861
(112,120,97)
#636955
(99,105,85)
#565A49
(86,90,73)
#494B3D
(73,75,61)
#3C3C31
(60,60,49)
#2F2D25
(47,45,37)
#221E19
(34,30,25)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #97A585

#97A585
(151,165,133)
#A0AD90
(160,173,144)
#A9B59B
(169,181,155)
#B2BDA6
(178,189,166)
#BBC5B1
(187,197,177)
#C4CDBC
(196,205,188)
#CDD5C7
(205,213,199)
#D6DDD2
(214,221,210)
#DFE5DD
(223,229,221)
#E8EDE8
(232,237,232)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A585; }

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

This text font color is #97A585.

Background Color

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

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

This div background color is #97A585.

Border color

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

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

This div border color is #97A585.

Opacity

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

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

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

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

This text has shadow with #97A585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A585.

Preview

Color preview on black background

This text has color #97A585 on black background.


Color preview on white background

This text has color #97A585 on white background.


Black color preview on #97A585 background

This text has black color on #97A585 background.


White color preview on #97A585 background

This text has white color on #97A585 background.


Related colors

Complementary color

Complementary color for #hex is #685A7A.


I love getcolorcode.com

Triadic colors

1 #8597A5 and #A58597 with #97A585 are triadic colors.

2 #85A597 and #A59785 with #97A585 are triadic colors.