COLOR #97BF7A

HEX: #97BF7A
RGB: (151,191,122)

Color info

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

RGB color model

#97BF7A color RGB value is (151,191,122).

  • red value is 151;
  • green value is 191;
  • blue value is 122.
RGB:
(151,191,122)
(59%,75%,48%)

RGB channels and saturation

R 151 of 255 = 59%
G 191 of 255 = 75%
B 122 of 255 = 48%

151
191
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 191 + 122 = 464 (100%)
R 151 of 464 ~ 32.54%
G 191 of 464 ~ 41.16%
B 122 of 464 ~ 26.29%

%32.54
%41.16
%26.29

CMYK color model

#97BF7A color CMYK value is (21,0,36,25).

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 25.10%
CMYK:
(21,0,36,25)
C21M0Y36K25 
(21%,0%,36%,25%)
(0.21/0.00/0.36/0.25)	

CMYK percentages

%20.94
%0
%36.13
%25.1

Codes

Color #97BF7A in popluar color models

97BF7A
RGB151191122
HSL95°35.03%61.37%
HSB/HSV95°36.13%74.90%
CMYK20.94%0.00%36.13%
25.10%

Color #97BF7A in popluar number systems.

HEX97BF7A
Decimal151191122
Binary10010111101111111111010
Octal227277172

Shades and tints

Shades of #97BF7A

#97BF7A
(151,191,122)
#8AAE6F
(138,174,111)
#7D9D64
(125,157,100)
#708C59
(112,140,89)
#637B4E
(99,123,78)
#566A43
(86,106,67)
#495938
(73,89,56)
#3C482D
(60,72,45)
#2F3722
(47,55,34)
#222617
(34,38,23)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #97BF7A

#97BF7A
(151,191,122)
#A0C486
(160,196,134)
#A9C992
(169,201,146)
#B2CE9E
(178,206,158)
#BBD3AA
(187,211,170)
#C4D8B6
(196,216,182)
#CDDDC2
(205,221,194)
#D6E2CE
(214,226,206)
#DFE7DA
(223,231,218)
#E8ECE6
(232,236,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BF7A color. Also use rgb(151,191,122) instead hex code.

Text Font Color

.myTextColor { color: #97BF7A; }

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

This text font color is #97BF7A.


Background Color

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

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

This div background color is #97BF7A.


Border color

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

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

This div border color is #97BF7A.


Opacity

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

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

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

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

This text has shadow with #97BF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BF7A on black background.


Color preview on white background

This text has color #97BF7A on white background.



Black color preview on #97BF7A background

This text has black color on #97BF7A background.


White color preview on #97BF7A background

This text has white color on #97BF7A background.