COLOR #97E1DC

HEX: #97E1DC
RGB: (151,225,220)

Color info

#97E1DC contains mainly green and blue colors. Web safe color of #97E1DC is #99CCCC (or #9CC).

RGB color model

#97E1DC color RGB value is (151,225,220).

  • red value is 151;
  • green value is 225;
  • blue value is 220.
RGB:
(151,225,220)
(59%,88%,86%)

RGB channels and saturation

R 151 of 255 = 59%
G 225 of 255 = 88%
B 220 of 255 = 86%

151
225
220

R + G + B ~ 78%. #97E1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 225 + 220 = 596 (100%)
R 151 of 596 ~ 25.34%
G 225 of 596 ~ 37.75%
B 220 of 596 ~ 36.91%

%25.34
%37.75
%36.91

CMYK color model

#97E1DC color CMYK value is (33,0,2,12).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(33,0,2,12)
C33M0Y2K12 
(33%,0%,2%,12%)
(0.33/0.00/0.02/0.12)	

CMYK percentages

%32.89
%0
%2.22
%11.76

Codes

Color #97E1DC in popluar color models

97E1DC
RGB151225220
HSL176°55.22%73.73%
HSB/HSV176°32.89%88.24%
CMYK32.89%0.00%2.22%
11.76%

Color #97E1DC in popluar number systems.

HEX97E1DC
Decimal151225220
Binary100101111110000111011100
Octal227341334

Shades and tints

Shades of #97E1DC

#97E1DC
(151,225,220)
#8ACDC8
(138,205,200)
#7DB9B4
(125,185,180)
#70A5A0
(112,165,160)
#63918C
(99,145,140)
#567D78
(86,125,120)
#496964
(73,105,100)
#3C5550
(60,85,80)
#2F413C
(47,65,60)
#222D28
(34,45,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #97E1DC

#97E1DC
(151,225,220)
#A0E3DF
(160,227,223)
#A9E5E2
(169,229,226)
#B2E7E5
(178,231,229)
#BBE9E8
(187,233,232)
#C4EBEB
(196,235,235)
#CDEDEE
(205,237,238)
#D6EFF1
(214,239,241)
#DFF1F4
(223,241,244)
#E8F3F7
(232,243,247)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E1DC color. Also use rgb(151,225,220) instead hex code.

Text Font Color

.myTextColor { color: #97E1DC; }

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

This text font color is #97E1DC.


Background Color

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

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

This div background color is #97E1DC.


Border color

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

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

This div border color is #97E1DC.


Opacity

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

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

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

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

This text has shadow with #97E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E1DC on black background.


Color preview on white background

This text has color #97E1DC on white background.



Black color preview on #97E1DC background

This text has black color on #97E1DC background.


White color preview on #97E1DC background

This text has white color on #97E1DC background.