COLOR #97BC7C

HEX: #97BC7C
RGB: (151,188,124)

Color info

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

RGB color model

#97BC7C color RGB value is (151,188,124).

  • red value is 151;
  • green value is 188;
  • blue value is 124.
RGB:
(151,188,124)
(59%,74%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 124 of 255 = 49%

151
188
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 124 = 463 (100%)
R 151 of 463 ~ 32.61%
G 188 of 463 ~ 40.6%
B 124 of 463 ~ 26.78%

%32.61
%40.6
%26.78

CMYK color model

#97BC7C color CMYK value is (20,0,34,26).

  • cyan value is 19.68%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 26.27%
CMYK:
(20,0,34,26)
C20M0Y34K26 
(20%,0%,34%,26%)
(0.20/0.00/0.34/0.26)	

CMYK percentages

%19.68
%0
%34.04
%26.27

Codes

Color #97BC7C in popluar color models

97BC7C
RGB151188124
HSL95°32.32%61.18%
HSB/HSV95°34.04%73.73%
CMYK19.68%0.00%34.04%
26.27%

Color #97BC7C in popluar number systems.

HEX97BC7C
Decimal151188124
Binary10010111101111001111100
Octal227274174

Shades and tints

Shades of #97BC7C

#97BC7C
(151,188,124)
#8AAB71
(138,171,113)
#7D9A66
(125,154,102)
#70895B
(112,137,91)
#637850
(99,120,80)
#566745
(86,103,69)
#49563A
(73,86,58)
#3C452F
(60,69,47)
#2F3424
(47,52,36)
#222319
(34,35,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #97BC7C

#97BC7C
(151,188,124)
#A0C287
(160,194,135)
#A9C892
(169,200,146)
#B2CE9D
(178,206,157)
#BBD4A8
(187,212,168)
#C4DAB3
(196,218,179)
#CDE0BE
(205,224,190)
#D6E6C9
(214,230,201)
#DFECD4
(223,236,212)
#E8F2DF
(232,242,223)
#F1F8EA
(241,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BC7C color. Also use rgb(151,188,124) instead hex code.

Text Font Color

.myTextColor { color: #97BC7C; }

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

This text font color is #97BC7C.


Background Color

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

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

This div background color is #97BC7C.


Border color

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

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

This div border color is #97BC7C.


Opacity

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

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

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

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

This text has shadow with #97BC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BC7C on black background.


Color preview on white background

This text has color #97BC7C on white background.



Black color preview on #97BC7C background

This text has black color on #97BC7C background.


White color preview on #97BC7C background

This text has white color on #97BC7C background.