COLOR #97E0C4

HEX: #97E0C4 RGB: (151,224,196)

Color info

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

RGB color model

#97E0C4 color RGB value is (151,224,196).

RGB: (151,224,196) (59%, 88%, 77%)

RGB channels and saturation

R 151 of 255 = 59%
G 224 of 255 = 88%
B 196 of 255 = 77%

151
224
196

R + G + B ~ 75%. #97E0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 224 + 196 = 571 (100%)
R 151 of 571 ~ 26.44%
G 224 of 571 ~ 39.23%
B 196 of 571 ~ 34.33'%

%26.44
%39.23
%34.33

CMYK color model

#97E0C4 color CMYK value is (33,0,13,12).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 12.16%

CMYK: (33,0,13,12)
C33M0Y13K12 (33%, 0%, 13%, 12%)
(0.33 / 0.00 / 0.13 / 0.12)

CMYK percentages

%32.59
%0
%12.5
%12.16

Codes

Color #97E0C4 in popluar color models

97 E0 C4
RGB 151 224 196
HSL 157° 54.07% 73.53%
HSB/HSV 157° 32.59% 87.84%
CMYK 32.59% 0.00% 12.50%
12.16%

Color #97E0C4 in popluar number systems.

HEX 97 E0 C4
Decimal 151 224 196
Binary 10010111 11100000 11000100
Octal 227 340 304

Shades and tints

Shades of #97E0C4

#97E0C4
(151,224,196)
#8ACCB3
(138,204,179)
#7DB8A2
(125,184,162)
#70A491
(112,164,145)
#639080
(99,144,128)
#567C6F
(86,124,111)
#49685E
(73,104,94)
#3C544D
(60,84,77)
#2F403C
(47,64,60)
#222C2B
(34,44,43)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #97E0C4

#97E0C4
(151,224,196)
#A0E2C9
(160,226,201)
#A9E4CE
(169,228,206)
#B2E6D3
(178,230,211)
#BBE8D8
(187,232,216)
#C4EADD
(196,234,221)
#CDECE2
(205,236,226)
#D6EEE7
(214,238,231)
#DFF0EC
(223,240,236)
#E8F2F1
(232,242,241)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E0C4 color. Also use rgb(151,224,196) instead hex code.

Text Font Color

.myTextColor { color: #97E0C4; }

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

This text font color is #97E0C4.

Background Color

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

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

This div background color is #97E0C4.

Border color

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

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

This div border color is #97E0C4.

Opacity

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

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

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

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

This text has shadow with #97E0C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97E0C4.

Preview

Color preview on black background

This text has color #97E0C4 on black background.


Color preview on white background

This text has color #97E0C4 on white background.


Black color preview on #97E0C4 background

This text has black color on #97E0C4 background.


White color preview on #97E0C4 background

This text has white color on #97E0C4 background.


Related colors

Complementary color

Complementary color for #hex is #681F3B.


I love getcolorcode.com

Triadic colors

1 #C497E0 and #E0C497 with #97E0C4 are triadic colors.

2 #C4E097 and #E097C4 with #97E0C4 are triadic colors.