COLOR #97D2C5

HEX: #97D2C5
RGB: (151,210,197)

Color info

#97D2C5 contains red, green and blue colors in about the same proportion. Web safe color of #97D2C5 is #99CCCC (or #9CC).

RGB color model

#97D2C5 color RGB value is (151,210,197).

  • red value is 151;
  • green value is 210;
  • blue value is 197.
RGB:
(151,210,197)
(59%,82%,77%)

RGB channels and saturation

R 151 of 255 = 59%
G 210 of 255 = 82%
B 197 of 255 = 77%

151
210
197

R + G + B ~ 73%. #97D2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 210 + 197 = 558 (100%)
R 151 of 558 ~ 27.06%
G 210 of 558 ~ 37.63%
B 197 of 558 ~ 35.3%

%27.06
%37.63
%35.3

CMYK color model

#97D2C5 color CMYK value is (28,0,6,18).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 17.65%
CMYK:
(28,0,6,18)
C28M0Y6K18 
(28%,0%,6%,18%)
(0.28/0.00/0.06/0.18)	

CMYK percentages

%28.1
%0
%6.19
%17.65

Codes

Color #97D2C5 in popluar color models

97D2C5
RGB151210197
HSL167°39.60%70.78%
HSB/HSV167°28.10%82.35%
CMYK28.10%0.00%6.19%
17.65%

Color #97D2C5 in popluar number systems.

HEX97D2C5
Decimal151210197
Binary100101111101001011000101
Octal227322305

Shades and tints

Shades of #97D2C5

#97D2C5
(151,210,197)
#8ABFB4
(138,191,180)
#7DACA3
(125,172,163)
#709992
(112,153,146)
#638681
(99,134,129)
#567370
(86,115,112)
#49605F
(73,96,95)
#3C4D4E
(60,77,78)
#2F3A3D
(47,58,61)
#22272C
(34,39,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #97D2C5

#97D2C5
(151,210,197)
#A0D6CA
(160,214,202)
#A9DACF
(169,218,207)
#B2DED4
(178,222,212)
#BBE2D9
(187,226,217)
#C4E6DE
(196,230,222)
#CDEAE3
(205,234,227)
#D6EEE8
(214,238,232)
#DFF2ED
(223,242,237)
#E8F6F2
(232,246,242)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D2C5 color. Also use rgb(151,210,197) instead hex code.

Text Font Color

.myTextColor { color: #97D2C5; }

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

This text font color is #97D2C5.


Background Color

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

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

This div background color is #97D2C5.


Border color

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

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

This div border color is #97D2C5.


Opacity

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

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

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

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

This text has shadow with #97D2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D2C5 on black background.


Color preview on white background

This text has color #97D2C5 on white background.



Black color preview on #97D2C5 background

This text has black color on #97D2C5 background.


White color preview on #97D2C5 background

This text has white color on #97D2C5 background.