COLOR #97E4E5

HEX: #97E4E5 RGB: (151,228,229)

Color info

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

RGB color model

#97E4E5 color RGB value is (151,228,229).

RGB: (151,228,229) (59%, 89%, 90%)

RGB channels and saturation

R 151 of 255 = 59%
G 228 of 255 = 89%
B 229 of 255 = 90%

151
228
229

R + G + B ~ 79%. #97E4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 228 + 229 = 608 (100%)
R 151 of 608 ~ 24.84%
G 228 of 608 ~ 37.5%
B 229 of 608 ~ 37.66'%

%24.84
%37.5
%37.66

CMYK color model

#97E4E5 color CMYK value is (34,0,0,10).

  • cyan value is 34.06%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (34,0,0,10) C34M0Y0K10 (34%,0%,0%,10%) (0.34/0.00/0.00/0.10) 

CMYK percentages

%34.06
%0.44
%0
%10.2

Codes

Color #97E4E5 in popluar color models

97 E4 E5
RGB 151 228 229
HSL 181° 60.00% 74.51%
HSB/HSV 181° 34.06% 89.80%
CMYK 34.06% 0.44% 0.00%
10.20%

Color #97E4E5 in popluar number systems.

HEX 97 E4 E5
Decimal 151 228 229
Binary 10010111 11100100 11100101
Octal 227 344 345

Shades and tints

Shades of #97E4E5

#97E4E5
(151,228,229)
#8AD0D1
(138,208,209)
#7DBCBD
(125,188,189)
#70A8A9
(112,168,169)
#639495
(99,148,149)
#568081
(86,128,129)
#496C6D
(73,108,109)
#3C5859
(60,88,89)
#2F4445
(47,68,69)
#223031
(34,48,49)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #97E4E5

#97E4E5
(151,228,229)
#A0E6E7
(160,230,231)
#A9E8E9
(169,232,233)
#B2EAEB
(178,234,235)
#BBECED
(187,236,237)
#C4EEEF
(196,238,239)
#CDF0F1
(205,240,241)
#D6F2F3
(214,242,243)
#DFF4F5
(223,244,245)
#E8F6F7
(232,246,247)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E4E5; }

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

This text font color is #97E4E5.

Background Color

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

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

This div background color is #97E4E5.

Border color

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

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

This div border color is #97E4E5.

Opacity

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

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

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

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

This text has shadow with #97E4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97E4E5.

Preview

Color preview on black background

This text has color #97E4E5 on black background.


Color preview on white background

This text has color #97E4E5 on white background.


Black color preview on #97E4E5 background

This text has black color on #97E4E5 background.


White color preview on #97E4E5 background

This text has white color on #97E4E5 background.


Related colors

Complementary color

Complementary color for #hex is #681B1A.


I love getcolorcode.com

Triadic colors

1 #E597E4 and #E4E597 with #97E4E5 are triadic colors.

2 #E5E497 and #E497E5 with #97E4E5 are triadic colors.