COLOR #97C5A1

HEX: #97C5A1
RGB: (151,197,161)

Color info

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

RGB color model

#97C5A1 color RGB value is (151,197,161).

  • red value is 151;
  • green value is 197;
  • blue value is 161.
RGB:
(151,197,161)
(59%,77%,63%)

RGB channels and saturation

R 151 of 255 = 59%
G 197 of 255 = 77%
B 161 of 255 = 63%

151
197
161

R + G + B ~ 66%. #97C5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 197 + 161 = 509 (100%)
R 151 of 509 ~ 29.67%
G 197 of 509 ~ 38.7%
B 161 of 509 ~ 31.63%

%29.67
%38.7
%31.63

CMYK color model

#97C5A1 color CMYK value is (23,0,18,23).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 22.75%
CMYK:
(23,0,18,23)
C23M0Y18K23 
(23%,0%,18%,23%)
(0.23/0.00/0.18/0.23)	

CMYK percentages

%23.35
%0
%18.27
%22.75

Codes

Color #97C5A1 in popluar color models

97C5A1
RGB151197161
HSL133°28.40%68.24%
HSB/HSV133°23.35%77.25%
CMYK23.35%0.00%18.27%
22.75%

Color #97C5A1 in popluar number systems.

HEX97C5A1
Decimal151197161
Binary100101111100010110100001
Octal227305241

Shades and tints

Shades of #97C5A1

#97C5A1
(151,197,161)
#8AB493
(138,180,147)
#7DA385
(125,163,133)
#709277
(112,146,119)
#638169
(99,129,105)
#56705B
(86,112,91)
#495F4D
(73,95,77)
#3C4E3F
(60,78,63)
#2F3D31
(47,61,49)
#222C23
(34,44,35)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #97C5A1

#97C5A1
(151,197,161)
#A0CAA9
(160,202,169)
#A9CFB1
(169,207,177)
#B2D4B9
(178,212,185)
#BBD9C1
(187,217,193)
#C4DEC9
(196,222,201)
#CDE3D1
(205,227,209)
#D6E8D9
(214,232,217)
#DFEDE1
(223,237,225)
#E8F2E9
(232,242,233)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C5A1 color. Also use rgb(151,197,161) instead hex code.

Text Font Color

.myTextColor { color: #97C5A1; }

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

This text font color is #97C5A1.


Background Color

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

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

This div background color is #97C5A1.


Border color

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

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

This div border color is #97C5A1.


Opacity

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

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

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

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

This text has shadow with #97C5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C5A1 on black background.


Color preview on white background

This text has color #97C5A1 on white background.



Black color preview on #97C5A1 background

This text has black color on #97C5A1 background.


White color preview on #97C5A1 background

This text has white color on #97C5A1 background.