COLOR #97B096

HEX: #97B096
RGB: (151,176,150)

Color info

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

RGB color model

#97B096 color RGB value is (151,176,150).

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

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 150 of 255 = 59%

151
176
150

R + G + B ~ 62%. #97B096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 150 = 477 (100%)
R 151 of 477 ~ 31.66%
G 176 of 477 ~ 36.9%
B 150 of 477 ~ 31.45%

%31.66
%36.9
%31.45

CMYK color model

#97B096 color CMYK value is (14,0,15,31).

  • cyan value is 14.20%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 30.98%
CMYK:
(14,0,15,31)
C14M0Y15K31 
(14%,0%,15%,31%)
(0.14/0.00/0.15/0.31)	

CMYK percentages

%14.2
%0
%14.77
%30.98

Codes

Color #97B096 in popluar color models

97B096
RGB151176150
HSL118°14.13%63.92%
HSB/HSV118°14.77%69.02%
CMYK14.20%0.00%14.77%
30.98%

Color #97B096 in popluar number systems.

HEX97B096
Decimal151176150
Binary100101111011000010010110
Octal227260226

Shades and tints

Shades of #97B096

#97B096
(151,176,150)
#8AA089
(138,160,137)
#7D907C
(125,144,124)
#70806F
(112,128,111)
#637062
(99,112,98)
#566055
(86,96,85)
#495048
(73,80,72)
#3C403B
(60,64,59)
#2F302E
(47,48,46)
#222021
(34,32,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #97B096

#97B096
(151,176,150)
#A0B79F
(160,183,159)
#A9BEA8
(169,190,168)
#B2C5B1
(178,197,177)
#BBCCBA
(187,204,186)
#C4D3C3
(196,211,195)
#CDDACC
(205,218,204)
#D6E1D5
(214,225,213)
#DFE8DE
(223,232,222)
#E8EFE7
(232,239,231)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B096; }

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

This text font color is #97B096.


Background Color

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

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

This div background color is #97B096.


Border color

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

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

This div border color is #97B096.


Opacity

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

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

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

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

This text has shadow with #97B096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B096 on black background.


Color preview on white background

This text has color #97B096 on white background.



Black color preview on #97B096 background

This text has black color on #97B096 background.


White color preview on #97B096 background

This text has white color on #97B096 background.