COLOR #97EFA2

HEX: #97EFA2 RGB: (151,239,162)

Color info

#97EFA2 contains mainly green color. Web safe color of #97EFA2 is #99FF99 (or #9F9).

RGB color model

#97EFA2 color RGB value is (151,239,162).

RGB: (151,239,162) (59%, 94%, 64%)

RGB channels and saturation

R 151 of 255 = 59%
G 239 of 255 = 94%
B 162 of 255 = 64%

151
239
162

R + G + B ~ 72%. #97EFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 239 + 162 = 552 (100%)
R 151 of 552 ~ 27.36%
G 239 of 552 ~ 43.3%
B 162 of 552 ~ 29.35'%

%27.36
%43.3
%29.35

CMYK color model

#97EFA2 color CMYK value is (37,0,32,6).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK: (37,0,32,6) C37M0Y32K6 (37%,0%,32%,6%) (0.37/0.00/0.32/0.06) 

CMYK percentages

%36.82
%0
%32.22
%6.27

Codes

Color #97EFA2 in popluar color models

97 EF A2
RGB 151 239 162
HSL 128° 73.33% 76.47%
HSB/HSV 128° 36.82% 93.73%
CMYK 36.82% 0.00% 32.22%
6.27%

Color #97EFA2 in popluar number systems.

HEX 97 EF A2
Decimal 151 239 162
Binary 10010111 11101111 10100010
Octal 227 357 242

Shades and tints

Shades of #97EFA2

#97EFA2
(151,239,162)
#8ADA94
(138,218,148)
#7DC586
(125,197,134)
#70B078
(112,176,120)
#639B6A
(99,155,106)
#56865C
(86,134,92)
#49714E
(73,113,78)
#3C5C40
(60,92,64)
#2F4732
(47,71,50)
#223224
(34,50,36)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #97EFA2

#97EFA2
(151,239,162)
#A0F0AA
(160,240,170)
#A9F1B2
(169,241,178)
#B2F2BA
(178,242,186)
#BBF3C2
(187,243,194)
#C4F4CA
(196,244,202)
#CDF5D2
(205,245,210)
#D6F6DA
(214,246,218)
#DFF7E2
(223,247,226)
#E8F8EA
(232,248,234)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EFA2 color. Also use rgb(151,239,162) instead hex code.

Text Font Color

.myTextColor { color: #97EFA2; }

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

This text font color is #97EFA2.

Background Color

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

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

This div background color is #97EFA2.

Border color

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

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

This div border color is #97EFA2.

Opacity

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

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

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

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

This text has shadow with #97EFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97EFA2.

Preview

Color preview on black background

This text has color #97EFA2 on black background.


Color preview on white background

This text has color #97EFA2 on white background.


Black color preview on #97EFA2 background

This text has black color on #97EFA2 background.


White color preview on #97EFA2 background

This text has white color on #97EFA2 background.


Related colors

Complementary color

Complementary color for #hex is #68105D.


I love getcolorcode.com

Triadic colors

1 #A297EF and #EFA297 with #97EFA2 are triadic colors.

2 #A2EF97 and #EF97A2 with #97EFA2 are triadic colors.