COLOR #97D59B

HEX: #97D59B
RGB: (151,213,155)

Color info

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

RGB color model

#97D59B color RGB value is (151,213,155).

  • red value is 151;
  • green value is 213;
  • blue value is 155.
RGB: (151,213,155) (59%,84%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 213 of 255 = 84%
B 155 of 255 = 61%

151
213
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 213 + 155 = 519 (100%)
R 151 of 519 ~ 29.09%
G 213 of 519 ~ 41.04%
B 155 of 519 ~ 29.87%

%29.09
%41.04
%29.87

CMYK color model

#97D59B color CMYK value is (29,0,27,16).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 16.47%
CMYK: (29,0,27,16) C29M0Y27K16 (29%,0%,27%,16%) (0.29/0.00/0.27/0.16)

CMYK percentages

%29.11
%0
%27.23
%16.47

Codes

Color #97D59B in popluar color models

97D59B
RGB151213155
HSL124°42.47%71.37%
HSB/HSV124°29.11%83.53%
CMYK29.11%0.00%27.23%
16.47%

Color #97D59B in popluar number systems.

HEX97D59B
Decimal151213155
Binary100101111101010110011011
Octal227325233

Shades and tints

Shades of #97D59B

#97D59B
(151,213,155)
#8AC28D
(138,194,141)
#7DAF7F
(125,175,127)
#709C71
(112,156,113)
#638963
(99,137,99)
#567655
(86,118,85)
#496347
(73,99,71)
#3C5039
(60,80,57)
#2F3D2B
(47,61,43)
#222A1D
(34,42,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #97D59B

#97D59B
(151,213,155)
#A0D8A4
(160,216,164)
#A9DBAD
(169,219,173)
#B2DEB6
(178,222,182)
#BBE1BF
(187,225,191)
#C4E4C8
(196,228,200)
#CDE7D1
(205,231,209)
#D6EADA
(214,234,218)
#DFEDE3
(223,237,227)
#E8F0EC
(232,240,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D59B; }

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

This text font color is #97D59B.


Background Color

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

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

This div background color is #97D59B.


Border color

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

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

This div border color is #97D59B.


Opacity

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

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

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

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

This text has shadow with #97D59B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #97D59B on black background.


Color preview on white background

This text has color #97D59B on white background.



Black color preview on #97D59B background

This text has black color on #97D59B background.


White color preview on #97D59B background

This text has white color on #97D59B background.