COLOR #97B471

HEX: #97B471
RGB: (151,180,113)

Color info

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

RGB color model

#97B471 color RGB value is (151,180,113).

  • red value is 151;
  • green value is 180;
  • blue value is 113.
RGB:
(151,180,113)
(59%,71%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 113 of 255 = 44%

151
180
113

R + G + B ~ 58%. #97B471 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 180 + 113 = 444 (100%)
R 151 of 444 ~ 34.01%
G 180 of 444 ~ 40.54%
B 113 of 444 ~ 25.45%

%34.01
%40.54
%25.45

CMYK color model

#97B471 color CMYK value is (16,0,37,29).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(16,0,37,29)
C16M0Y37K29 
(16%,0%,37%,29%)
(0.16/0.00/0.37/0.29)	

CMYK percentages

%16.11
%0
%37.22
%29.41

Codes

Color #97B471 in popluar color models

97B471
RGB151180113
HSL86°30.88%57.45%
HSB/HSV86°37.22%70.59%
CMYK16.11%0.00%37.22%
29.41%

Color #97B471 in popluar number systems.

HEX97B471
Decimal151180113
Binary10010111101101001110001
Octal227264161

Shades and tints

Shades of #97B471

#97B471
(151,180,113)
#8AA467
(138,164,103)
#7D945D
(125,148,93)
#708453
(112,132,83)
#637449
(99,116,73)
#56643F
(86,100,63)
#495435
(73,84,53)
#3C442B
(60,68,43)
#2F3421
(47,52,33)
#222417
(34,36,23)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #97B471

#97B471
(151,180,113)
#A0BA7D
(160,186,125)
#A9C089
(169,192,137)
#B2C695
(178,198,149)
#BBCCA1
(187,204,161)
#C4D2AD
(196,210,173)
#CDD8B9
(205,216,185)
#D6DEC5
(214,222,197)
#DFE4D1
(223,228,209)
#E8EADD
(232,234,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B471 color. Also use rgb(151,180,113) instead hex code.

Text Font Color

.myTextColor { color: #97B471; }

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

This text font color is #97B471.


Background Color

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

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

This div background color is #97B471.


Border color

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

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

This div border color is #97B471.


Opacity

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

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

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

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

This text has shadow with #97B471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B471 on black background.


Color preview on white background

This text has color #97B471 on white background.



Black color preview on #97B471 background

This text has black color on #97B471 background.


White color preview on #97B471 background

This text has white color on #97B471 background.