COLOR #97E9BB

HEX: #97E9BB
RGB: (151,233,187)

Color info

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

RGB color model

#97E9BB color RGB value is (151,233,187).

  • red value is 151;
  • green value is 233;
  • blue value is 187.
RGB:
(151,233,187)
(59%,91%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 233 of 255 = 91%
B 187 of 255 = 73%

151
233
187

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

Portions of RGB colors in percentages

R + G + B =
151 + 233 + 187 = 571 (100%)
R 151 of 571 ~ 26.44%
G 233 of 571 ~ 40.81%
B 187 of 571 ~ 32.75%

%26.44
%40.81
%32.75

CMYK color model

#97E9BB color CMYK value is (35,0,20,9).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 8.63%
CMYK:
(35,0,20,9)
C35M0Y20K9 
(35%,0%,20%,9%)
(0.35/0.00/0.20/0.09)	

CMYK percentages

%35.19
%0
%19.74
%8.63

Codes

Color #97E9BB in popluar color models

97E9BB
RGB151233187
HSL146°65.08%75.29%
HSB/HSV146°35.19%91.37%
CMYK35.19%0.00%19.74%
8.63%

Color #97E9BB in popluar number systems.

HEX97E9BB
Decimal151233187
Binary100101111110100110111011
Octal227351273

Shades and tints

Shades of #97E9BB

#97E9BB
(151,233,187)
#8AD4AA
(138,212,170)
#7DBF99
(125,191,153)
#70AA88
(112,170,136)
#639577
(99,149,119)
#568066
(86,128,102)
#496B55
(73,107,85)
#3C5644
(60,86,68)
#2F4133
(47,65,51)
#222C22
(34,44,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #97E9BB

#97E9BB
(151,233,187)
#A0EBC1
(160,235,193)
#A9EDC7
(169,237,199)
#B2EFCD
(178,239,205)
#BBF1D3
(187,241,211)
#C4F3D9
(196,243,217)
#CDF5DF
(205,245,223)
#D6F7E5
(214,247,229)
#DFF9EB
(223,249,235)
#E8FBF1
(232,251,241)
#F1FDF7
(241,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E9BB color. Also use rgb(151,233,187) instead hex code.

Text Font Color

.myTextColor { color: #97E9BB; }

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

This text font color is #97E9BB.


Background Color

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

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

This div background color is #97E9BB.


Border color

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

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

This div border color is #97E9BB.


Opacity

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

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

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

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

This text has shadow with #97E9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E9BB on black background.


Color preview on white background

This text has color #97E9BB on white background.



Black color preview on #97E9BB background

This text has black color on #97E9BB background.


White color preview on #97E9BB background

This text has white color on #97E9BB background.