COLOR #97E1B7

HEX: #97E1B7
RGB: (151,225,183)

Color info

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

RGB color model

#97E1B7 color RGB value is (151,225,183).

  • red value is 151;
  • green value is 225;
  • blue value is 183.
RGB:
(151,225,183)
(59%,88%,72%)

RGB channels and saturation

R 151 of 255 = 59%
G 225 of 255 = 88%
B 183 of 255 = 72%

151
225
183

R + G + B ~ 73%. #97E1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 225 + 183 = 559 (100%)
R 151 of 559 ~ 27.01%
G 225 of 559 ~ 40.25%
B 183 of 559 ~ 32.74%

%27.01
%40.25
%32.74

CMYK color model

#97E1B7 color CMYK value is (33,0,19,12).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(33,0,19,12)
C33M0Y19K12 
(33%,0%,19%,12%)
(0.33/0.00/0.19/0.12)	

CMYK percentages

%32.89
%0
%18.67
%11.76

Codes

Color #97E1B7 in popluar color models

97E1B7
RGB151225183
HSL146°55.22%73.73%
HSB/HSV146°32.89%88.24%
CMYK32.89%0.00%18.67%
11.76%

Color #97E1B7 in popluar number systems.

HEX97E1B7
Decimal151225183
Binary100101111110000110110111
Octal227341267

Shades and tints

Shades of #97E1B7

#97E1B7
(151,225,183)
#8ACDA7
(138,205,167)
#7DB997
(125,185,151)
#70A587
(112,165,135)
#639177
(99,145,119)
#567D67
(86,125,103)
#496957
(73,105,87)
#3C5547
(60,85,71)
#2F4137
(47,65,55)
#222D27
(34,45,39)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #97E1B7

#97E1B7
(151,225,183)
#A0E3BD
(160,227,189)
#A9E5C3
(169,229,195)
#B2E7C9
(178,231,201)
#BBE9CF
(187,233,207)
#C4EBD5
(196,235,213)
#CDEDDB
(205,237,219)
#D6EFE1
(214,239,225)
#DFF1E7
(223,241,231)
#E8F3ED
(232,243,237)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E1B7 color. Also use rgb(151,225,183) instead hex code.

Text Font Color

.myTextColor { color: #97E1B7; }

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

This text font color is #97E1B7.


Background Color

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

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

This div background color is #97E1B7.


Border color

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

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

This div border color is #97E1B7.


Opacity

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

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

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

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

This text has shadow with #97E1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E1B7 on black background.


Color preview on white background

This text has color #97E1B7 on white background.



Black color preview on #97E1B7 background

This text has black color on #97E1B7 background.


White color preview on #97E1B7 background

This text has white color on #97E1B7 background.