COLOR #97E7EC

HEX: #97E7EC
RGB: (151,231,236)

Color info

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

RGB color model

#97E7EC color RGB value is (151,231,236).

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

RGB channels and saturation

R 151 of 255 = 59%
G 231 of 255 = 91%
B 236 of 255 = 93%

151
231
236

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

Portions of RGB colors in percentages

R + G + B =
151 + 231 + 236 = 618 (100%)
R 151 of 618 ~ 24.43%
G 231 of 618 ~ 37.38%
B 236 of 618 ~ 38.19%

%24.43
%37.38
%38.19

CMYK color model

#97E7EC color CMYK value is (36,2,0,7).

  • cyan value is 36.02%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(36,2,0,7)
C36M2Y0K7 
(36%,2%,0%,7%)
(0.36/0.02/0.00/0.07)	

CMYK percentages

%36.02
%2.12
%0
%7.45

Codes

Color #97E7EC in popluar color models

97E7EC
RGB151231236
HSL184°69.11%75.88%
HSB/HSV184°36.02%92.55%
CMYK36.02%2.12%0.00%
7.45%

Color #97E7EC in popluar number systems.

HEX97E7EC
Decimal151231236
Binary100101111110011111101100
Octal227347354

Shades and tints

Shades of #97E7EC

#97E7EC
(151,231,236)
#8AD2D7
(138,210,215)
#7DBDC2
(125,189,194)
#70A8AD
(112,168,173)
#639398
(99,147,152)
#567E83
(86,126,131)
#49696E
(73,105,110)
#3C5459
(60,84,89)
#2F3F44
(47,63,68)
#222A2F
(34,42,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #97E7EC

#97E7EC
(151,231,236)
#A0E9ED
(160,233,237)
#A9EBEE
(169,235,238)
#B2EDEF
(178,237,239)
#BBEFF0
(187,239,240)
#C4F1F1
(196,241,241)
#CDF3F2
(205,243,242)
#D6F5F3
(214,245,243)
#DFF7F4
(223,247,244)
#E8F9F5
(232,249,245)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E7EC; }

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

This text font color is #97E7EC.


Background Color

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

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

This div background color is #97E7EC.


Border color

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

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

This div border color is #97E7EC.


Opacity

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

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

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

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

This text has shadow with #97E7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E7EC on black background.


Color preview on white background

This text has color #97E7EC on white background.



Black color preview on #97E7EC background

This text has black color on #97E7EC background.


White color preview on #97E7EC background

This text has white color on #97E7EC background.