COLOR #97E4CF

HEX: #97E4CF RGB: (151,228,207)

Color info

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

RGB color model

#97E4CF color RGB value is (151,228,207).

RGB: (151,228,207) (59%, 89%, 81%)

RGB channels and saturation

R 151 of 255 = 59%
G 228 of 255 = 89%
B 207 of 255 = 81%

151
228
207

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

Portions of RGB colors in percentages

R + G + B = 151 + 228 + 207 = 586 (100%)
R 151 of 586 ~ 25.77%
G 228 of 586 ~ 38.91%
B 207 of 586 ~ 35.32'%

%25.77
%38.91
%35.32

CMYK color model

#97E4CF color CMYK value is (34,0,9,11).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 10.59%

CMYK: (34,0,9,11)
C34M0Y9K11 (34%, 0%, 9%, 11%)
(0.34 / 0.00 / 0.09 / 0.11)

CMYK percentages

%33.77
%0
%9.21
%10.59

Codes

Color #97E4CF in popluar color models

97 E4 CF
RGB 151 228 207
HSL 164° 58.78% 74.31%
HSB/HSV 164° 33.77% 89.41%
CMYK 33.77% 0.00% 9.21%
10.59%

Color #97E4CF in popluar number systems.

HEX 97 E4 CF
Decimal 151 228 207
Binary 10010111 11100100 11001111
Octal 227 344 317

Shades and tints

Shades of #97E4CF

#97E4CF
(151,228,207)
#8AD0BD
(138,208,189)
#7DBCAB
(125,188,171)
#70A899
(112,168,153)
#639487
(99,148,135)
#568075
(86,128,117)
#496C63
(73,108,99)
#3C5851
(60,88,81)
#2F443F
(47,68,63)
#22302D
(34,48,45)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #97E4CF

#97E4CF
(151,228,207)
#A0E6D3
(160,230,211)
#A9E8D7
(169,232,215)
#B2EADB
(178,234,219)
#BBECDF
(187,236,223)
#C4EEE3
(196,238,227)
#CDF0E7
(205,240,231)
#D6F2EB
(214,242,235)
#DFF4EF
(223,244,239)
#E8F6F3
(232,246,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E4CF color. Also use rgb(151,228,207) instead hex code.

Text Font Color

.myTextColor { color: #97E4CF; }

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

This text font color is #97E4CF.

Background Color

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

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

This div background color is #97E4CF.

Border color

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

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

This div border color is #97E4CF.

Opacity

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

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

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

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

This text has shadow with #97E4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97E4CF.

Preview

Color preview on black background

This text has color #97E4CF on black background.


Color preview on white background

This text has color #97E4CF on white background.


Black color preview on #97E4CF background

This text has black color on #97E4CF background.


White color preview on #97E4CF background

This text has white color on #97E4CF background.


Related colors

Complementary color

Complementary color for #hex is #681B30.


I love getcolorcode.com

Triadic colors

1 #CF97E4 and #E4CF97 with #97E4CF are triadic colors.

2 #CFE497 and #E497CF with #97E4CF are triadic colors.