COLOR #97DAB7

HEX: #97DAB7
RGB: (151,218,183)

Color info

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

RGB color model

#97DAB7 color RGB value is (151,218,183).

  • red value is 151;
  • green value is 218;
  • blue value is 183.
RGB:
(151,218,183)
(59%,85%,72%)

RGB channels and saturation

R 151 of 255 = 59%
G 218 of 255 = 85%
B 183 of 255 = 72%

151
218
183

R + G + B ~ 72%. #97DAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 218 + 183 = 552 (100%)
R 151 of 552 ~ 27.36%
G 218 of 552 ~ 39.49%
B 183 of 552 ~ 33.15%

%27.36
%39.49
%33.15

CMYK color model

#97DAB7 color CMYK value is (31,0,16,15).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 14.51%
CMYK:
(31,0,16,15)
C31M0Y16K15 
(31%,0%,16%,15%)
(0.31/0.00/0.16/0.15)	

CMYK percentages

%30.73
%0
%16.06
%14.51

Codes

Color #97DAB7 in popluar color models

97DAB7
RGB151218183
HSL149°47.52%72.35%
HSB/HSV149°30.73%85.49%
CMYK30.73%0.00%16.06%
14.51%

Color #97DAB7 in popluar number systems.

HEX97DAB7
Decimal151218183
Binary100101111101101010110111
Octal227332267

Shades and tints

Shades of #97DAB7

#97DAB7
(151,218,183)
#8AC7A7
(138,199,167)
#7DB497
(125,180,151)
#70A187
(112,161,135)
#638E77
(99,142,119)
#567B67
(86,123,103)
#496857
(73,104,87)
#3C5547
(60,85,71)
#2F4237
(47,66,55)
#222F27
(34,47,39)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #97DAB7

#97DAB7
(151,218,183)
#A0DDBD
(160,221,189)
#A9E0C3
(169,224,195)
#B2E3C9
(178,227,201)
#BBE6CF
(187,230,207)
#C4E9D5
(196,233,213)
#CDECDB
(205,236,219)
#D6EFE1
(214,239,225)
#DFF2E7
(223,242,231)
#E8F5ED
(232,245,237)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DAB7 color. Also use rgb(151,218,183) instead hex code.

Text Font Color

.myTextColor { color: #97DAB7; }

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

This text font color is #97DAB7.


Background Color

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

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

This div background color is #97DAB7.


Border color

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

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

This div border color is #97DAB7.


Opacity

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

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

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

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

This text has shadow with #97DAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DAB7 on black background.


Color preview on white background

This text has color #97DAB7 on white background.



Black color preview on #97DAB7 background

This text has black color on #97DAB7 background.


White color preview on #97DAB7 background

This text has white color on #97DAB7 background.