COLOR #97D9BF

HEX: #97D9BF
RGB: (151,217,191)

Color info

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

RGB color model

#97D9BF color RGB value is (151,217,191).

  • red value is 151;
  • green value is 217;
  • blue value is 191.
RGB:
(151,217,191)
(59%,85%,75%)

RGB channels and saturation

R 151 of 255 = 59%
G 217 of 255 = 85%
B 191 of 255 = 75%

151
217
191

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

Portions of RGB colors in percentages

R + G + B =
151 + 217 + 191 = 559 (100%)
R 151 of 559 ~ 27.01%
G 217 of 559 ~ 38.82%
B 191 of 559 ~ 34.17%

%27.01
%38.82
%34.17

CMYK color model

#97D9BF color CMYK value is (30,0,12,15).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 14.90%
CMYK:
(30,0,12,15)
C30M0Y12K15 
(30%,0%,12%,15%)
(0.30/0.00/0.12/0.15)	

CMYK percentages

%30.41
%0
%11.98
%14.9

Codes

Color #97D9BF in popluar color models

97D9BF
RGB151217191
HSL156°46.48%72.16%
HSB/HSV156°30.41%85.10%
CMYK30.41%0.00%11.98%
14.90%

Color #97D9BF in popluar number systems.

HEX97D9BF
Decimal151217191
Binary100101111101100110111111
Octal227331277

Shades and tints

Shades of #97D9BF

#97D9BF
(151,217,191)
#8AC6AE
(138,198,174)
#7DB39D
(125,179,157)
#70A08C
(112,160,140)
#638D7B
(99,141,123)
#567A6A
(86,122,106)
#496759
(73,103,89)
#3C5448
(60,84,72)
#2F4137
(47,65,55)
#222E26
(34,46,38)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #97D9BF

#97D9BF
(151,217,191)
#A0DCC4
(160,220,196)
#A9DFC9
(169,223,201)
#B2E2CE
(178,226,206)
#BBE5D3
(187,229,211)
#C4E8D8
(196,232,216)
#CDEBDD
(205,235,221)
#D6EEE2
(214,238,226)
#DFF1E7
(223,241,231)
#E8F4EC
(232,244,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D9BF color. Also use rgb(151,217,191) instead hex code.

Text Font Color

.myTextColor { color: #97D9BF; }

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

This text font color is #97D9BF.


Background Color

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

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

This div background color is #97D9BF.


Border color

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

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

This div border color is #97D9BF.


Opacity

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

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

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

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

This text has shadow with #97D9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D9BF on black background.


Color preview on white background

This text has color #97D9BF on white background.



Black color preview on #97D9BF background

This text has black color on #97D9BF background.


White color preview on #97D9BF background

This text has white color on #97D9BF background.