COLOR #97A295

HEX: #97A295 RGB: (151,162,149)

Color info

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

RGB color model

#97A295 color RGB value is (151,162,149).

RGB: (151,162,149) (59%, 64%, 58%)

RGB channels and saturation

R 151 of 255 = 59%
G 162 of 255 = 64%
B 149 of 255 = 58%

151
162
149

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

Portions of RGB colors in percentages

R + G + B = 151 + 162 + 149 = 462 (100%)
R 151 of 462 ~ 32.68%
G 162 of 462 ~ 35.06%
B 149 of 462 ~ 32.25'%

%32.68
%35.06
%32.25

CMYK color model

#97A295 color CMYK value is (7,0,8,36).

  • cyan value is 6.79%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%

CMYK: (7,0,8,36)
C7M0Y8K36 (7%, 0%, 8%, 36%)
(0.07 / 0.00 / 0.08 / 0.36)

CMYK percentages

%6.79
%0
%8.02
%36.47

Codes

Color #97A295 in popluar color models

97 A2 95
RGB 151 162 149
HSL 111° 6.53% 60.98%
HSB/HSV 111° 8.02% 63.53%
CMYK 6.79% 0.00% 8.02%
36.47%

Color #97A295 in popluar number systems.

HEX 97 A2 95
Decimal 151 162 149
Binary 10010111 10100010 10010101
Octal 227 242 225

Shades and tints

Shades of #97A295

#97A295
(151,162,149)
#8A9488
(138,148,136)
#7D867B
(125,134,123)
#70786E
(112,120,110)
#636A61
(99,106,97)
#565C54
(86,92,84)
#494E47
(73,78,71)
#3C403A
(60,64,58)
#2F322D
(47,50,45)
#222420
(34,36,32)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #97A295

#97A295
(151,162,149)
#A0AA9E
(160,170,158)
#A9B2A7
(169,178,167)
#B2BAB0
(178,186,176)
#BBC2B9
(187,194,185)
#C4CAC2
(196,202,194)
#CDD2CB
(205,210,203)
#D6DAD4
(214,218,212)
#DFE2DD
(223,226,221)
#E8EAE6
(232,234,230)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A295; }

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

This text font color is #97A295.

Background Color

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

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

This div background color is #97A295.

Border color

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

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

This div border color is #97A295.

Opacity

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

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

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

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

This text has shadow with #97A295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A295.

Preview

Color preview on black background

This text has color #97A295 on black background.


Color preview on white background

This text has color #97A295 on white background.


Black color preview on #97A295 background

This text has black color on #97A295 background.


White color preview on #97A295 background

This text has white color on #97A295 background.


Related colors

Complementary color

Complementary color for #hex is #685D6A.


I love getcolorcode.com

Triadic colors

1 #9597A2 and #A29597 with #97A295 are triadic colors.

2 #95A297 and #A29795 with #97A295 are triadic colors.