COLOR #97F6E7

HEX: #97F6E7
RGB: (151,246,231)

Color info

#97F6E7 contains mainly green and blue colors. Web safe color of #97F6E7 is #99FFFF (or #9FF).

RGB color model

#97F6E7 color RGB value is (151,246,231).

  • red value is 151;
  • green value is 246;
  • blue value is 231.
RGB:
(151,246,231)
(59%,96%,91%)

RGB channels and saturation

R 151 of 255 = 59%
G 246 of 255 = 96%
B 231 of 255 = 91%

151
246
231

R + G + B ~ 82%. #97F6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 246 + 231 = 628 (100%)
R 151 of 628 ~ 24.04%
G 246 of 628 ~ 39.17%
B 231 of 628 ~ 36.78%

%24.04
%39.17
%36.78

CMYK color model

#97F6E7 color CMYK value is (39,0,6,4).

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 3.53%
CMYK:
(39,0,6,4)
C39M0Y6K4 
(39%,0%,6%,4%)
(0.39/0.00/0.06/0.04)	

CMYK percentages

%38.62
%0
%6.1
%3.53

Codes

Color #97F6E7 in popluar color models

97F6E7
RGB151246231
HSL171°84.07%77.84%
HSB/HSV171°38.62%96.47%
CMYK38.62%0.00%6.10%
3.53%

Color #97F6E7 in popluar number systems.

HEX97F6E7
Decimal151246231
Binary100101111111011011100111
Octal227366347

Shades and tints

Shades of #97F6E7

#97F6E7
(151,246,231)
#8AE0D2
(138,224,210)
#7DCABD
(125,202,189)
#70B4A8
(112,180,168)
#639E93
(99,158,147)
#56887E
(86,136,126)
#497269
(73,114,105)
#3C5C54
(60,92,84)
#2F463F
(47,70,63)
#22302A
(34,48,42)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #97F6E7

#97F6E7
(151,246,231)
#A0F6E9
(160,246,233)
#A9F6EB
(169,246,235)
#B2F6ED
(178,246,237)
#BBF6EF
(187,246,239)
#C4F6F1
(196,246,241)
#CDF6F3
(205,246,243)
#D6F6F5
(214,246,245)
#DFF6F7
(223,246,247)
#E8F6F9
(232,246,249)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F6E7 color. Also use rgb(151,246,231) instead hex code.

Text Font Color

.myTextColor { color: #97F6E7; }

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

This text font color is #97F6E7.


Background Color

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

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

This div background color is #97F6E7.


Border color

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

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

This div border color is #97F6E7.


Opacity

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

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

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

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

This text has shadow with #97F6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97F6E7 on black background.


Color preview on white background

This text has color #97F6E7 on white background.



Black color preview on #97F6E7 background

This text has black color on #97F6E7 background.


White color preview on #97F6E7 background

This text has white color on #97F6E7 background.