COLOR #97E2BC

HEX: #97E2BC
RGB: (151,226,188)

Color info

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

RGB color model

#97E2BC color RGB value is (151,226,188).

  • red value is 151;
  • green value is 226;
  • blue value is 188.
RGB:
(151,226,188)
(59%,89%,74%)

RGB channels and saturation

R 151 of 255 = 59%
G 226 of 255 = 89%
B 188 of 255 = 74%

151
226
188

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

Portions of RGB colors in percentages

R + G + B =
151 + 226 + 188 = 565 (100%)
R 151 of 565 ~ 26.73%
G 226 of 565 ~ 40%
B 188 of 565 ~ 33.27%

%26.73
%40
%33.27

CMYK color model

#97E2BC color CMYK value is (33,0,17,11).

  • cyan value is 33.19%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(33,0,17,11)
C33M0Y17K11 
(33%,0%,17%,11%)
(0.33/0.00/0.17/0.11)	

CMYK percentages

%33.19
%0
%16.81
%11.37

Codes

Color #97E2BC in popluar color models

97E2BC
RGB151226188
HSL150°56.39%73.92%
HSB/HSV150°33.19%88.63%
CMYK33.19%0.00%16.81%
11.37%

Color #97E2BC in popluar number systems.

HEX97E2BC
Decimal151226188
Binary100101111110001010111100
Octal227342274

Shades and tints

Shades of #97E2BC

#97E2BC
(151,226,188)
#8ACEAB
(138,206,171)
#7DBA9A
(125,186,154)
#70A689
(112,166,137)
#639278
(99,146,120)
#567E67
(86,126,103)
#496A56
(73,106,86)
#3C5645
(60,86,69)
#2F4234
(47,66,52)
#222E23
(34,46,35)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #97E2BC

#97E2BC
(151,226,188)
#A0E4C2
(160,228,194)
#A9E6C8
(169,230,200)
#B2E8CE
(178,232,206)
#BBEAD4
(187,234,212)
#C4ECDA
(196,236,218)
#CDEEE0
(205,238,224)
#D6F0E6
(214,240,230)
#DFF2EC
(223,242,236)
#E8F4F2
(232,244,242)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E2BC color. Also use rgb(151,226,188) instead hex code.

Text Font Color

.myTextColor { color: #97E2BC; }

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

This text font color is #97E2BC.


Background Color

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

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

This div background color is #97E2BC.


Border color

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

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

This div border color is #97E2BC.


Opacity

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

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

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

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

This text has shadow with #97E2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E2BC on black background.


Color preview on white background

This text has color #97E2BC on white background.



Black color preview on #97E2BC background

This text has black color on #97E2BC background.


White color preview on #97E2BC background

This text has white color on #97E2BC background.