COLOR #97D6A7

HEX: #97D6A7
RGB: (151,214,167)

Color info

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

RGB color model

#97D6A7 color RGB value is (151,214,167).

  • red value is 151;
  • green value is 214;
  • blue value is 167.
RGB:
(151,214,167)
(59%,84%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 214 of 255 = 84%
B 167 of 255 = 65%

151
214
167

R + G + B ~ 69%. #97D6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 214 + 167 = 532 (100%)
R 151 of 532 ~ 28.38%
G 214 of 532 ~ 40.23%
B 167 of 532 ~ 31.39%

%28.38
%40.23
%31.39

CMYK color model

#97D6A7 color CMYK value is (29,0,22,16).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK:
(29,0,22,16)
C29M0Y22K16 
(29%,0%,22%,16%)
(0.29/0.00/0.22/0.16)	

CMYK percentages

%29.44
%0
%21.96
%16.08

Codes

Color #97D6A7 in popluar color models

97D6A7
RGB151214167
HSL135°43.45%71.57%
HSB/HSV135°29.44%83.92%
CMYK29.44%0.00%21.96%
16.08%

Color #97D6A7 in popluar number systems.

HEX97D6A7
Decimal151214167
Binary100101111101011010100111
Octal227326247

Shades and tints

Shades of #97D6A7

#97D6A7
(151,214,167)
#8AC398
(138,195,152)
#7DB089
(125,176,137)
#709D7A
(112,157,122)
#638A6B
(99,138,107)
#56775C
(86,119,92)
#49644D
(73,100,77)
#3C513E
(60,81,62)
#2F3E2F
(47,62,47)
#222B20
(34,43,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #97D6A7

#97D6A7
(151,214,167)
#A0D9AF
(160,217,175)
#A9DCB7
(169,220,183)
#B2DFBF
(178,223,191)
#BBE2C7
(187,226,199)
#C4E5CF
(196,229,207)
#CDE8D7
(205,232,215)
#D6EBDF
(214,235,223)
#DFEEE7
(223,238,231)
#E8F1EF
(232,241,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D6A7 color. Also use rgb(151,214,167) instead hex code.

Text Font Color

.myTextColor { color: #97D6A7; }

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

This text font color is #97D6A7.


Background Color

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

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

This div background color is #97D6A7.


Border color

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

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

This div border color is #97D6A7.


Opacity

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

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

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

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

This text has shadow with #97D6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D6A7 on black background.


Color preview on white background

This text has color #97D6A7 on white background.



Black color preview on #97D6A7 background

This text has black color on #97D6A7 background.


White color preview on #97D6A7 background

This text has white color on #97D6A7 background.