COLOR #97B496

HEX: #97B496
RGB: (151,180,150)

Color info

#97B496 contains red, green and blue colors in about the same proportion. Web safe color of #97B496 is #99CC99 (or #9C9).

RGB color model

#97B496 color RGB value is (151,180,150).

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

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 150 of 255 = 59%

151
180
150

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

Portions of RGB colors in percentages

R + G + B =
151 + 180 + 150 = 481 (100%)
R 151 of 481 ~ 31.39%
G 180 of 481 ~ 37.42%
B 150 of 481 ~ 31.19%

%31.39
%37.42
%31.19

CMYK color model

#97B496 color CMYK value is (16,0,17,29).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(16,0,17,29)
C16M0Y17K29 
(16%,0%,17%,29%)
(0.16/0.00/0.17/0.29)	

CMYK percentages

%16.11
%0
%16.67
%29.41

Codes

Color #97B496 in popluar color models

97B496
RGB151180150
HSL118°16.67%64.71%
HSB/HSV118°16.67%70.59%
CMYK16.11%0.00%16.67%
29.41%

Color #97B496 in popluar number systems.

HEX97B496
Decimal151180150
Binary100101111011010010010110
Octal227264226

Shades and tints

Shades of #97B496

#97B496
(151,180,150)
#8AA489
(138,164,137)
#7D947C
(125,148,124)
#70846F
(112,132,111)
#637462
(99,116,98)
#566455
(86,100,85)
#495448
(73,84,72)
#3C443B
(60,68,59)
#2F342E
(47,52,46)
#222421
(34,36,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #97B496

#97B496
(151,180,150)
#A0BA9F
(160,186,159)
#A9C0A8
(169,192,168)
#B2C6B1
(178,198,177)
#BBCCBA
(187,204,186)
#C4D2C3
(196,210,195)
#CDD8CC
(205,216,204)
#D6DED5
(214,222,213)
#DFE4DE
(223,228,222)
#E8EAE7
(232,234,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B496; }

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

This text font color is #97B496.


Background Color

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

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

This div background color is #97B496.


Border color

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

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

This div border color is #97B496.


Opacity

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

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

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

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

This text has shadow with #97B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B496 on black background.


Color preview on white background

This text has color #97B496 on white background.



Black color preview on #97B496 background

This text has black color on #97B496 background.


White color preview on #97B496 background

This text has white color on #97B496 background.