COLOR #97B586

HEX: #97B586
RGB: (151,181,134)

Color info

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

RGB color model

#97B586 color RGB value is (151,181,134).

  • red value is 151;
  • green value is 181;
  • blue value is 134.
RGB:
(151,181,134)
(59%,71%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 134 of 255 = 53%

151
181
134

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

Portions of RGB colors in percentages

R + G + B =
151 + 181 + 134 = 466 (100%)
R 151 of 466 ~ 32.4%
G 181 of 466 ~ 38.84%
B 134 of 466 ~ 28.76%

%32.4
%38.84
%28.76

CMYK color model

#97B586 color CMYK value is (17,0,26,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(17,0,26,29)
C17M0Y26K29 
(17%,0%,26%,29%)
(0.17/0.00/0.26/0.29)	

CMYK percentages

%16.57
%0
%25.97
%29.02

Codes

Color #97B586 in popluar color models

97B586
RGB151181134
HSL98°24.10%61.76%
HSB/HSV98°25.97%70.98%
CMYK16.57%0.00%25.97%
29.02%

Color #97B586 in popluar number systems.

HEX97B586
Decimal151181134
Binary100101111011010110000110
Octal227265206

Shades and tints

Shades of #97B586

#97B586
(151,181,134)
#8AA57A
(138,165,122)
#7D956E
(125,149,110)
#708562
(112,133,98)
#637556
(99,117,86)
#56654A
(86,101,74)
#49553E
(73,85,62)
#3C4532
(60,69,50)
#2F3526
(47,53,38)
#22251A
(34,37,26)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #97B586

#97B586
(151,181,134)
#A0BB91
(160,187,145)
#A9C19C
(169,193,156)
#B2C7A7
(178,199,167)
#BBCDB2
(187,205,178)
#C4D3BD
(196,211,189)
#CDD9C8
(205,217,200)
#D6DFD3
(214,223,211)
#DFE5DE
(223,229,222)
#E8EBE9
(232,235,233)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B586; }

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

This text font color is #97B586.


Background Color

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

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

This div background color is #97B586.


Border color

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

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

This div border color is #97B586.


Opacity

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

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

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

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

This text has shadow with #97B586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B586 on black background.


Color preview on white background

This text has color #97B586 on white background.



Black color preview on #97B586 background

This text has black color on #97B586 background.


White color preview on #97B586 background

This text has white color on #97B586 background.