COLOR #97B56E

HEX: #97B56E
RGB: (151,181,110)

Color info

#97B56E contains mainly red and green colors. Web safe color of #97B56E is #99CC66 (or #9C6).

RGB color model

#97B56E color RGB value is (151,181,110).

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

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 110 of 255 = 43%

151
181
110

R + G + B ~ 58%. #97B56E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 181 + 110 = 442 (100%)
R 151 of 442 ~ 34.16%
G 181 of 442 ~ 40.95%
B 110 of 442 ~ 24.89%

%34.16
%40.95
%24.89

CMYK color model

#97B56E color CMYK value is (17,0,39,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 29.02%
CMYK:
(17,0,39,29)
C17M0Y39K29 
(17%,0%,39%,29%)
(0.17/0.00/0.39/0.29)	

CMYK percentages

%16.57
%0
%39.23
%29.02

Codes

Color #97B56E in popluar color models

97B56E
RGB151181110
HSL85°32.42%57.06%
HSB/HSV85°39.23%70.98%
CMYK16.57%0.00%39.23%
29.02%

Color #97B56E in popluar number systems.

HEX97B56E
Decimal151181110
Binary10010111101101011101110
Octal227265156

Shades and tints

Shades of #97B56E

#97B56E
(151,181,110)
#8AA564
(138,165,100)
#7D955A
(125,149,90)
#708550
(112,133,80)
#637546
(99,117,70)
#56653C
(86,101,60)
#495532
(73,85,50)
#3C4528
(60,69,40)
#2F351E
(47,53,30)
#222514
(34,37,20)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #97B56E

#97B56E
(151,181,110)
#A0BB7B
(160,187,123)
#A9C188
(169,193,136)
#B2C795
(178,199,149)
#BBCDA2
(187,205,162)
#C4D3AF
(196,211,175)
#CDD9BC
(205,217,188)
#D6DFC9
(214,223,201)
#DFE5D6
(223,229,214)
#E8EBE3
(232,235,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B56E; }

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

This text font color is #97B56E.


Background Color

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

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

This div background color is #97B56E.


Border color

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

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

This div border color is #97B56E.


Opacity

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

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

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

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

This text has shadow with #97B56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B56E on black background.


Color preview on white background

This text has color #97B56E on white background.



Black color preview on #97B56E background

This text has black color on #97B56E background.


White color preview on #97B56E background

This text has white color on #97B56E background.