COLOR #97D097

HEX: #97D097
RGB: (151,208,151)

Color info

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

RGB color model

#97D097 color RGB value is (151,208,151).

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

RGB channels and saturation

R 151 of 255 = 59%
G 208 of 255 = 82%
B 151 of 255 = 59%

151
208
151

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

Portions of RGB colors in percentages

R + G + B =
151 + 208 + 151 = 510 (100%)
R 151 of 510 ~ 29.61%
G 208 of 510 ~ 40.78%
B 151 of 510 ~ 29.61%

%29.61
%40.78
%29.61

CMYK color model

#97D097 color CMYK value is (27,0,27,18).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK:
(27,0,27,18)
C27M0Y27K18 
(27%,0%,27%,18%)
(0.27/0.00/0.27/0.18)	

CMYK percentages

%27.4
%0
%27.4
%18.43

Codes

Color #97D097 in popluar color models

97D097
RGB151208151
HSL120°37.75%70.39%
HSB/HSV120°27.40%81.57%
CMYK27.40%0.00%27.40%
18.43%

Color #97D097 in popluar number systems.

HEX97D097
Decimal151208151
Binary100101111101000010010111
Octal227320227

Shades and tints

Shades of #97D097

#97D097
(151,208,151)
#8ABE8A
(138,190,138)
#7DAC7D
(125,172,125)
#709A70
(112,154,112)
#638863
(99,136,99)
#567656
(86,118,86)
#496449
(73,100,73)
#3C523C
(60,82,60)
#2F402F
(47,64,47)
#222E22
(34,46,34)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #97D097

#97D097
(151,208,151)
#A0D4A0
(160,212,160)
#A9D8A9
(169,216,169)
#B2DCB2
(178,220,178)
#BBE0BB
(187,224,187)
#C4E4C4
(196,228,196)
#CDE8CD
(205,232,205)
#D6ECD6
(214,236,214)
#DFF0DF
(223,240,223)
#E8F4E8
(232,244,232)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D097; }

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

This text font color is #97D097.


Background Color

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

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

This div background color is #97D097.


Border color

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

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

This div border color is #97D097.


Opacity

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

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

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

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

This text has shadow with #97D097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D097 on black background.


Color preview on white background

This text has color #97D097 on white background.



Black color preview on #97D097 background

This text has black color on #97D097 background.


White color preview on #97D097 background

This text has white color on #97D097 background.