COLOR #97D486

HEX: #97D486
RGB: (151,212,134)

Color info

#97D486 contains mainly green color. Web safe color of #97D486 is #99CC99 (or #9C9).

RGB color model

#97D486 color RGB value is (151,212,134).

  • red value is 151;
  • green value is 212;
  • blue value is 134.
RGB:
(151,212,134)
(59%,83%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 212 of 255 = 83%
B 134 of 255 = 53%

151
212
134

R + G + B ~ 65%. #97D486 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 212 + 134 = 497 (100%)
R 151 of 497 ~ 30.38%
G 212 of 497 ~ 42.66%
B 134 of 497 ~ 26.96%

%30.38
%42.66
%26.96

CMYK color model

#97D486 color CMYK value is (29,0,37,17).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 36.79%
  • key color value is 16.86%
CMYK:
(29,0,37,17)
C29M0Y37K17 
(29%,0%,37%,17%)
(0.29/0.00/0.37/0.17)	

CMYK percentages

%28.77
%0
%36.79
%16.86

Codes

Color #97D486 in popluar color models

97D486
RGB151212134
HSL107°47.56%67.84%
HSB/HSV107°36.79%83.14%
CMYK28.77%0.00%36.79%
16.86%

Color #97D486 in popluar number systems.

HEX97D486
Decimal151212134
Binary100101111101010010000110
Octal227324206

Shades and tints

Shades of #97D486

#97D486
(151,212,134)
#8AC17A
(138,193,122)
#7DAE6E
(125,174,110)
#709B62
(112,155,98)
#638856
(99,136,86)
#56754A
(86,117,74)
#49623E
(73,98,62)
#3C4F32
(60,79,50)
#2F3C26
(47,60,38)
#22291A
(34,41,26)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #97D486

#97D486
(151,212,134)
#A0D791
(160,215,145)
#A9DA9C
(169,218,156)
#B2DDA7
(178,221,167)
#BBE0B2
(187,224,178)
#C4E3BD
(196,227,189)
#CDE6C8
(205,230,200)
#D6E9D3
(214,233,211)
#DFECDE
(223,236,222)
#E8EFE9
(232,239,233)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D486 color. Also use rgb(151,212,134) instead hex code.

Text Font Color

.myTextColor { color: #97D486; }

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

This text font color is #97D486.


Background Color

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

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

This div background color is #97D486.


Border color

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

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

This div border color is #97D486.


Opacity

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

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

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

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

This text has shadow with #97D486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D486 on black background.


Color preview on white background

This text has color #97D486 on white background.



Black color preview on #97D486 background

This text has black color on #97D486 background.


White color preview on #97D486 background

This text has white color on #97D486 background.