COLOR #97D9B1

HEX: #97D9B1
RGB: (151,217,177)

Color info

#97D9B1 contains mainly green and blue colors. Web safe color of #97D9B1 is #99CC99 (or #9C9).

RGB color model

#97D9B1 color RGB value is (151,217,177).

  • red value is 151;
  • green value is 217;
  • blue value is 177.
RGB:
(151,217,177)
(59%,85%,69%)

RGB channels and saturation

R 151 of 255 = 59%
G 217 of 255 = 85%
B 177 of 255 = 69%

151
217
177

R + G + B ~ 71%. #97D9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 217 + 177 = 545 (100%)
R 151 of 545 ~ 27.71%
G 217 of 545 ~ 39.82%
B 177 of 545 ~ 32.48%

%27.71
%39.82
%32.48

CMYK color model

#97D9B1 color CMYK value is (30,0,18,15).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 18.43%
  • key color value is 14.90%
CMYK:
(30,0,18,15)
C30M0Y18K15 
(30%,0%,18%,15%)
(0.30/0.00/0.18/0.15)	

CMYK percentages

%30.41
%0
%18.43
%14.9

Codes

Color #97D9B1 in popluar color models

97D9B1
RGB151217177
HSL144°46.48%72.16%
HSB/HSV144°30.41%85.10%
CMYK30.41%0.00%18.43%
14.90%

Color #97D9B1 in popluar number systems.

HEX97D9B1
Decimal151217177
Binary100101111101100110110001
Octal227331261

Shades and tints

Shades of #97D9B1

#97D9B1
(151,217,177)
#8AC6A1
(138,198,161)
#7DB391
(125,179,145)
#70A081
(112,160,129)
#638D71
(99,141,113)
#567A61
(86,122,97)
#496751
(73,103,81)
#3C5441
(60,84,65)
#2F4131
(47,65,49)
#222E21
(34,46,33)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #97D9B1

#97D9B1
(151,217,177)
#A0DCB8
(160,220,184)
#A9DFBF
(169,223,191)
#B2E2C6
(178,226,198)
#BBE5CD
(187,229,205)
#C4E8D4
(196,232,212)
#CDEBDB
(205,235,219)
#D6EEE2
(214,238,226)
#DFF1E9
(223,241,233)
#E8F4F0
(232,244,240)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D9B1 color. Also use rgb(151,217,177) instead hex code.

Text Font Color

.myTextColor { color: #97D9B1; }

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

This text font color is #97D9B1.


Background Color

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

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

This div background color is #97D9B1.


Border color

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

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

This div border color is #97D9B1.


Opacity

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

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

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

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

This text has shadow with #97D9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D9B1 on black background.


Color preview on white background

This text has color #97D9B1 on white background.



Black color preview on #97D9B1 background

This text has black color on #97D9B1 background.


White color preview on #97D9B1 background

This text has white color on #97D9B1 background.