COLOR #97ECB4

HEX: #97ECB4
RGB: (151,236,180)

Color info

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

RGB color model

#97ECB4 color RGB value is (151,236,180).

  • red value is 151;
  • green value is 236;
  • blue value is 180.
RGB:
(151,236,180)
(59%,93%,71%)

RGB channels and saturation

R 151 of 255 = 59%
G 236 of 255 = 93%
B 180 of 255 = 71%

151
236
180

R + G + B ~ 74%. #97ECB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 236 + 180 = 567 (100%)
R 151 of 567 ~ 26.63%
G 236 of 567 ~ 41.62%
B 180 of 567 ~ 31.75%

%26.63
%41.62
%31.75

CMYK color model

#97ECB4 color CMYK value is (36,0,24,7).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(36,0,24,7)
C36M0Y24K7 
(36%,0%,24%,7%)
(0.36/0.00/0.24/0.07)	

CMYK percentages

%36.02
%0
%23.73
%7.45

Codes

Color #97ECB4 in popluar color models

97ECB4
RGB151236180
HSL140°69.11%75.88%
HSB/HSV140°36.02%92.55%
CMYK36.02%0.00%23.73%
7.45%

Color #97ECB4 in popluar number systems.

HEX97ECB4
Decimal151236180
Binary100101111110110010110100
Octal227354264

Shades and tints

Shades of #97ECB4

#97ECB4
(151,236,180)
#8AD7A4
(138,215,164)
#7DC294
(125,194,148)
#70AD84
(112,173,132)
#639874
(99,152,116)
#568364
(86,131,100)
#496E54
(73,110,84)
#3C5944
(60,89,68)
#2F4434
(47,68,52)
#222F24
(34,47,36)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #97ECB4

#97ECB4
(151,236,180)
#A0EDBA
(160,237,186)
#A9EEC0
(169,238,192)
#B2EFC6
(178,239,198)
#BBF0CC
(187,240,204)
#C4F1D2
(196,241,210)
#CDF2D8
(205,242,216)
#D6F3DE
(214,243,222)
#DFF4E4
(223,244,228)
#E8F5EA
(232,245,234)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97ECB4 color. Also use rgb(151,236,180) instead hex code.

Text Font Color

.myTextColor { color: #97ECB4; }

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

This text font color is #97ECB4.


Background Color

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

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

This div background color is #97ECB4.


Border color

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

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

This div border color is #97ECB4.


Opacity

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

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

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

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

This text has shadow with #97ECB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ECB4 on black background.


Color preview on white background

This text has color #97ECB4 on white background.



Black color preview on #97ECB4 background

This text has black color on #97ECB4 background.


White color preview on #97ECB4 background

This text has white color on #97ECB4 background.