COLOR #97EFE2

HEX: #97EFE2
RGB: (151,239,226)

Color info

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

RGB color model

#97EFE2 color RGB value is (151,239,226).

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

RGB channels and saturation

R 151 of 255 = 59%
G 239 of 255 = 94%
B 226 of 255 = 89%

151
239
226

R + G + B ~ 81%. #97EFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 239 + 226 = 616 (100%)
R 151 of 616 ~ 24.51%
G 239 of 616 ~ 38.8%
B 226 of 616 ~ 36.69%

%24.51
%38.8
%36.69

CMYK color model

#97EFE2 color CMYK value is (37,0,5,6).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(37,0,5,6)
C37M0Y5K6 
(37%,0%,5%,6%)
(0.37/0.00/0.05/0.06)	

CMYK percentages

%36.82
%0
%5.44
%6.27

Codes

Color #97EFE2 in popluar color models

97EFE2
RGB151239226
HSL171°73.33%76.47%
HSB/HSV171°36.82%93.73%
CMYK36.82%0.00%5.44%
6.27%

Color #97EFE2 in popluar number systems.

HEX97EFE2
Decimal151239226
Binary100101111110111111100010
Octal227357342

Shades and tints

Shades of #97EFE2

#97EFE2
(151,239,226)
#8ADACE
(138,218,206)
#7DC5BA
(125,197,186)
#70B0A6
(112,176,166)
#639B92
(99,155,146)
#56867E
(86,134,126)
#49716A
(73,113,106)
#3C5C56
(60,92,86)
#2F4742
(47,71,66)
#22322E
(34,50,46)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #97EFE2

#97EFE2
(151,239,226)
#A0F0E4
(160,240,228)
#A9F1E6
(169,241,230)
#B2F2E8
(178,242,232)
#BBF3EA
(187,243,234)
#C4F4EC
(196,244,236)
#CDF5EE
(205,245,238)
#D6F6F0
(214,246,240)
#DFF7F2
(223,247,242)
#E8F8F4
(232,248,244)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97EFE2; }

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

This text font color is #97EFE2.


Background Color

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

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

This div background color is #97EFE2.


Border color

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

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

This div border color is #97EFE2.


Opacity

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

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

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

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

This text has shadow with #97EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EFE2 on black background.


Color preview on white background

This text has color #97EFE2 on white background.



Black color preview on #97EFE2 background

This text has black color on #97EFE2 background.


White color preview on #97EFE2 background

This text has white color on #97EFE2 background.