COLOR #97F2ED

HEX: #97F2ED RGB: (151,242,237)

Color info

#97F2ED contains mainly green and blue colors. Web safe color of #97F2ED is #99FFFF (or #9FF).

RGB color model

#97F2ED color RGB value is (151,242,237).

RGB: (151,242,237) (59%, 95%, 93%)

RGB channels and saturation

R 151 of 255 = 59%
G 242 of 255 = 95%
B 237 of 255 = 93%

151
242
237

R + G + B ~ 82%. #97F2ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 242 + 237 = 630 (100%)
R 151 of 630 ~ 23.97%
G 242 of 630 ~ 38.41%
B 237 of 630 ~ 37.62'%

%23.97
%38.41
%37.62

CMYK color model

#97F2ED color CMYK value is (38,0,2,5).

  • cyan value is 37.60%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK: (38,0,2,5) C38M0Y2K5 (38%,0%,2%,5%) (0.38/0.00/0.02/0.05) 

CMYK percentages

%37.6
%0
%2.07
%5.1

Codes

Color #97F2ED in popluar color models

97 F2 ED
RGB 151 242 237
HSL 177° 77.78% 77.06%
HSB/HSV 177° 37.60% 94.90%
CMYK 37.60% 0.00% 2.07%
5.10%

Color #97F2ED in popluar number systems.

HEX 97 F2 ED
Decimal 151 242 237
Binary 10010111 11110010 11101101
Octal 227 362 355

Shades and tints

Shades of #97F2ED

#97F2ED
(151,242,237)
#8ADCD8
(138,220,216)
#7DC6C3
(125,198,195)
#70B0AE
(112,176,174)
#639A99
(99,154,153)
#568484
(86,132,132)
#496E6F
(73,110,111)
#3C585A
(60,88,90)
#2F4245
(47,66,69)
#222C30
(34,44,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #97F2ED

#97F2ED
(151,242,237)
#A0F3EE
(160,243,238)
#A9F4EF
(169,244,239)
#B2F5F0
(178,245,240)
#BBF6F1
(187,246,241)
#C4F7F2
(196,247,242)
#CDF8F3
(205,248,243)
#D6F9F4
(214,249,244)
#DFFAF5
(223,250,245)
#E8FBF6
(232,251,246)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F2ED color. Also use rgb(151,242,237) instead hex code.

Text Font Color

.myTextColor { color: #97F2ED; }

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

This text font color is #97F2ED.

Background Color

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

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

This div background color is #97F2ED.

Border color

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

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

This div border color is #97F2ED.

Opacity

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

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

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

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

This text has shadow with #97F2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97F2ED.

Preview

Color preview on black background

This text has color #97F2ED on black background.


Color preview on white background

This text has color #97F2ED on white background.


Black color preview on #97F2ED background

This text has black color on #97F2ED background.


White color preview on #97F2ED background

This text has white color on #97F2ED background.


Related colors

Complementary color

Complementary color for #hex is #680D12.


I love getcolorcode.com

Triadic colors

1 #ED97F2 and #F2ED97 with #97F2ED are triadic colors.

2 #EDF297 and #F297ED with #97F2ED are triadic colors.