COLOR #97B38A

HEX: #97B38A
RGB: (151,179,138)

Color info

#97B38A contains red, green and blue colors in about the same proportion. Web safe color of #97B38A is #999999 (or #999).

RGB color model

#97B38A color RGB value is (151,179,138).

  • red value is 151;
  • green value is 179;
  • blue value is 138.
RGB:
(151,179,138)
(59%,70%,54%)

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 138 of 255 = 54%

151
179
138

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

Portions of RGB colors in percentages

R + G + B =
151 + 179 + 138 = 468 (100%)
R 151 of 468 ~ 32.26%
G 179 of 468 ~ 38.25%
B 138 of 468 ~ 29.49%

%32.26
%38.25
%29.49

CMYK color model

#97B38A color CMYK value is (16,0,23,30).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(16,0,23,30)
C16M0Y23K30 
(16%,0%,23%,30%)
(0.16/0.00/0.23/0.30)	

CMYK percentages

%15.64
%0
%22.91
%29.8

Codes

Color #97B38A in popluar color models

97B38A
RGB151179138
HSL101°21.24%62.16%
HSB/HSV101°22.91%70.20%
CMYK15.64%0.00%22.91%
29.80%

Color #97B38A in popluar number systems.

HEX97B38A
Decimal151179138
Binary100101111011001110001010
Octal227263212

Shades and tints

Shades of #97B38A

#97B38A
(151,179,138)
#8AA37E
(138,163,126)
#7D9372
(125,147,114)
#708366
(112,131,102)
#63735A
(99,115,90)
#56634E
(86,99,78)
#495342
(73,83,66)
#3C4336
(60,67,54)
#2F332A
(47,51,42)
#22231E
(34,35,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97B38A

#97B38A
(151,179,138)
#A0B994
(160,185,148)
#A9BF9E
(169,191,158)
#B2C5A8
(178,197,168)
#BBCBB2
(187,203,178)
#C4D1BC
(196,209,188)
#CDD7C6
(205,215,198)
#D6DDD0
(214,221,208)
#DFE3DA
(223,227,218)
#E8E9E4
(232,233,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B38A color. Also use rgb(151,179,138) instead hex code.

Text Font Color

.myTextColor { color: #97B38A; }

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

This text font color is #97B38A.


Background Color

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

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

This div background color is #97B38A.


Border color

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

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

This div border color is #97B38A.


Opacity

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

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

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

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

This text has shadow with #97B38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B38A on black background.


Color preview on white background

This text has color #97B38A on white background.



Black color preview on #97B38A background

This text has black color on #97B38A background.


White color preview on #97B38A background

This text has white color on #97B38A background.