COLOR #97AD94

HEX: #97AD94
RGB: (151,173,148)

Color info

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

RGB color model

#97AD94 color RGB value is (151,173,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 148 of 255 = 58%

151
173
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 148 = 472 (100%)
R 151 of 472 ~ 31.99%
G 173 of 472 ~ 36.65%
B 148 of 472 ~ 31.36%

%31.99
%36.65
%31.36

CMYK color model

#97AD94 color CMYK value is (13,0,14,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(13,0,14,32)
C13M0Y14K32 
(13%,0%,14%,32%)
(0.13/0.00/0.14/0.32)	

CMYK percentages

%12.72
%0
%14.45
%32.16

Codes

Color #97AD94 in popluar color models

97AD94
RGB151173148
HSL113°13.23%62.94%
HSB/HSV113°14.45%67.84%
CMYK12.72%0.00%14.45%
32.16%

Color #97AD94 in popluar number systems.

HEX97AD94
Decimal151173148
Binary100101111010110110010100
Octal227255224

Shades and tints

Shades of #97AD94

#97AD94
(151,173,148)
#8A9E87
(138,158,135)
#7D8F7A
(125,143,122)
#70806D
(112,128,109)
#637160
(99,113,96)
#566253
(86,98,83)
#495346
(73,83,70)
#3C4439
(60,68,57)
#2F352C
(47,53,44)
#22261F
(34,38,31)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #97AD94

#97AD94
(151,173,148)
#A0B49D
(160,180,157)
#A9BBA6
(169,187,166)
#B2C2AF
(178,194,175)
#BBC9B8
(187,201,184)
#C4D0C1
(196,208,193)
#CDD7CA
(205,215,202)
#D6DED3
(214,222,211)
#DFE5DC
(223,229,220)
#E8ECE5
(232,236,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AD94; }

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

This text font color is #97AD94.


Background Color

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

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

This div background color is #97AD94.


Border color

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

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

This div border color is #97AD94.


Opacity

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

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

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

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

This text has shadow with #97AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AD94 on black background.


Color preview on white background

This text has color #97AD94 on white background.



Black color preview on #97AD94 background

This text has black color on #97AD94 background.


White color preview on #97AD94 background

This text has white color on #97AD94 background.