COLOR #97E2C9

HEX: #97E2C9
RGB: (151,226,201)

Color info

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

RGB color model

#97E2C9 color RGB value is (151,226,201).

  • red value is 151;
  • green value is 226;
  • blue value is 201.
RGB:
(151,226,201)
(59%,89%,79%)

RGB channels and saturation

R 151 of 255 = 59%
G 226 of 255 = 89%
B 201 of 255 = 79%

151
226
201

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

Portions of RGB colors in percentages

R + G + B =
151 + 226 + 201 = 578 (100%)
R 151 of 578 ~ 26.12%
G 226 of 578 ~ 39.1%
B 201 of 578 ~ 34.78%

%26.12
%39.1
%34.78

CMYK color model

#97E2C9 color CMYK value is (33,0,11,11).

  • cyan value is 33.19%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(33,0,11,11)
C33M0Y11K11 
(33%,0%,11%,11%)
(0.33/0.00/0.11/0.11)	

CMYK percentages

%33.19
%0
%11.06
%11.37

Codes

Color #97E2C9 in popluar color models

97E2C9
RGB151226201
HSL160°56.39%73.92%
HSB/HSV160°33.19%88.63%
CMYK33.19%0.00%11.06%
11.37%

Color #97E2C9 in popluar number systems.

HEX97E2C9
Decimal151226201
Binary100101111110001011001001
Octal227342311

Shades and tints

Shades of #97E2C9

#97E2C9
(151,226,201)
#8ACEB7
(138,206,183)
#7DBAA5
(125,186,165)
#70A693
(112,166,147)
#639281
(99,146,129)
#567E6F
(86,126,111)
#496A5D
(73,106,93)
#3C564B
(60,86,75)
#2F4239
(47,66,57)
#222E27
(34,46,39)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #97E2C9

#97E2C9
(151,226,201)
#A0E4CD
(160,228,205)
#A9E6D1
(169,230,209)
#B2E8D5
(178,232,213)
#BBEAD9
(187,234,217)
#C4ECDD
(196,236,221)
#CDEEE1
(205,238,225)
#D6F0E5
(214,240,229)
#DFF2E9
(223,242,233)
#E8F4ED
(232,244,237)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E2C9 color. Also use rgb(151,226,201) instead hex code.

Text Font Color

.myTextColor { color: #97E2C9; }

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

This text font color is #97E2C9.


Background Color

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

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

This div background color is #97E2C9.


Border color

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

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

This div border color is #97E2C9.


Opacity

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

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

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

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

This text has shadow with #97E2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E2C9 on black background.


Color preview on white background

This text has color #97E2C9 on white background.



Black color preview on #97E2C9 background

This text has black color on #97E2C9 background.


White color preview on #97E2C9 background

This text has white color on #97E2C9 background.