COLOR #97BC94

HEX: #97BC94
RGB: (151,188,148)

Color info

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

RGB color model

#97BC94 color RGB value is (151,188,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 148 of 255 = 58%

151
188
148

R + G + B ~ 64%. #97BC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 148 = 487 (100%)
R 151 of 487 ~ 31.01%
G 188 of 487 ~ 38.6%
B 148 of 487 ~ 30.39%

%31.01
%38.6
%30.39

CMYK color model

#97BC94 color CMYK value is (20,0,21,26).

  • cyan value is 19.68%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 26.27%
CMYK:
(20,0,21,26)
C20M0Y21K26 
(20%,0%,21%,26%)
(0.20/0.00/0.21/0.26)	

CMYK percentages

%19.68
%0
%21.28
%26.27

Codes

Color #97BC94 in popluar color models

97BC94
RGB151188148
HSL116°22.99%65.88%
HSB/HSV116°21.28%73.73%
CMYK19.68%0.00%21.28%
26.27%

Color #97BC94 in popluar number systems.

HEX97BC94
Decimal151188148
Binary100101111011110010010100
Octal227274224

Shades and tints

Shades of #97BC94

#97BC94
(151,188,148)
#8AAB87
(138,171,135)
#7D9A7A
(125,154,122)
#70896D
(112,137,109)
#637860
(99,120,96)
#566753
(86,103,83)
#495646
(73,86,70)
#3C4539
(60,69,57)
#2F342C
(47,52,44)
#22231F
(34,35,31)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #97BC94

#97BC94
(151,188,148)
#A0C29D
(160,194,157)
#A9C8A6
(169,200,166)
#B2CEAF
(178,206,175)
#BBD4B8
(187,212,184)
#C4DAC1
(196,218,193)
#CDE0CA
(205,224,202)
#D6E6D3
(214,230,211)
#DFECDC
(223,236,220)
#E8F2E5
(232,242,229)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BC94; }

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

This text font color is #97BC94.


Background Color

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

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

This div background color is #97BC94.


Border color

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

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

This div border color is #97BC94.


Opacity

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

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

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

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

This text has shadow with #97BC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BC94 on black background.


Color preview on white background

This text has color #97BC94 on white background.



Black color preview on #97BC94 background

This text has black color on #97BC94 background.


White color preview on #97BC94 background

This text has white color on #97BC94 background.