COLOR #97AD9A

HEX: #97AD9A
RGB: (151,173,154)

Color info

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

RGB color model

#97AD9A color RGB value is (151,173,154).

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

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 154 of 255 = 60%

151
173
154

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 154 = 478 (100%)
R 151 of 478 ~ 31.59%
G 173 of 478 ~ 36.19%
B 154 of 478 ~ 32.22%

%31.59
%36.19
%32.22

CMYK color model

#97AD9A color CMYK value is (13,0,11,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK: (13,0,11,32) C13M0Y11K32 (13%,0%,11%,32%) (0.13/0.00/0.11/0.32)

CMYK percentages

%12.72
%0
%10.98
%32.16

Codes

Color #97AD9A in popluar color models

97AD9A
RGB151173154
HSL128°11.83%63.53%
HSB/HSV128°12.72%67.84%
CMYK12.72%0.00%10.98%
32.16%

Color #97AD9A in popluar number systems.

HEX97AD9A
Decimal151173154
Binary100101111010110110011010
Octal227255232

Shades and tints

Shades of #97AD9A

#97AD9A
(151,173,154)
#8A9E8C
(138,158,140)
#7D8F7E
(125,143,126)
#708070
(112,128,112)
#637162
(99,113,98)
#566254
(86,98,84)
#495346
(73,83,70)
#3C4438
(60,68,56)
#2F352A
(47,53,42)
#22261C
(34,38,28)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #97AD9A

#97AD9A
(151,173,154)
#A0B4A3
(160,180,163)
#A9BBAC
(169,187,172)
#B2C2B5
(178,194,181)
#BBC9BE
(187,201,190)
#C4D0C7
(196,208,199)
#CDD7D0
(205,215,208)
#D6DED9
(214,222,217)
#DFE5E2
(223,229,226)
#E8ECEB
(232,236,235)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AD9A; }

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

This text font color is #97AD9A.


Background Color

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

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

This div background color is #97AD9A.


Border color

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

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

This div border color is #97AD9A.


Opacity

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

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

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

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

This text has shadow with #97AD9A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #97AD9A on black background.


Color preview on white background

This text has color #97AD9A on white background.



Black color preview on #97AD9A background

This text has black color on #97AD9A background.


White color preview on #97AD9A background

This text has white color on #97AD9A background.