COLOR #97BE94

HEX: #97BE94
RGB: (151,190,148)

Color info

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

RGB color model

#97BE94 color RGB value is (151,190,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 190 of 255 = 75%
B 148 of 255 = 58%

151
190
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 190 + 148 = 489 (100%)
R 151 of 489 ~ 30.88%
G 190 of 489 ~ 38.85%
B 148 of 489 ~ 30.27%

%30.88
%38.85
%30.27

CMYK color model

#97BE94 color CMYK value is (21,0,22,25).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(21,0,22,25)
C21M0Y22K25 
(21%,0%,22%,25%)
(0.21/0.00/0.22/0.25)	

CMYK percentages

%20.53
%0
%22.11
%25.49

Codes

Color #97BE94 in popluar color models

97BE94
RGB151190148
HSL116°24.42%66.27%
HSB/HSV116°22.11%74.51%
CMYK20.53%0.00%22.11%
25.49%

Color #97BE94 in popluar number systems.

HEX97BE94
Decimal151190148
Binary100101111011111010010100
Octal227276224

Shades and tints

Shades of #97BE94

#97BE94
(151,190,148)
#8AAD87
(138,173,135)
#7D9C7A
(125,156,122)
#708B6D
(112,139,109)
#637A60
(99,122,96)
#566953
(86,105,83)
#495846
(73,88,70)
#3C4739
(60,71,57)
#2F362C
(47,54,44)
#22251F
(34,37,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #97BE94

#97BE94
(151,190,148)
#A0C39D
(160,195,157)
#A9C8A6
(169,200,166)
#B2CDAF
(178,205,175)
#BBD2B8
(187,210,184)
#C4D7C1
(196,215,193)
#CDDCCA
(205,220,202)
#D6E1D3
(214,225,211)
#DFE6DC
(223,230,220)
#E8EBE5
(232,235,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BE94; }

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

This text font color is #97BE94.


Background Color

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

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

This div background color is #97BE94.


Border color

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

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

This div border color is #97BE94.


Opacity

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

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

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

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

This text has shadow with #97BE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BE94 on black background.


Color preview on white background

This text has color #97BE94 on white background.



Black color preview on #97BE94 background

This text has black color on #97BE94 background.


White color preview on #97BE94 background

This text has white color on #97BE94 background.