COLOR #97FDB5

HEX: #97FDB5
RGB: (151,253,181)

Color info

#97FDB5 contains mainly green color. Web safe color of #97FDB5 is #99FFCC (or #9FC).

RGB color model

#97FDB5 color RGB value is (151,253,181).

  • red value is 151;
  • green value is 253;
  • blue value is 181.
RGB:
(151,253,181)
(59%,99%,71%)

RGB channels and saturation

R 151 of 255 = 59%
G 253 of 255 = 99%
B 181 of 255 = 71%

151
253
181

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

Portions of RGB colors in percentages

R + G + B =
151 + 253 + 181 = 585 (100%)
R 151 of 585 ~ 25.81%
G 253 of 585 ~ 43.25%
B 181 of 585 ~ 30.94%

%25.81
%43.25
%30.94

CMYK color model

#97FDB5 color CMYK value is (40,0,28,1).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 0.78%
CMYK:
(40,0,28,1)
C40M0Y28K1 
(40%,0%,28%,1%)
(0.40/0.00/0.28/0.01)	

CMYK percentages

%40.32
%0
%28.46
%0.78

Codes

Color #97FDB5 in popluar color models

97FDB5
RGB151253181
HSL138°96.23%79.22%
HSB/HSV138°40.32%99.22%
CMYK40.32%0.00%28.46%
0.78%

Color #97FDB5 in popluar number systems.

HEX97FDB5
Decimal151253181
Binary100101111111110110110101
Octal227375265

Shades and tints

Shades of #97FDB5

#97FDB5
(151,253,181)
#8AE6A5
(138,230,165)
#7DCF95
(125,207,149)
#70B885
(112,184,133)
#63A175
(99,161,117)
#568A65
(86,138,101)
#497355
(73,115,85)
#3C5C45
(60,92,69)
#2F4535
(47,69,53)
#222E25
(34,46,37)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #97FDB5

#97FDB5
(151,253,181)
#A0FDBB
(160,253,187)
#A9FDC1
(169,253,193)
#B2FDC7
(178,253,199)
#BBFDCD
(187,253,205)
#C4FDD3
(196,253,211)
#CDFDD9
(205,253,217)
#D6FDDF
(214,253,223)
#DFFDE5
(223,253,229)
#E8FDEB
(232,253,235)
#F1FDF1
(241,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97FDB5 color. Also use rgb(151,253,181) instead hex code.

Text Font Color

.myTextColor { color: #97FDB5; }

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

This text font color is #97FDB5.


Background Color

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

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

This div background color is #97FDB5.


Border color

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

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

This div border color is #97FDB5.


Opacity

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

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

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

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

This text has shadow with #97FDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97FDB5 on black background.


Color preview on white background

This text has color #97FDB5 on white background.



Black color preview on #97FDB5 background

This text has black color on #97FDB5 background.


White color preview on #97FDB5 background

This text has white color on #97FDB5 background.