COLOR #97A595

HEX: #97A595 RGB: (151,165,149)

Color info

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

RGB color model

#97A595 color RGB value is (151,165,149).

RGB: (151,165,149) (59%, 65%, 58%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 149 of 255 = 58%

151
165
149

R + G + B ~ 61%. #97A595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 165 + 149 = 465 (100%)
R 151 of 465 ~ 32.47%
G 165 of 465 ~ 35.48%
B 149 of 465 ~ 32.04'%

%32.47
%35.48
%32.04

CMYK color model

#97A595 color CMYK value is (8,0,10,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 35.29%

CMYK: (8,0,10,35)
C8M0Y10K35 (8%, 0%, 10%, 35%)
(0.08 / 0.00 / 0.10 / 0.35)

CMYK percentages

%8.48
%0
%9.7
%35.29

Codes

Color #97A595 in popluar color models

97 A5 95
RGB 151 165 149
HSL 113° 8.16% 61.57%
HSB/HSV 113° 9.70% 64.71%
CMYK 8.48% 0.00% 9.70%
35.29%

Color #97A595 in popluar number systems.

HEX 97 A5 95
Decimal 151 165 149
Binary 10010111 10100101 10010101
Octal 227 245 225

Shades and tints

Shades of #97A595

#97A595
(151,165,149)
#8A9688
(138,150,136)
#7D877B
(125,135,123)
#70786E
(112,120,110)
#636961
(99,105,97)
#565A54
(86,90,84)
#494B47
(73,75,71)
#3C3C3A
(60,60,58)
#2F2D2D
(47,45,45)
#221E20
(34,30,32)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #97A595

#97A595
(151,165,149)
#A0AD9E
(160,173,158)
#A9B5A7
(169,181,167)
#B2BDB0
(178,189,176)
#BBC5B9
(187,197,185)
#C4CDC2
(196,205,194)
#CDD5CB
(205,213,203)
#D6DDD4
(214,221,212)
#DFE5DD
(223,229,221)
#E8EDE6
(232,237,230)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A595; }

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

This text font color is #97A595.

Background Color

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

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

This div background color is #97A595.

Border color

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

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

This div border color is #97A595.

Opacity

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

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

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

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

This text has shadow with #97A595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A595.

Preview

Color preview on black background

This text has color #97A595 on black background.


Color preview on white background

This text has color #97A595 on white background.


Black color preview on #97A595 background

This text has black color on #97A595 background.


White color preview on #97A595 background

This text has white color on #97A595 background.


Related colors

Complementary color

Complementary color for #hex is #685A6A.


I love getcolorcode.com

Triadic colors

1 #9597A5 and #A59597 with #97A595 are triadic colors.

2 #95A597 and #A59795 with #97A595 are triadic colors.