COLOR #97D7AD

HEX: #97D7AD
RGB: (151,215,173)

Color info

#97D7AD contains mainly green and blue colors. Web safe color of #97D7AD is #99CC99 (or #9C9).

RGB color model

#97D7AD color RGB value is (151,215,173).

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

RGB channels and saturation

R 151 of 255 = 59%
G 215 of 255 = 84%
B 173 of 255 = 68%

151
215
173

R + G + B ~ 70%. #97D7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 215 + 173 = 539 (100%)
R 151 of 539 ~ 28.01%
G 215 of 539 ~ 39.89%
B 173 of 539 ~ 32.1%

%28.01
%39.89
%32.1

CMYK color model

#97D7AD color CMYK value is (30,0,20,16).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(30,0,20,16)
C30M0Y20K16 
(30%,0%,20%,16%)
(0.30/0.00/0.20/0.16)	

CMYK percentages

%29.77
%0
%19.53
%15.69

Codes

Color #97D7AD in popluar color models

97D7AD
RGB151215173
HSL141°44.44%71.76%
HSB/HSV141°29.77%84.31%
CMYK29.77%0.00%19.53%
15.69%

Color #97D7AD in popluar number systems.

HEX97D7AD
Decimal151215173
Binary100101111101011110101101
Octal227327255

Shades and tints

Shades of #97D7AD

#97D7AD
(151,215,173)
#8AC49E
(138,196,158)
#7DB18F
(125,177,143)
#709E80
(112,158,128)
#638B71
(99,139,113)
#567862
(86,120,98)
#496553
(73,101,83)
#3C5244
(60,82,68)
#2F3F35
(47,63,53)
#222C26
(34,44,38)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #97D7AD

#97D7AD
(151,215,173)
#A0DAB4
(160,218,180)
#A9DDBB
(169,221,187)
#B2E0C2
(178,224,194)
#BBE3C9
(187,227,201)
#C4E6D0
(196,230,208)
#CDE9D7
(205,233,215)
#D6ECDE
(214,236,222)
#DFEFE5
(223,239,229)
#E8F2EC
(232,242,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D7AD; }

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

This text font color is #97D7AD.


Background Color

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

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

This div background color is #97D7AD.


Border color

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

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

This div border color is #97D7AD.


Opacity

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

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

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

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

This text has shadow with #97D7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D7AD on black background.


Color preview on white background

This text has color #97D7AD on white background.



Black color preview on #97D7AD background

This text has black color on #97D7AD background.


White color preview on #97D7AD background

This text has white color on #97D7AD background.