COLOR #97E3A1

HEX: #97E3A1
RGB: (151,227,161)

Color info

#97E3A1 contains mainly green color. Web safe color of #97E3A1 is #99CC99 (or #9C9).

RGB color model

#97E3A1 color RGB value is (151,227,161).

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

RGB channels and saturation

R 151 of 255 = 59%
G 227 of 255 = 89%
B 161 of 255 = 63%

151
227
161

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

Portions of RGB colors in percentages

R + G + B =
151 + 227 + 161 = 539 (100%)
R 151 of 539 ~ 28.01%
G 227 of 539 ~ 42.12%
B 161 of 539 ~ 29.87%

%28.01
%42.12
%29.87

CMYK color model

#97E3A1 color CMYK value is (33,0,29,11).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 10.98%
CMYK:
(33,0,29,11)
C33M0Y29K11 
(33%,0%,29%,11%)
(0.33/0.00/0.29/0.11)	

CMYK percentages

%33.48
%0
%29.07
%10.98

Codes

Color #97E3A1 in popluar color models

97E3A1
RGB151227161
HSL128°57.58%74.12%
HSB/HSV128°33.48%89.02%
CMYK33.48%0.00%29.07%
10.98%

Color #97E3A1 in popluar number systems.

HEX97E3A1
Decimal151227161
Binary100101111110001110100001
Octal227343241

Shades and tints

Shades of #97E3A1

#97E3A1
(151,227,161)
#8ACF93
(138,207,147)
#7DBB85
(125,187,133)
#70A777
(112,167,119)
#639369
(99,147,105)
#567F5B
(86,127,91)
#496B4D
(73,107,77)
#3C573F
(60,87,63)
#2F4331
(47,67,49)
#222F23
(34,47,35)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #97E3A1

#97E3A1
(151,227,161)
#A0E5A9
(160,229,169)
#A9E7B1
(169,231,177)
#B2E9B9
(178,233,185)
#BBEBC1
(187,235,193)
#C4EDC9
(196,237,201)
#CDEFD1
(205,239,209)
#D6F1D9
(214,241,217)
#DFF3E1
(223,243,225)
#E8F5E9
(232,245,233)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E3A1; }

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

This text font color is #97E3A1.


Background Color

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

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

This div background color is #97E3A1.


Border color

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

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

This div border color is #97E3A1.


Opacity

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

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

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

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

This text has shadow with #97E3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E3A1 on black background.


Color preview on white background

This text has color #97E3A1 on white background.



Black color preview on #97E3A1 background

This text has black color on #97E3A1 background.


White color preview on #97E3A1 background

This text has white color on #97E3A1 background.