COLOR #97EDBA

HEX: #97EDBA
RGB: (151,237,186)

Color info

#97EDBA contains mainly green and blue colors. Web safe color of #97EDBA is #99FFCC (or #9FC).

RGB color model

#97EDBA color RGB value is (151,237,186).

  • red value is 151;
  • green value is 237;
  • blue value is 186.
RGB:
(151,237,186)
(59%,93%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 237 of 255 = 93%
B 186 of 255 = 73%

151
237
186

R + G + B ~ 75%. #97EDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 237 + 186 = 574 (100%)
R 151 of 574 ~ 26.31%
G 237 of 574 ~ 41.29%
B 186 of 574 ~ 32.4%

%26.31
%41.29
%32.4

CMYK color model

#97EDBA color CMYK value is (36,0,22,7).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 7.06%
CMYK:
(36,0,22,7)
C36M0Y22K7 
(36%,0%,22%,7%)
(0.36/0.00/0.22/0.07)	

CMYK percentages

%36.29
%0
%21.52
%7.06

Codes

Color #97EDBA in popluar color models

97EDBA
RGB151237186
HSL144°70.49%76.08%
HSB/HSV144°36.29%92.94%
CMYK36.29%0.00%21.52%
7.06%

Color #97EDBA in popluar number systems.

HEX97EDBA
Decimal151237186
Binary100101111110110110111010
Octal227355272

Shades and tints

Shades of #97EDBA

#97EDBA
(151,237,186)
#8AD8AA
(138,216,170)
#7DC39A
(125,195,154)
#70AE8A
(112,174,138)
#63997A
(99,153,122)
#56846A
(86,132,106)
#496F5A
(73,111,90)
#3C5A4A
(60,90,74)
#2F453A
(47,69,58)
#22302A
(34,48,42)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #97EDBA

#97EDBA
(151,237,186)
#A0EEC0
(160,238,192)
#A9EFC6
(169,239,198)
#B2F0CC
(178,240,204)
#BBF1D2
(187,241,210)
#C4F2D8
(196,242,216)
#CDF3DE
(205,243,222)
#D6F4E4
(214,244,228)
#DFF5EA
(223,245,234)
#E8F6F0
(232,246,240)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EDBA color. Also use rgb(151,237,186) instead hex code.

Text Font Color

.myTextColor { color: #97EDBA; }

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

This text font color is #97EDBA.


Background Color

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

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

This div background color is #97EDBA.


Border color

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

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

This div border color is #97EDBA.


Opacity

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

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

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

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

This text has shadow with #97EDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EDBA on black background.


Color preview on white background

This text has color #97EDBA on white background.



Black color preview on #97EDBA background

This text has black color on #97EDBA background.


White color preview on #97EDBA background

This text has white color on #97EDBA background.