COLOR #97AD92

HEX: #97AD92
RGB: (151,173,146)

Color info

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

RGB color model

#97AD92 color RGB value is (151,173,146).

  • red value is 151;
  • green value is 173;
  • blue value is 146.
RGB:
(151,173,146)
(59%,68%,57%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 146 of 255 = 57%

151
173
146

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 146 = 470 (100%)
R 151 of 470 ~ 32.13%
G 173 of 470 ~ 36.81%
B 146 of 470 ~ 31.06%

%32.13
%36.81
%31.06

CMYK color model

#97AD92 color CMYK value is (13,0,16,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(13,0,16,32)
C13M0Y16K32 
(13%,0%,16%,32%)
(0.13/0.00/0.16/0.32)	

CMYK percentages

%12.72
%0
%15.61
%32.16

Codes

Color #97AD92 in popluar color models

97AD92
RGB151173146
HSL109°14.14%62.55%
HSB/HSV109°15.61%67.84%
CMYK12.72%0.00%15.61%
32.16%

Color #97AD92 in popluar number systems.

HEX97AD92
Decimal151173146
Binary100101111010110110010010
Octal227255222

Shades and tints

Shades of #97AD92

#97AD92
(151,173,146)
#8A9E85
(138,158,133)
#7D8F78
(125,143,120)
#70806B
(112,128,107)
#63715E
(99,113,94)
#566251
(86,98,81)
#495344
(73,83,68)
#3C4437
(60,68,55)
#2F352A
(47,53,42)
#22261D
(34,38,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #97AD92

#97AD92
(151,173,146)
#A0B49B
(160,180,155)
#A9BBA4
(169,187,164)
#B2C2AD
(178,194,173)
#BBC9B6
(187,201,182)
#C4D0BF
(196,208,191)
#CDD7C8
(205,215,200)
#D6DED1
(214,222,209)
#DFE5DA
(223,229,218)
#E8ECE3
(232,236,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AD92 color. Also use rgb(151,173,146) instead hex code.

Text Font Color

.myTextColor { color: #97AD92; }

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

This text font color is #97AD92.


Background Color

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

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

This div background color is #97AD92.


Border color

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

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

This div border color is #97AD92.


Opacity

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

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

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

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

This text has shadow with #97AD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AD92 on black background.


Color preview on white background

This text has color #97AD92 on white background.



Black color preview on #97AD92 background

This text has black color on #97AD92 background.


White color preview on #97AD92 background

This text has white color on #97AD92 background.