COLOR #97AD95

HEX: #97AD95
RGB: (151,173,149)

Color info

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

RGB color model

#97AD95 color RGB value is (151,173,149).

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

RGB channels and saturation

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

151
173
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 149 = 473 (100%)
R 151 of 473 ~ 31.92%
G 173 of 473 ~ 36.58%
B 149 of 473 ~ 31.5%

%31.92
%36.58
%31.5

CMYK color model

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

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • 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
%13.87
%32.16

Codes

Color #97AD95 in popluar color models

97AD95
RGB151173149
HSL115°12.77%63.14%
HSB/HSV115°13.87%67.84%
CMYK12.72%0.00%13.87%
32.16%

Color #97AD95 in popluar number systems.

HEX97AD95
Decimal151173149
Binary100101111010110110010101
Octal227255225

Shades and tints

Shades of #97AD95

#97AD95
(151,173,149)
#8A9E88
(138,158,136)
#7D8F7B
(125,143,123)
#70806E
(112,128,110)
#637161
(99,113,97)
#566254
(86,98,84)
#495347
(73,83,71)
#3C443A
(60,68,58)
#2F352D
(47,53,45)
#222620
(34,38,32)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #97AD95

#97AD95
(151,173,149)
#A0B49E
(160,180,158)
#A9BBA7
(169,187,167)
#B2C2B0
(178,194,176)
#BBC9B9
(187,201,185)
#C4D0C2
(196,208,194)
#CDD7CB
(205,215,203)
#D6DED4
(214,222,212)
#DFE5DD
(223,229,221)
#E8ECE6
(232,236,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AD95; }

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

This text font color is #97AD95.


Background Color

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

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

This div background color is #97AD95.


Border color

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

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

This div border color is #97AD95.


Opacity

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

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

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

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

This text has shadow with #97AD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AD95 on black background.


Color preview on white background

This text has color #97AD95 on white background.



Black color preview on #97AD95 background

This text has black color on #97AD95 background.


White color preview on #97AD95 background

This text has white color on #97AD95 background.