COLOR #97DF93

HEX: #97DF93
RGB: (151,223,147)

Color info

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

RGB color model

#97DF93 color RGB value is (151,223,147).

  • red value is 151;
  • green value is 223;
  • blue value is 147.
RGB:
(151,223,147)
(59%,87%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 223 of 255 = 87%
B 147 of 255 = 58%

151
223
147

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

Portions of RGB colors in percentages

R + G + B =
151 + 223 + 147 = 521 (100%)
R 151 of 521 ~ 28.98%
G 223 of 521 ~ 42.8%
B 147 of 521 ~ 28.21%

%28.98
%42.8
%28.21

CMYK color model

#97DF93 color CMYK value is (32,0,34,13).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 12.55%
CMYK:
(32,0,34,13)
C32M0Y34K13 
(32%,0%,34%,13%)
(0.32/0.00/0.34/0.13)	

CMYK percentages

%32.29
%0
%34.08
%12.55

Codes

Color #97DF93 in popluar color models

97DF93
RGB151223147
HSL117°54.29%72.55%
HSB/HSV117°34.08%87.45%
CMYK32.29%0.00%34.08%
12.55%

Color #97DF93 in popluar number systems.

HEX97DF93
Decimal151223147
Binary100101111101111110010011
Octal227337223

Shades and tints

Shades of #97DF93

#97DF93
(151,223,147)
#8ACB86
(138,203,134)
#7DB779
(125,183,121)
#70A36C
(112,163,108)
#638F5F
(99,143,95)
#567B52
(86,123,82)
#496745
(73,103,69)
#3C5338
(60,83,56)
#2F3F2B
(47,63,43)
#222B1E
(34,43,30)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #97DF93

#97DF93
(151,223,147)
#A0E19C
(160,225,156)
#A9E3A5
(169,227,165)
#B2E5AE
(178,229,174)
#BBE7B7
(187,231,183)
#C4E9C0
(196,233,192)
#CDEBC9
(205,235,201)
#D6EDD2
(214,237,210)
#DFEFDB
(223,239,219)
#E8F1E4
(232,241,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DF93 color. Also use rgb(151,223,147) instead hex code.

Text Font Color

.myTextColor { color: #97DF93; }

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

This text font color is #97DF93.


Background Color

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

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

This div background color is #97DF93.


Border color

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

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

This div border color is #97DF93.


Opacity

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

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

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

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

This text has shadow with #97DF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DF93 on black background.


Color preview on white background

This text has color #97DF93 on white background.



Black color preview on #97DF93 background

This text has black color on #97DF93 background.


White color preview on #97DF93 background

This text has white color on #97DF93 background.