COLOR #97D2A1

HEX: #97D2A1
RGB: (151,210,161)

Color info

#97D2A1 contains red, green and blue colors in about the same proportion. Web safe color of #97D2A1 is #99CC99 (or #9C9).

RGB color model

#97D2A1 color RGB value is (151,210,161).

  • red value is 151;
  • green value is 210;
  • blue value is 161.
RGB:
(151,210,161)
(59%,82%,63%)

RGB channels and saturation

R 151 of 255 = 59%
G 210 of 255 = 82%
B 161 of 255 = 63%

151
210
161

R + G + B ~ 68%. #97D2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 210 + 161 = 522 (100%)
R 151 of 522 ~ 28.93%
G 210 of 522 ~ 40.23%
B 161 of 522 ~ 30.84%

%28.93
%40.23
%30.84

CMYK color model

#97D2A1 color CMYK value is (28,0,23,18).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 17.65%
CMYK:
(28,0,23,18)
C28M0Y23K18 
(28%,0%,23%,18%)
(0.28/0.00/0.23/0.18)	

CMYK percentages

%28.1
%0
%23.33
%17.65

Codes

Color #97D2A1 in popluar color models

97D2A1
RGB151210161
HSL130°39.60%70.78%
HSB/HSV130°28.10%82.35%
CMYK28.10%0.00%23.33%
17.65%

Color #97D2A1 in popluar number systems.

HEX97D2A1
Decimal151210161
Binary100101111101001010100001
Octal227322241

Shades and tints

Shades of #97D2A1

#97D2A1
(151,210,161)
#8ABF93
(138,191,147)
#7DAC85
(125,172,133)
#709977
(112,153,119)
#638669
(99,134,105)
#56735B
(86,115,91)
#49604D
(73,96,77)
#3C4D3F
(60,77,63)
#2F3A31
(47,58,49)
#222723
(34,39,35)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97D2A1

#97D2A1
(151,210,161)
#A0D6A9
(160,214,169)
#A9DAB1
(169,218,177)
#B2DEB9
(178,222,185)
#BBE2C1
(187,226,193)
#C4E6C9
(196,230,201)
#CDEAD1
(205,234,209)
#D6EED9
(214,238,217)
#DFF2E1
(223,242,225)
#E8F6E9
(232,246,233)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D2A1 color. Also use rgb(151,210,161) instead hex code.

Text Font Color

.myTextColor { color: #97D2A1; }

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

This text font color is #97D2A1.


Background Color

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

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

This div background color is #97D2A1.


Border color

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

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

This div border color is #97D2A1.


Opacity

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

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

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

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

This text has shadow with #97D2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D2A1 on black background.


Color preview on white background

This text has color #97D2A1 on white background.



Black color preview on #97D2A1 background

This text has black color on #97D2A1 background.


White color preview on #97D2A1 background

This text has white color on #97D2A1 background.