COLOR #97F3DD

HEX: #97F3DD
RGB: (151,243,221)

Color info

#97F3DD contains mainly green and blue colors. Web safe color of #97F3DD is #99FFCC (or #9FC).

RGB color model

#97F3DD color RGB value is (151,243,221).

  • red value is 151;
  • green value is 243;
  • blue value is 221.
RGB:
(151,243,221)
(59%,95%,87%)

RGB channels and saturation

R 151 of 255 = 59%
G 243 of 255 = 95%
B 221 of 255 = 87%

151
243
221

R + G + B ~ 80%. #97F3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 243 + 221 = 615 (100%)
R 151 of 615 ~ 24.55%
G 243 of 615 ~ 39.51%
B 221 of 615 ~ 35.93%

%24.55
%39.51
%35.93

CMYK color model

#97F3DD color CMYK value is (38,0,9,5).

  • cyan value is 37.86%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(38,0,9,5)
C38M0Y9K5 
(38%,0%,9%,5%)
(0.38/0.00/0.09/0.05)	

CMYK percentages

%37.86
%0
%9.05
%4.71

Codes

Color #97F3DD in popluar color models

97F3DD
RGB151243221
HSL166°79.31%77.25%
HSB/HSV166°37.86%95.29%
CMYK37.86%0.00%9.05%
4.71%

Color #97F3DD in popluar number systems.

HEX97F3DD
Decimal151243221
Binary100101111111001111011101
Octal227363335

Shades and tints

Shades of #97F3DD

#97F3DD
(151,243,221)
#8ADDC9
(138,221,201)
#7DC7B5
(125,199,181)
#70B1A1
(112,177,161)
#639B8D
(99,155,141)
#568579
(86,133,121)
#496F65
(73,111,101)
#3C5951
(60,89,81)
#2F433D
(47,67,61)
#222D29
(34,45,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #97F3DD

#97F3DD
(151,243,221)
#A0F4E0
(160,244,224)
#A9F5E3
(169,245,227)
#B2F6E6
(178,246,230)
#BBF7E9
(187,247,233)
#C4F8EC
(196,248,236)
#CDF9EF
(205,249,239)
#D6FAF2
(214,250,242)
#DFFBF5
(223,251,245)
#E8FCF8
(232,252,248)
#F1FDFB
(241,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F3DD color. Also use rgb(151,243,221) instead hex code.

Text Font Color

.myTextColor { color: #97F3DD; }

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

This text font color is #97F3DD.


Background Color

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

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

This div background color is #97F3DD.


Border color

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

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

This div border color is #97F3DD.


Opacity

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

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

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

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

This text has shadow with #97F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97F3DD on black background.


Color preview on white background

This text has color #97F3DD on white background.



Black color preview on #97F3DD background

This text has black color on #97F3DD background.


White color preview on #97F3DD background

This text has white color on #97F3DD background.