COLOR #97D396

HEX: #97D396
RGB: (151,211,150)

Color info

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

RGB color model

#97D396 color RGB value is (151,211,150).

  • red value is 151;
  • green value is 211;
  • blue value is 150.
RGB:
(151,211,150)
(59%,83%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 211 of 255 = 83%
B 150 of 255 = 59%

151
211
150

R + G + B ~ 67%. #97D396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 211 + 150 = 512 (100%)
R 151 of 512 ~ 29.49%
G 211 of 512 ~ 41.21%
B 150 of 512 ~ 29.3%

%29.49
%41.21
%29.3

CMYK color model

#97D396 color CMYK value is (28,0,29,17).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(28,0,29,17)
C28M0Y29K17 
(28%,0%,29%,17%)
(0.28/0.00/0.29/0.17)	

CMYK percentages

%28.44
%0
%28.91
%17.25

Codes

Color #97D396 in popluar color models

97D396
RGB151211150
HSL119°40.94%70.78%
HSB/HSV119°28.91%82.75%
CMYK28.44%0.00%28.91%
17.25%

Color #97D396 in popluar number systems.

HEX97D396
Decimal151211150
Binary100101111101001110010110
Octal227323226

Shades and tints

Shades of #97D396

#97D396
(151,211,150)
#8AC089
(138,192,137)
#7DAD7C
(125,173,124)
#709A6F
(112,154,111)
#638762
(99,135,98)
#567455
(86,116,85)
#496148
(73,97,72)
#3C4E3B
(60,78,59)
#2F3B2E
(47,59,46)
#222821
(34,40,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #97D396

#97D396
(151,211,150)
#A0D79F
(160,215,159)
#A9DBA8
(169,219,168)
#B2DFB1
(178,223,177)
#BBE3BA
(187,227,186)
#C4E7C3
(196,231,195)
#CDEBCC
(205,235,204)
#D6EFD5
(214,239,213)
#DFF3DE
(223,243,222)
#E8F7E7
(232,247,231)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D396 color. Also use rgb(151,211,150) instead hex code.

Text Font Color

.myTextColor { color: #97D396; }

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

This text font color is #97D396.


Background Color

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

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

This div background color is #97D396.


Border color

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

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

This div border color is #97D396.


Opacity

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

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

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

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

This text has shadow with #97D396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D396 on black background.


Color preview on white background

This text has color #97D396 on white background.



Black color preview on #97D396 background

This text has black color on #97D396 background.


White color preview on #97D396 background

This text has white color on #97D396 background.