COLOR #97FEE6

HEX: #97FEE6
RGB: (151,254,230)

Color info

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

RGB color model

#97FEE6 color RGB value is (151,254,230).

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

RGB channels and saturation

R 151 of 255 = 59%
G 254 of 255 = 100%
B 230 of 255 = 90%

151
254
230

R + G + B ~ 83%. #97FEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 254 + 230 = 635 (100%)
R 151 of 635 ~ 23.78%
G 254 of 635 ~ 40%
B 230 of 635 ~ 36.22%

%23.78
%40
%36.22

CMYK color model

#97FEE6 color CMYK value is (41,0,9,0).

  • cyan value is 40.55%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(41,0,9,0)
C41M0Y9K0 
(41%,0%,9%,0%)
(0.41/0.00/0.09/0.00)	

CMYK percentages

%40.55
%0
%9.45
%0.39

Codes

Color #97FEE6 in popluar color models

97FEE6
RGB151254230
HSL166°98.10%79.41%
HSB/HSV166°40.55%99.61%
CMYK40.55%0.00%9.45%
0.39%

Color #97FEE6 in popluar number systems.

HEX97FEE6
Decimal151254230
Binary100101111111111011100110
Octal227376346

Shades and tints

Shades of #97FEE6

#97FEE6
(151,254,230)
#8AE7D2
(138,231,210)
#7DD0BE
(125,208,190)
#70B9AA
(112,185,170)
#63A296
(99,162,150)
#568B82
(86,139,130)
#49746E
(73,116,110)
#3C5D5A
(60,93,90)
#2F4646
(47,70,70)
#222F32
(34,47,50)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #97FEE6

#97FEE6
(151,254,230)
#A0FEE8
(160,254,232)
#A9FEEA
(169,254,234)
#B2FEEC
(178,254,236)
#BBFEEE
(187,254,238)
#C4FEF0
(196,254,240)
#CDFEF2
(205,254,242)
#D6FEF4
(214,254,244)
#DFFEF6
(223,254,246)
#E8FEF8
(232,254,248)
#F1FEFA
(241,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97FEE6; }

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

This text font color is #97FEE6.


Background Color

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

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

This div background color is #97FEE6.


Border color

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

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

This div border color is #97FEE6.


Opacity

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

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

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

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

This text has shadow with #97FEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97FEE6 on black background.


Color preview on white background

This text has color #97FEE6 on white background.



Black color preview on #97FEE6 background

This text has black color on #97FEE6 background.


White color preview on #97FEE6 background

This text has white color on #97FEE6 background.