COLOR #97DCD1

HEX: #97DCD1
RGB: (151,220,209)

Color info

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

RGB color model

#97DCD1 color RGB value is (151,220,209).

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

RGB channels and saturation

R 151 of 255 = 59%
G 220 of 255 = 86%
B 209 of 255 = 82%

151
220
209

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

Portions of RGB colors in percentages

R + G + B =
151 + 220 + 209 = 580 (100%)
R 151 of 580 ~ 26.03%
G 220 of 580 ~ 37.93%
B 209 of 580 ~ 36.03%

%26.03
%37.93
%36.03

CMYK color model

#97DCD1 color CMYK value is (31,0,5,14).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 13.73%
CMYK:
(31,0,5,14)
C31M0Y5K14 
(31%,0%,5%,14%)
(0.31/0.00/0.05/0.14)	

CMYK percentages

%31.36
%0
%5
%13.73

Codes

Color #97DCD1 in popluar color models

97DCD1
RGB151220209
HSL170°49.64%72.75%
HSB/HSV170°31.36%86.27%
CMYK31.36%0.00%5.00%
13.73%

Color #97DCD1 in popluar number systems.

HEX97DCD1
Decimal151220209
Binary100101111101110011010001
Octal227334321

Shades and tints

Shades of #97DCD1

#97DCD1
(151,220,209)
#8AC8BE
(138,200,190)
#7DB4AB
(125,180,171)
#70A098
(112,160,152)
#638C85
(99,140,133)
#567872
(86,120,114)
#49645F
(73,100,95)
#3C504C
(60,80,76)
#2F3C39
(47,60,57)
#222826
(34,40,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #97DCD1

#97DCD1
(151,220,209)
#A0DFD5
(160,223,213)
#A9E2D9
(169,226,217)
#B2E5DD
(178,229,221)
#BBE8E1
(187,232,225)
#C4EBE5
(196,235,229)
#CDEEE9
(205,238,233)
#D6F1ED
(214,241,237)
#DFF4F1
(223,244,241)
#E8F7F5
(232,247,245)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DCD1; }

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

This text font color is #97DCD1.


Background Color

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

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

This div background color is #97DCD1.


Border color

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

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

This div border color is #97DCD1.


Opacity

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

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

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

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

This text has shadow with #97DCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DCD1 on black background.


Color preview on white background

This text has color #97DCD1 on white background.



Black color preview on #97DCD1 background

This text has black color on #97DCD1 background.


White color preview on #97DCD1 background

This text has white color on #97DCD1 background.