COLOR #97B095

HEX: #97B095
RGB: (151,176,149)

Color info

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

RGB color model

#97B095 color RGB value is (151,176,149).

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

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 149 of 255 = 58%

151
176
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 149 = 476 (100%)
R 151 of 476 ~ 31.72%
G 176 of 476 ~ 36.97%
B 149 of 476 ~ 31.3%

%31.72
%36.97
%31.3

CMYK color model

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

  • cyan value is 14.20%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • 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
%15.34
%30.98

Codes

Color #97B095 in popluar color models

97B095
RGB151176149
HSL116°14.59%63.73%
HSB/HSV116°15.34%69.02%
CMYK14.20%0.00%15.34%
30.98%

Color #97B095 in popluar number systems.

HEX97B095
Decimal151176149
Binary100101111011000010010101
Octal227260225

Shades and tints

Shades of #97B095

#97B095
(151,176,149)
#8AA088
(138,160,136)
#7D907B
(125,144,123)
#70806E
(112,128,110)
#637061
(99,112,97)
#566054
(86,96,84)
#495047
(73,80,71)
#3C403A
(60,64,58)
#2F302D
(47,48,45)
#222020
(34,32,32)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #97B095

#97B095
(151,176,149)
#A0B79E
(160,183,158)
#A9BEA7
(169,190,167)
#B2C5B0
(178,197,176)
#BBCCB9
(187,204,185)
#C4D3C2
(196,211,194)
#CDDACB
(205,218,203)
#D6E1D4
(214,225,212)
#DFE8DD
(223,232,221)
#E8EFE6
(232,239,230)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B095; }

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

This text font color is #97B095.


Background Color

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

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

This div background color is #97B095.


Border color

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

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

This div border color is #97B095.


Opacity

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

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

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

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

This text has shadow with #97B095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B095 on black background.


Color preview on white background

This text has color #97B095 on white background.



Black color preview on #97B095 background

This text has black color on #97B095 background.


White color preview on #97B095 background

This text has white color on #97B095 background.