COLOR #97A59C

HEX: #97A59C
RGB: (151,165,156)

Color info

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

RGB color model

#97A59C color RGB value is (151,165,156).

  • red value is 151;
  • green value is 165;
  • blue value is 156.
RGB:
(151,165,156)
(59%,65%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 156 of 255 = 61%

151
165
156

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

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 156 = 472 (100%)
R 151 of 472 ~ 31.99%
G 165 of 472 ~ 34.96%
B 156 of 472 ~ 33.05%

%31.99
%34.96
%33.05

CMYK color model

#97A59C color CMYK value is (8,0,5,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(8,0,5,35)
C8M0Y5K35 
(8%,0%,5%,35%)
(0.08/0.00/0.05/0.35)	

CMYK percentages

%8.48
%0
%5.45
%35.29

Codes

Color #97A59C in popluar color models

97A59C
RGB151165156
HSL141°7.22%61.96%
HSB/HSV141°8.48%64.71%
CMYK8.48%0.00%5.45%
35.29%

Color #97A59C in popluar number systems.

HEX97A59C
Decimal151165156
Binary100101111010010110011100
Octal227245234

Shades and tints

Shades of #97A59C

#97A59C
(151,165,156)
#8A968E
(138,150,142)
#7D8780
(125,135,128)
#707872
(112,120,114)
#636964
(99,105,100)
#565A56
(86,90,86)
#494B48
(73,75,72)
#3C3C3A
(60,60,58)
#2F2D2C
(47,45,44)
#221E1E
(34,30,30)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #97A59C

#97A59C
(151,165,156)
#A0ADA5
(160,173,165)
#A9B5AE
(169,181,174)
#B2BDB7
(178,189,183)
#BBC5C0
(187,197,192)
#C4CDC9
(196,205,201)
#CDD5D2
(205,213,210)
#D6DDDB
(214,221,219)
#DFE5E4
(223,229,228)
#E8EDED
(232,237,237)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A59C; }

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

This text font color is #97A59C.


Background Color

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

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

This div background color is #97A59C.


Border color

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

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

This div border color is #97A59C.


Opacity

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

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

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

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

This text has shadow with #97A59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A59C on black background.


Color preview on white background

This text has color #97A59C on white background.



Black color preview on #97A59C background

This text has black color on #97A59C background.


White color preview on #97A59C background

This text has white color on #97A59C background.