COLOR #97E6BF

HEX: #97E6BF
RGB: (151,230,191)

Color info

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

RGB color model

#97E6BF color RGB value is (151,230,191).

  • red value is 151;
  • green value is 230;
  • blue value is 191.
RGB:
(151,230,191)
(59%,90%,75%)

RGB channels and saturation

R 151 of 255 = 59%
G 230 of 255 = 90%
B 191 of 255 = 75%

151
230
191

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

Portions of RGB colors in percentages

R + G + B =
151 + 230 + 191 = 572 (100%)
R 151 of 572 ~ 26.4%
G 230 of 572 ~ 40.21%
B 191 of 572 ~ 33.39%

%26.4
%40.21
%33.39

CMYK color model

#97E6BF color CMYK value is (34,0,17,10).

  • cyan value is 34.35%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(34,0,17,10)
C34M0Y17K10 
(34%,0%,17%,10%)
(0.34/0.00/0.17/0.10)	

CMYK percentages

%34.35
%0
%16.96
%9.8

Codes

Color #97E6BF in popluar color models

97E6BF
RGB151230191
HSL150°61.24%74.71%
HSB/HSV150°34.35%90.20%
CMYK34.35%0.00%16.96%
9.80%

Color #97E6BF in popluar number systems.

HEX97E6BF
Decimal151230191
Binary100101111110011010111111
Octal227346277

Shades and tints

Shades of #97E6BF

#97E6BF
(151,230,191)
#8AD2AE
(138,210,174)
#7DBE9D
(125,190,157)
#70AA8C
(112,170,140)
#63967B
(99,150,123)
#56826A
(86,130,106)
#496E59
(73,110,89)
#3C5A48
(60,90,72)
#2F4637
(47,70,55)
#223226
(34,50,38)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #97E6BF

#97E6BF
(151,230,191)
#A0E8C4
(160,232,196)
#A9EAC9
(169,234,201)
#B2ECCE
(178,236,206)
#BBEED3
(187,238,211)
#C4F0D8
(196,240,216)
#CDF2DD
(205,242,221)
#D6F4E2
(214,244,226)
#DFF6E7
(223,246,231)
#E8F8EC
(232,248,236)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E6BF color. Also use rgb(151,230,191) instead hex code.

Text Font Color

.myTextColor { color: #97E6BF; }

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

This text font color is #97E6BF.


Background Color

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

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

This div background color is #97E6BF.


Border color

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

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

This div border color is #97E6BF.


Opacity

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

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

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

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

This text has shadow with #97E6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E6BF on black background.


Color preview on white background

This text has color #97E6BF on white background.



Black color preview on #97E6BF background

This text has black color on #97E6BF background.


White color preview on #97E6BF background

This text has white color on #97E6BF background.