COLOR #97C7AD

HEX: #97C7AD
RGB: (151,199,173)

Color info

#97C7AD contains red, green and blue colors in about the same proportion. Web safe color of #97C7AD is #99CC99 (or #9C9).

RGB color model

#97C7AD color RGB value is (151,199,173).

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

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 173 of 255 = 68%

151
199
173

R + G + B ~ 68%. #97C7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 199 + 173 = 523 (100%)
R 151 of 523 ~ 28.87%
G 199 of 523 ~ 38.05%
B 173 of 523 ~ 33.08%

%28.87
%38.05
%33.08

CMYK color model

#97C7AD color CMYK value is (24,0,13,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(24,0,13,22)
C24M0Y13K22 
(24%,0%,13%,22%)
(0.24/0.00/0.13/0.22)	

CMYK percentages

%24.12
%0
%13.07
%21.96

Codes

Color #97C7AD in popluar color models

97C7AD
RGB151199173
HSL148°30.00%68.63%
HSB/HSV148°24.12%78.04%
CMYK24.12%0.00%13.07%
21.96%

Color #97C7AD in popluar number systems.

HEX97C7AD
Decimal151199173
Binary100101111100011110101101
Octal227307255

Shades and tints

Shades of #97C7AD

#97C7AD
(151,199,173)
#8AB59E
(138,181,158)
#7DA38F
(125,163,143)
#709180
(112,145,128)
#637F71
(99,127,113)
#566D62
(86,109,98)
#495B53
(73,91,83)
#3C4944
(60,73,68)
#2F3735
(47,55,53)
#222526
(34,37,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #97C7AD

#97C7AD
(151,199,173)
#A0CCB4
(160,204,180)
#A9D1BB
(169,209,187)
#B2D6C2
(178,214,194)
#BBDBC9
(187,219,201)
#C4E0D0
(196,224,208)
#CDE5D7
(205,229,215)
#D6EADE
(214,234,222)
#DFEFE5
(223,239,229)
#E8F4EC
(232,244,236)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C7AD; }

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

This text font color is #97C7AD.


Background Color

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

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

This div background color is #97C7AD.


Border color

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

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

This div border color is #97C7AD.


Opacity

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

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

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

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

This text has shadow with #97C7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C7AD on black background.


Color preview on white background

This text has color #97C7AD on white background.



Black color preview on #97C7AD background

This text has black color on #97C7AD background.


White color preview on #97C7AD background

This text has white color on #97C7AD background.