COLOR #97E4B2

HEX: #97E4B2
RGB: (151,228,178)

Color info

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

RGB color model

#97E4B2 color RGB value is (151,228,178).

  • red value is 151;
  • green value is 228;
  • blue value is 178.
RGB:
(151,228,178)
(59%,89%,70%)

RGB channels and saturation

R 151 of 255 = 59%
G 228 of 255 = 89%
B 178 of 255 = 70%

151
228
178

R + G + B ~ 73%. #97E4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 228 + 178 = 557 (100%)
R 151 of 557 ~ 27.11%
G 228 of 557 ~ 40.93%
B 178 of 557 ~ 31.96%

%27.11
%40.93
%31.96

CMYK color model

#97E4B2 color CMYK value is (34,0,22,11).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 10.59%
CMYK:
(34,0,22,11)
C34M0Y22K11 
(34%,0%,22%,11%)
(0.34/0.00/0.22/0.11)	

CMYK percentages

%33.77
%0
%21.93
%10.59

Codes

Color #97E4B2 in popluar color models

97E4B2
RGB151228178
HSL141°58.78%74.31%
HSB/HSV141°33.77%89.41%
CMYK33.77%0.00%21.93%
10.59%

Color #97E4B2 in popluar number systems.

HEX97E4B2
Decimal151228178
Binary100101111110010010110010
Octal227344262

Shades and tints

Shades of #97E4B2

#97E4B2
(151,228,178)
#8AD0A2
(138,208,162)
#7DBC92
(125,188,146)
#70A882
(112,168,130)
#639472
(99,148,114)
#568062
(86,128,98)
#496C52
(73,108,82)
#3C5842
(60,88,66)
#2F4432
(47,68,50)
#223022
(34,48,34)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #97E4B2

#97E4B2
(151,228,178)
#A0E6B9
(160,230,185)
#A9E8C0
(169,232,192)
#B2EAC7
(178,234,199)
#BBECCE
(187,236,206)
#C4EED5
(196,238,213)
#CDF0DC
(205,240,220)
#D6F2E3
(214,242,227)
#DFF4EA
(223,244,234)
#E8F6F1
(232,246,241)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E4B2 color. Also use rgb(151,228,178) instead hex code.

Text Font Color

.myTextColor { color: #97E4B2; }

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

This text font color is #97E4B2.


Background Color

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

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

This div background color is #97E4B2.


Border color

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

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

This div border color is #97E4B2.


Opacity

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

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

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

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

This text has shadow with #97E4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E4B2 on black background.


Color preview on white background

This text has color #97E4B2 on white background.



Black color preview on #97E4B2 background

This text has black color on #97E4B2 background.


White color preview on #97E4B2 background

This text has white color on #97E4B2 background.