COLOR #97D7DC

HEX: #97D7DC
RGB: (151,215,220)

Color info

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

RGB color model

#97D7DC color RGB value is (151,215,220).

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

RGB channels and saturation

R 151 of 255 = 59%
G 215 of 255 = 84%
B 220 of 255 = 86%

151
215
220

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

Portions of RGB colors in percentages

R + G + B =
151 + 215 + 220 = 586 (100%)
R 151 of 586 ~ 25.77%
G 215 of 586 ~ 36.69%
B 220 of 586 ~ 37.54%

%25.77
%36.69
%37.54

CMYK color model

#97D7DC color CMYK value is (31,2,0,14).

  • cyan value is 31.36%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(31,2,0,14)
C31M2Y0K14 
(31%,2%,0%,14%)
(0.31/0.02/0.00/0.14)	

CMYK percentages

%31.36
%2.27
%0
%13.73

Codes

Color #97D7DC in popluar color models

97D7DC
RGB151215220
HSL184°49.64%72.75%
HSB/HSV184°31.36%86.27%
CMYK31.36%2.27%0.00%
13.73%

Color #97D7DC in popluar number systems.

HEX97D7DC
Decimal151215220
Binary100101111101011111011100
Octal227327334

Shades and tints

Shades of #97D7DC

#97D7DC
(151,215,220)
#8AC4C8
(138,196,200)
#7DB1B4
(125,177,180)
#709EA0
(112,158,160)
#638B8C
(99,139,140)
#567878
(86,120,120)
#496564
(73,101,100)
#3C5250
(60,82,80)
#2F3F3C
(47,63,60)
#222C28
(34,44,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #97D7DC

#97D7DC
(151,215,220)
#A0DADF
(160,218,223)
#A9DDE2
(169,221,226)
#B2E0E5
(178,224,229)
#BBE3E8
(187,227,232)
#C4E6EB
(196,230,235)
#CDE9EE
(205,233,238)
#D6ECF1
(214,236,241)
#DFEFF4
(223,239,244)
#E8F2F7
(232,242,247)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D7DC; }

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

This text font color is #97D7DC.


Background Color

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

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

This div background color is #97D7DC.


Border color

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

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

This div border color is #97D7DC.


Opacity

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

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

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

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

This text has shadow with #97D7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D7DC on black background.


Color preview on white background

This text has color #97D7DC on white background.



Black color preview on #97D7DC background

This text has black color on #97D7DC background.


White color preview on #97D7DC background

This text has white color on #97D7DC background.