COLOR #97E5B6

HEX: #97E5B6
RGB: (151,229,182)

Color info

#97E5B6 contains mainly green and blue colors. Web safe color of #97E5B6 is #99CCCC (or #9CC).

RGB color model

#97E5B6 color RGB value is (151,229,182).

  • red value is 151;
  • green value is 229;
  • blue value is 182.
RGB:
(151,229,182)
(59%,90%,71%)

RGB channels and saturation

R 151 of 255 = 59%
G 229 of 255 = 90%
B 182 of 255 = 71%

151
229
182

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

Portions of RGB colors in percentages

R + G + B =
151 + 229 + 182 = 562 (100%)
R 151 of 562 ~ 26.87%
G 229 of 562 ~ 40.75%
B 182 of 562 ~ 32.38%

%26.87
%40.75
%32.38

CMYK color model

#97E5B6 color CMYK value is (34,0,21,10).

  • cyan value is 34.06%
  • magenta value is 0.00%
  • yellow value is 20.52%
  • key color value is 10.20%
CMYK:
(34,0,21,10)
C34M0Y21K10 
(34%,0%,21%,10%)
(0.34/0.00/0.21/0.10)	

CMYK percentages

%34.06
%0
%20.52
%10.2

Codes

Color #97E5B6 in popluar color models

97E5B6
RGB151229182
HSL144°60.00%74.51%
HSB/HSV144°34.06%89.80%
CMYK34.06%0.00%20.52%
10.20%

Color #97E5B6 in popluar number systems.

HEX97E5B6
Decimal151229182
Binary100101111110010110110110
Octal227345266

Shades and tints

Shades of #97E5B6

#97E5B6
(151,229,182)
#8AD1A6
(138,209,166)
#7DBD96
(125,189,150)
#70A986
(112,169,134)
#639576
(99,149,118)
#568166
(86,129,102)
#496D56
(73,109,86)
#3C5946
(60,89,70)
#2F4536
(47,69,54)
#223126
(34,49,38)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #97E5B6

#97E5B6
(151,229,182)
#A0E7BC
(160,231,188)
#A9E9C2
(169,233,194)
#B2EBC8
(178,235,200)
#BBEDCE
(187,237,206)
#C4EFD4
(196,239,212)
#CDF1DA
(205,241,218)
#D6F3E0
(214,243,224)
#DFF5E6
(223,245,230)
#E8F7EC
(232,247,236)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E5B6 color. Also use rgb(151,229,182) instead hex code.

Text Font Color

.myTextColor { color: #97E5B6; }

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

This text font color is #97E5B6.


Background Color

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

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

This div background color is #97E5B6.


Border color

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

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

This div border color is #97E5B6.


Opacity

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

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

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

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

This text has shadow with #97E5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E5B6 on black background.


Color preview on white background

This text has color #97E5B6 on white background.



Black color preview on #97E5B6 background

This text has black color on #97E5B6 background.


White color preview on #97E5B6 background

This text has white color on #97E5B6 background.