COLOR #97A498

HEX: #97A498
RGB: (151,164,152)

Color info

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

RGB color model

#97A498 color RGB value is (151,164,152).

  • red value is 151;
  • green value is 164;
  • blue value is 152.
RGB:
(151,164,152)
(59%,64%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 152 of 255 = 60%

151
164
152

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

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 152 = 467 (100%)
R 151 of 467 ~ 32.33%
G 164 of 467 ~ 35.12%
B 152 of 467 ~ 32.55%

%32.33
%35.12
%32.55

CMYK color model

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

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(8,0,7,36)
C8M0Y7K36 
(8%,0%,7%,36%)
(0.08/0.00/0.07/0.36)	

CMYK percentages

%7.93
%0
%7.32
%35.69

Codes

Color #97A498 in popluar color models

97A498
RGB151164152
HSL125°6.67%61.76%
HSB/HSV125°7.93%64.31%
CMYK7.93%0.00%7.32%
35.69%

Color #97A498 in popluar number systems.

HEX97A498
Decimal151164152
Binary100101111010010010011000
Octal227244230

Shades and tints

Shades of #97A498

#97A498
(151,164,152)
#8A968B
(138,150,139)
#7D887E
(125,136,126)
#707A71
(112,122,113)
#636C64
(99,108,100)
#565E57
(86,94,87)
#49504A
(73,80,74)
#3C423D
(60,66,61)
#2F3430
(47,52,48)
#222623
(34,38,35)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #97A498

#97A498
(151,164,152)
#A0ACA1
(160,172,161)
#A9B4AA
(169,180,170)
#B2BCB3
(178,188,179)
#BBC4BC
(187,196,188)
#C4CCC5
(196,204,197)
#CDD4CE
(205,212,206)
#D6DCD7
(214,220,215)
#DFE4E0
(223,228,224)
#E8ECE9
(232,236,233)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A498 color. Also use rgb(151,164,152) instead hex code.

Text Font Color

.myTextColor { color: #97A498; }

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

This text font color is #97A498.


Background Color

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

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

This div background color is #97A498.


Border color

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

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

This div border color is #97A498.


Opacity

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

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

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

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

This text has shadow with #97A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A498 on black background.


Color preview on white background

This text has color #97A498 on white background.



Black color preview on #97A498 background

This text has black color on #97A498 background.


White color preview on #97A498 background

This text has white color on #97A498 background.