COLOR #97B396

HEX: #97B396
RGB: (151,179,150)

Color info

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

RGB color model

#97B396 color RGB value is (151,179,150).

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

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 150 of 255 = 59%

151
179
150

R + G + B ~ 63%. #97B396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 179 + 150 = 480 (100%)
R 151 of 480 ~ 31.46%
G 179 of 480 ~ 37.29%
B 150 of 480 ~ 31.25%

%31.46
%37.29
%31.25

CMYK color model

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

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(16,0,16,30)
C16M0Y16K30 
(16%,0%,16%,30%)
(0.16/0.00/0.16/0.30)	

CMYK percentages

%15.64
%0
%16.2
%29.8

Codes

Color #97B396 in popluar color models

97B396
RGB151179150
HSL118°16.02%64.51%
HSB/HSV118°16.20%70.20%
CMYK15.64%0.00%16.20%
29.80%

Color #97B396 in popluar number systems.

HEX97B396
Decimal151179150
Binary100101111011001110010110
Octal227263226

Shades and tints

Shades of #97B396

#97B396
(151,179,150)
#8AA389
(138,163,137)
#7D937C
(125,147,124)
#70836F
(112,131,111)
#637362
(99,115,98)
#566355
(86,99,85)
#495348
(73,83,72)
#3C433B
(60,67,59)
#2F332E
(47,51,46)
#222321
(34,35,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #97B396

#97B396
(151,179,150)
#A0B99F
(160,185,159)
#A9BFA8
(169,191,168)
#B2C5B1
(178,197,177)
#BBCBBA
(187,203,186)
#C4D1C3
(196,209,195)
#CDD7CC
(205,215,204)
#D6DDD5
(214,221,213)
#DFE3DE
(223,227,222)
#E8E9E7
(232,233,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B396; }

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

This text font color is #97B396.


Background Color

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

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

This div background color is #97B396.


Border color

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

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

This div border color is #97B396.


Opacity

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

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

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

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

This text has shadow with #97B396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B396 on black background.


Color preview on white background

This text has color #97B396 on white background.



Black color preview on #97B396 background

This text has black color on #97B396 background.


White color preview on #97B396 background

This text has white color on #97B396 background.