COLOR #97EDC4

HEX: #97EDC4
RGB: (151,237,196)

Color info

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

RGB color model

#97EDC4 color RGB value is (151,237,196).

  • red value is 151;
  • green value is 237;
  • blue value is 196.
RGB:
(151,237,196)
(59%,93%,77%)

RGB channels and saturation

R 151 of 255 = 59%
G 237 of 255 = 93%
B 196 of 255 = 77%

151
237
196

R + G + B ~ 76%. #97EDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 237 + 196 = 584 (100%)
R 151 of 584 ~ 25.86%
G 237 of 584 ~ 40.58%
B 196 of 584 ~ 33.56%

%25.86
%40.58
%33.56

CMYK color model

#97EDC4 color CMYK value is (36,0,17,7).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(36,0,17,7)
C36M0Y17K7 
(36%,0%,17%,7%)
(0.36/0.00/0.17/0.07)	

CMYK percentages

%36.29
%0
%17.3
%7.06

Codes

Color #97EDC4 in popluar color models

97EDC4
RGB151237196
HSL151°70.49%76.08%
HSB/HSV151°36.29%92.94%
CMYK36.29%0.00%17.30%
7.06%

Color #97EDC4 in popluar number systems.

HEX97EDC4
Decimal151237196
Binary100101111110110111000100
Octal227355304

Shades and tints

Shades of #97EDC4

#97EDC4
(151,237,196)
#8AD8B3
(138,216,179)
#7DC3A2
(125,195,162)
#70AE91
(112,174,145)
#639980
(99,153,128)
#56846F
(86,132,111)
#496F5E
(73,111,94)
#3C5A4D
(60,90,77)
#2F453C
(47,69,60)
#22302B
(34,48,43)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #97EDC4

#97EDC4
(151,237,196)
#A0EEC9
(160,238,201)
#A9EFCE
(169,239,206)
#B2F0D3
(178,240,211)
#BBF1D8
(187,241,216)
#C4F2DD
(196,242,221)
#CDF3E2
(205,243,226)
#D6F4E7
(214,244,231)
#DFF5EC
(223,245,236)
#E8F6F1
(232,246,241)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EDC4 color. Also use rgb(151,237,196) instead hex code.

Text Font Color

.myTextColor { color: #97EDC4; }

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

This text font color is #97EDC4.


Background Color

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

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

This div background color is #97EDC4.


Border color

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

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

This div border color is #97EDC4.


Opacity

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

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

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

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

This text has shadow with #97EDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EDC4 on black background.


Color preview on white background

This text has color #97EDC4 on white background.



Black color preview on #97EDC4 background

This text has black color on #97EDC4 background.


White color preview on #97EDC4 background

This text has white color on #97EDC4 background.