COLOR #97E3E8

HEX: #97E3E8
RGB: (151,227,232)

Color info

#97E3E8 contains mainly green and blue colors. Web safe color of #97E3E8 is #99CCFF (or #9CF).

RGB color model

#97E3E8 color RGB value is (151,227,232).

  • red value is 151;
  • green value is 227;
  • blue value is 232.
RGB:
(151,227,232)
(59%,89%,91%)

RGB channels and saturation

R 151 of 255 = 59%
G 227 of 255 = 89%
B 232 of 255 = 91%

151
227
232

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

Portions of RGB colors in percentages

R + G + B =
151 + 227 + 232 = 610 (100%)
R 151 of 610 ~ 24.75%
G 227 of 610 ~ 37.21%
B 232 of 610 ~ 38.03%

%24.75
%37.21
%38.03

CMYK color model

#97E3E8 color CMYK value is (35,2,0,9).

  • cyan value is 34.91%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(35,2,0,9)
C35M2Y0K9 
(35%,2%,0%,9%)
(0.35/0.02/0.00/0.09)	

CMYK percentages

%34.91
%2.16
%0
%9.02

Codes

Color #97E3E8 in popluar color models

97E3E8
RGB151227232
HSL184°63.78%75.10%
HSB/HSV184°34.91%90.98%
CMYK34.91%2.16%0.00%
9.02%

Color #97E3E8 in popluar number systems.

HEX97E3E8
Decimal151227232
Binary100101111110001111101000
Octal227343350

Shades and tints

Shades of #97E3E8

#97E3E8
(151,227,232)
#8ACFD3
(138,207,211)
#7DBBBE
(125,187,190)
#70A7A9
(112,167,169)
#639394
(99,147,148)
#567F7F
(86,127,127)
#496B6A
(73,107,106)
#3C5755
(60,87,85)
#2F4340
(47,67,64)
#222F2B
(34,47,43)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #97E3E8

#97E3E8
(151,227,232)
#A0E5EA
(160,229,234)
#A9E7EC
(169,231,236)
#B2E9EE
(178,233,238)
#BBEBF0
(187,235,240)
#C4EDF2
(196,237,242)
#CDEFF4
(205,239,244)
#D6F1F6
(214,241,246)
#DFF3F8
(223,243,248)
#E8F5FA
(232,245,250)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E3E8 color. Also use rgb(151,227,232) instead hex code.

Text Font Color

.myTextColor { color: #97E3E8; }

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

This text font color is #97E3E8.


Background Color

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

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

This div background color is #97E3E8.


Border color

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

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

This div border color is #97E3E8.


Opacity

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

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

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

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

This text has shadow with #97E3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E3E8 on black background.


Color preview on white background

This text has color #97E3E8 on white background.



Black color preview on #97E3E8 background

This text has black color on #97E3E8 background.


White color preview on #97E3E8 background

This text has white color on #97E3E8 background.