COLOR #97C587

HEX: #97C587 RGB: (151,197,135)

Color info

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

RGB color model

#97C587 color RGB value is (151,197,135).

RGB: (151,197,135) (59%, 77%, 53%)

RGB channels and saturation

R 151 of 255 = 59%
G 197 of 255 = 77%
B 135 of 255 = 53%

151
197
135

R + G + B ~ 63%. #97C587 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 197 + 135 = 483 (100%)
R 151 of 483 ~ 31.26%
G 197 of 483 ~ 40.79%
B 135 of 483 ~ 27.95'%

%31.26
%40.79
%27.95

CMYK color model

#97C587 color CMYK value is (23,0,31,23).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 31.47%
  • key color value is 22.75%

CMYK: (23,0,31,23)
C23M0Y31K23 (23%, 0%, 31%, 23%)
(0.23 / 0.00 / 0.31 / 0.23)

CMYK percentages

%23.35
%0
%31.47
%22.75

Codes

Color #97C587 in popluar color models

97 C5 87
RGB 151 197 135
HSL 105° 34.83% 65.10%
HSB/HSV 105° 31.47% 77.25%
CMYK 23.35% 0.00% 31.47%
22.75%

Color #97C587 in popluar number systems.

HEX 97 C5 87
Decimal 151 197 135
Binary 10010111 11000101 10000111
Octal 227 305 207

Shades and tints

Shades of #97C587

#97C587
(151,197,135)
#8AB47B
(138,180,123)
#7DA36F
(125,163,111)
#709263
(112,146,99)
#638157
(99,129,87)
#56704B
(86,112,75)
#495F3F
(73,95,63)
#3C4E33
(60,78,51)
#2F3D27
(47,61,39)
#222C1B
(34,44,27)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #97C587

#97C587
(151,197,135)
#A0CA91
(160,202,145)
#A9CF9B
(169,207,155)
#B2D4A5
(178,212,165)
#BBD9AF
(187,217,175)
#C4DEB9
(196,222,185)
#CDE3C3
(205,227,195)
#D6E8CD
(214,232,205)
#DFEDD7
(223,237,215)
#E8F2E1
(232,242,225)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C587; }

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

This text font color is #97C587.

Background Color

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

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

This div background color is #97C587.

Border color

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

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

This div border color is #97C587.

Opacity

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

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

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

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

This text has shadow with #97C587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C587.

Preview

Color preview on black background

This text has color #97C587 on black background.


Color preview on white background

This text has color #97C587 on white background.


Black color preview on #97C587 background

This text has black color on #97C587 background.


White color preview on #97C587 background

This text has white color on #97C587 background.


Related colors

Complementary color

Complementary color for #hex is #683A78.


I love getcolorcode.com

Triadic colors

1 #8797C5 and #C58797 with #97C587 are triadic colors.

2 #87C597 and #C59787 with #97C587 are triadic colors.