COLOR #97B58A

HEX: #97B58A RGB: (151,181,138)

Color info

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

RGB color model

#97B58A color RGB value is (151,181,138).

RGB: (151,181,138) (59%, 71%, 54%)

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 138 of 255 = 54%

151
181
138

R + G + B ~ 61%. #97B58A is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 181 + 138 = 470 (100%)
R 151 of 470 ~ 32.13%
G 181 of 470 ~ 38.51%
B 138 of 470 ~ 29.36'%

%32.13
%38.51
%29.36

CMYK color model

#97B58A color CMYK value is (17,0,24,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 29.02%

CMYK: (17,0,24,29)
C17M0Y24K29 (17%, 0%, 24%, 29%)
(0.17 / 0.00 / 0.24 / 0.29)

CMYK percentages

%16.57
%0
%23.76
%29.02

Codes

Color #97B58A in popluar color models

97 B5 8A
RGB 151 181 138
HSL 102° 22.51% 62.55%
HSB/HSV 102° 23.76% 70.98%
CMYK 16.57% 0.00% 23.76%
29.02%

Color #97B58A in popluar number systems.

HEX 97 B5 8A
Decimal 151 181 138
Binary 10010111 10110101 10001010
Octal 227 265 212

Shades and tints

Shades of #97B58A

#97B58A
(151,181,138)
#8AA57E
(138,165,126)
#7D9572
(125,149,114)
#708566
(112,133,102)
#63755A
(99,117,90)
#56654E
(86,101,78)
#495542
(73,85,66)
#3C4536
(60,69,54)
#2F352A
(47,53,42)
#22251E
(34,37,30)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #97B58A

#97B58A
(151,181,138)
#A0BB94
(160,187,148)
#A9C19E
(169,193,158)
#B2C7A8
(178,199,168)
#BBCDB2
(187,205,178)
#C4D3BC
(196,211,188)
#CDD9C6
(205,217,198)
#D6DFD0
(214,223,208)
#DFE5DA
(223,229,218)
#E8EBE4
(232,235,228)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B58A; }

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

This text font color is #97B58A.

Background Color

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

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

This div background color is #97B58A.

Border color

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

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

This div border color is #97B58A.

Opacity

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

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

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

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

This text has shadow with #97B58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B58A.

Preview

Color preview on black background

This text has color #97B58A on black background.


Color preview on white background

This text has color #97B58A on white background.


Black color preview on #97B58A background

This text has black color on #97B58A background.


White color preview on #97B58A background

This text has white color on #97B58A background.


Related colors

Complementary color

Complementary color for #hex is #684A75.


I love getcolorcode.com

Triadic colors

1 #8A97B5 and #B58A97 with #97B58A are triadic colors.

2 #8AB597 and #B5978A with #97B58A are triadic colors.