COLOR #97AB47

HEX: #97AB47
RGB: (151,171,71)

Color info

#97AB47 contains mainly red and green colors. Web safe color of #97AB47 is #999933 (or #993).

RGB color model

#97AB47 color RGB value is (151,171,71).

  • red value is 151;
  • green value is 171;
  • blue value is 71.
RGB:
(151,171,71)
(59%,67%,28%)

RGB channels and saturation

R 151 of 255 = 59%
G 171 of 255 = 67%
B 71 of 255 = 28%

151
171
71

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

Portions of RGB colors in percentages

R + G + B =
151 + 171 + 71 = 393 (100%)
R 151 of 393 ~ 38.42%
G 171 of 393 ~ 43.51%
B 71 of 393 ~ 18.07%

%38.42
%43.51
%18.07

CMYK color model

#97AB47 color CMYK value is (12,0,58,33).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 58.48%
  • key color value is 32.94%
CMYK:
(12,0,58,33)
C12M0Y58K33 
(12%,0%,58%,33%)
(0.12/0.00/0.58/0.33)	

CMYK percentages

%11.7
%0
%58.48
%32.94

Codes

Color #97AB47 in popluar color models

97AB47
RGB15117171
HSL72°41.32%47.45%
HSB/HSV72°58.48%67.06%
CMYK11.70%0.00%58.48%
32.94%

Color #97AB47 in popluar number systems.

HEX97AB47
Decimal15117171
Binary10010111101010111000111
Octal227253107

Shades and tints

Shades of #97AB47

#97AB47
(151,171,71)
#8A9C41
(138,156,65)
#7D8D3B
(125,141,59)
#707E35
(112,126,53)
#636F2F
(99,111,47)
#566029
(86,96,41)
#495123
(73,81,35)
#3C421D
(60,66,29)
#2F3317
(47,51,23)
#222411
(34,36,17)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #97AB47

#97AB47
(151,171,71)
#A0B257
(160,178,87)
#A9B967
(169,185,103)
#B2C077
(178,192,119)
#BBC787
(187,199,135)
#C4CE97
(196,206,151)
#CDD5A7
(205,213,167)
#D6DCB7
(214,220,183)
#DFE3C7
(223,227,199)
#E8EAD7
(232,234,215)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AB47 color. Also use rgb(151,171,71) instead hex code.

Text Font Color

.myTextColor { color: #97AB47; }

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

This text font color is #97AB47.


Background Color

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

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

This div background color is #97AB47.


Border color

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

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

This div border color is #97AB47.


Opacity

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

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

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

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

This text has shadow with #97AB47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AB47 on black background.


Color preview on white background

This text has color #97AB47 on white background.



Black color preview on #97AB47 background

This text has black color on #97AB47 background.


White color preview on #97AB47 background

This text has white color on #97AB47 background.