COLOR #97B58D

HEX: #97B58D
RGB: (151,181,141)

Color info

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

RGB color model

#97B58D color RGB value is (151,181,141).

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

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 141 of 255 = 55%

151
181
141

R + G + B ~ 62%. #97B58D is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 181 + 141 = 473 (100%)
R 151 of 473 ~ 31.92%
G 181 of 473 ~ 38.27%
B 141 of 473 ~ 29.81%

%31.92
%38.27
%29.81

CMYK color model

#97B58D color CMYK value is (17,0,22,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 22.10%
  • key color value is 29.02%
CMYK:
(17,0,22,29)
C17M0Y22K29 
(17%,0%,22%,29%)
(0.17/0.00/0.22/0.29)	

CMYK percentages

%16.57
%0
%22.1
%29.02

Codes

Color #97B58D in popluar color models

97B58D
RGB151181141
HSL105°21.28%63.14%
HSB/HSV105°22.10%70.98%
CMYK16.57%0.00%22.10%
29.02%

Color #97B58D in popluar number systems.

HEX97B58D
Decimal151181141
Binary100101111011010110001101
Octal227265215

Shades and tints

Shades of #97B58D

#97B58D
(151,181,141)
#8AA581
(138,165,129)
#7D9575
(125,149,117)
#708569
(112,133,105)
#63755D
(99,117,93)
#566551
(86,101,81)
#495545
(73,85,69)
#3C4539
(60,69,57)
#2F352D
(47,53,45)
#222521
(34,37,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #97B58D

#97B58D
(151,181,141)
#A0BB97
(160,187,151)
#A9C1A1
(169,193,161)
#B2C7AB
(178,199,171)
#BBCDB5
(187,205,181)
#C4D3BF
(196,211,191)
#CDD9C9
(205,217,201)
#D6DFD3
(214,223,211)
#DFE5DD
(223,229,221)
#E8EBE7
(232,235,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B58D; }

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

This text font color is #97B58D.


Background Color

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

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

This div background color is #97B58D.


Border color

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

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

This div border color is #97B58D.


Opacity

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

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

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

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

This text has shadow with #97B58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B58D on black background.


Color preview on white background

This text has color #97B58D on white background.



Black color preview on #97B58D background

This text has black color on #97B58D background.


White color preview on #97B58D background

This text has white color on #97B58D background.