COLOR #97EEE4

HEX: #97EEE4
RGB: (151,238,228)

Color info

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

RGB color model

#97EEE4 color RGB value is (151,238,228).

  • red value is 151;
  • green value is 238;
  • blue value is 228.
RGB:
(151,238,228)
(59%,93%,89%)

RGB channels and saturation

R 151 of 255 = 59%
G 238 of 255 = 93%
B 228 of 255 = 89%

151
238
228

R + G + B ~ 80%. #97EEE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 238 + 228 = 617 (100%)
R 151 of 617 ~ 24.47%
G 238 of 617 ~ 38.57%
B 228 of 617 ~ 36.95%

%24.47
%38.57
%36.95

CMYK color model

#97EEE4 color CMYK value is (37,0,4,7).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(37,0,4,7)
C37M0Y4K7 
(37%,0%,4%,7%)
(0.37/0.00/0.04/0.07)	

CMYK percentages

%36.55
%0
%4.2
%6.67

Codes

Color #97EEE4 in popluar color models

97EEE4
RGB151238228
HSL173°71.90%76.27%
HSB/HSV173°36.55%93.33%
CMYK36.55%0.00%4.20%
6.67%

Color #97EEE4 in popluar number systems.

HEX97EEE4
Decimal151238228
Binary100101111110111011100100
Octal227356344

Shades and tints

Shades of #97EEE4

#97EEE4
(151,238,228)
#8AD9D0
(138,217,208)
#7DC4BC
(125,196,188)
#70AFA8
(112,175,168)
#639A94
(99,154,148)
#568580
(86,133,128)
#49706C
(73,112,108)
#3C5B58
(60,91,88)
#2F4644
(47,70,68)
#223130
(34,49,48)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #97EEE4

#97EEE4
(151,238,228)
#A0EFE6
(160,239,230)
#A9F0E8
(169,240,232)
#B2F1EA
(178,241,234)
#BBF2EC
(187,242,236)
#C4F3EE
(196,243,238)
#CDF4F0
(205,244,240)
#D6F5F2
(214,245,242)
#DFF6F4
(223,246,244)
#E8F7F6
(232,247,246)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EEE4 color. Also use rgb(151,238,228) instead hex code.

Text Font Color

.myTextColor { color: #97EEE4; }

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

This text font color is #97EEE4.


Background Color

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

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

This div background color is #97EEE4.


Border color

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

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

This div border color is #97EEE4.


Opacity

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

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

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

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

This text has shadow with #97EEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EEE4 on black background.


Color preview on white background

This text has color #97EEE4 on white background.



Black color preview on #97EEE4 background

This text has black color on #97EEE4 background.


White color preview on #97EEE4 background

This text has white color on #97EEE4 background.