COLOR #97B786

HEX: #97B786
RGB: (151,183,134)

Color info

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

RGB color model

#97B786 color RGB value is (151,183,134).

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

RGB channels and saturation

R 151 of 255 = 59%
G 183 of 255 = 72%
B 134 of 255 = 53%

151
183
134

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

Portions of RGB colors in percentages

R + G + B =
151 + 183 + 134 = 468 (100%)
R 151 of 468 ~ 32.26%
G 183 of 468 ~ 39.1%
B 134 of 468 ~ 28.63%

%32.26
%39.1
%28.63

CMYK color model

#97B786 color CMYK value is (17,0,27,28).

  • cyan value is 17.49%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 28.24%
CMYK:
(17,0,27,28)
C17M0Y27K28 
(17%,0%,27%,28%)
(0.17/0.00/0.27/0.28)	

CMYK percentages

%17.49
%0
%26.78
%28.24

Codes

Color #97B786 in popluar color models

97B786
RGB151183134
HSL99°25.39%62.16%
HSB/HSV99°26.78%71.76%
CMYK17.49%0.00%26.78%
28.24%

Color #97B786 in popluar number systems.

HEX97B786
Decimal151183134
Binary100101111011011110000110
Octal227267206

Shades and tints

Shades of #97B786

#97B786
(151,183,134)
#8AA77A
(138,167,122)
#7D976E
(125,151,110)
#708762
(112,135,98)
#637756
(99,119,86)
#56674A
(86,103,74)
#49573E
(73,87,62)
#3C4732
(60,71,50)
#2F3726
(47,55,38)
#22271A
(34,39,26)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #97B786

#97B786
(151,183,134)
#A0BD91
(160,189,145)
#A9C39C
(169,195,156)
#B2C9A7
(178,201,167)
#BBCFB2
(187,207,178)
#C4D5BD
(196,213,189)
#CDDBC8
(205,219,200)
#D6E1D3
(214,225,211)
#DFE7DE
(223,231,222)
#E8EDE9
(232,237,233)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B786; }

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

This text font color is #97B786.


Background Color

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

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

This div background color is #97B786.


Border color

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

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

This div border color is #97B786.


Opacity

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

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

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

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

This text has shadow with #97B786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B786 on black background.


Color preview on white background

This text has color #97B786 on white background.



Black color preview on #97B786 background

This text has black color on #97B786 background.


White color preview on #97B786 background

This text has white color on #97B786 background.