COLOR #97A88A

HEX: #97A88A
RGB: (151,168,138)

Color info

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

RGB color model

#97A88A color RGB value is (151,168,138).

  • red value is 151;
  • green value is 168;
  • blue value is 138.
RGB:
(151,168,138)
(59%,66%,54%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 138 of 255 = 54%

151
168
138

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

Portions of RGB colors in percentages

R + G + B =
151 + 168 + 138 = 457 (100%)
R 151 of 457 ~ 33.04%
G 168 of 457 ~ 36.76%
B 138 of 457 ~ 30.2%

%33.04
%36.76
%30.2

CMYK color model

#97A88A color CMYK value is (10,0,18,34).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(10,0,18,34)
C10M0Y18K34 
(10%,0%,18%,34%)
(0.10/0.00/0.18/0.34)	

CMYK percentages

%10.12
%0
%17.86
%34.12

Codes

Color #97A88A in popluar color models

97A88A
RGB151168138
HSL94°14.71%60.00%
HSB/HSV94°17.86%65.88%
CMYK10.12%0.00%17.86%
34.12%

Color #97A88A in popluar number systems.

HEX97A88A
Decimal151168138
Binary100101111010100010001010
Octal227250212

Shades and tints

Shades of #97A88A

#97A88A
(151,168,138)
#8A997E
(138,153,126)
#7D8A72
(125,138,114)
#707B66
(112,123,102)
#636C5A
(99,108,90)
#565D4E
(86,93,78)
#494E42
(73,78,66)
#3C3F36
(60,63,54)
#2F302A
(47,48,42)
#22211E
(34,33,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #97A88A

#97A88A
(151,168,138)
#A0AF94
(160,175,148)
#A9B69E
(169,182,158)
#B2BDA8
(178,189,168)
#BBC4B2
(187,196,178)
#C4CBBC
(196,203,188)
#CDD2C6
(205,210,198)
#D6D9D0
(214,217,208)
#DFE0DA
(223,224,218)
#E8E7E4
(232,231,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A88A color. Also use rgb(151,168,138) instead hex code.

Text Font Color

.myTextColor { color: #97A88A; }

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

This text font color is #97A88A.


Background Color

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

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

This div background color is #97A88A.


Border color

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

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

This div border color is #97A88A.


Opacity

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

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

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

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

This text has shadow with #97A88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A88A on black background.


Color preview on white background

This text has color #97A88A on white background.



Black color preview on #97A88A background

This text has black color on #97A88A background.


White color preview on #97A88A background

This text has white color on #97A88A background.