COLOR #97B194

HEX: #97B194
RGB: (151,177,148)

Color info

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

RGB color model

#97B194 color RGB value is (151,177,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 177 of 255 = 69%
B 148 of 255 = 58%

151
177
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 177 + 148 = 476 (100%)
R 151 of 476 ~ 31.72%
G 177 of 476 ~ 37.18%
B 148 of 476 ~ 31.09%

%31.72
%37.18
%31.09

CMYK color model

#97B194 color CMYK value is (15,0,16,31).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(15,0,16,31)
C15M0Y16K31 
(15%,0%,16%,31%)
(0.15/0.00/0.16/0.31)	

CMYK percentages

%14.69
%0
%16.38
%30.59

Codes

Color #97B194 in popluar color models

97B194
RGB151177148
HSL114°15.68%63.73%
HSB/HSV114°16.38%69.41%
CMYK14.69%0.00%16.38%
30.59%

Color #97B194 in popluar number systems.

HEX97B194
Decimal151177148
Binary100101111011000110010100
Octal227261224

Shades and tints

Shades of #97B194

#97B194
(151,177,148)
#8AA187
(138,161,135)
#7D917A
(125,145,122)
#70816D
(112,129,109)
#637160
(99,113,96)
#566153
(86,97,83)
#495146
(73,81,70)
#3C4139
(60,65,57)
#2F312C
(47,49,44)
#22211F
(34,33,31)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #97B194

#97B194
(151,177,148)
#A0B89D
(160,184,157)
#A9BFA6
(169,191,166)
#B2C6AF
(178,198,175)
#BBCDB8
(187,205,184)
#C4D4C1
(196,212,193)
#CDDBCA
(205,219,202)
#D6E2D3
(214,226,211)
#DFE9DC
(223,233,220)
#E8F0E5
(232,240,229)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B194 color. Also use rgb(151,177,148) instead hex code.

Text Font Color

.myTextColor { color: #97B194; }

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

This text font color is #97B194.


Background Color

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

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

This div background color is #97B194.


Border color

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

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

This div border color is #97B194.


Opacity

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

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

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

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

This text has shadow with #97B194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B194 on black background.


Color preview on white background

This text has color #97B194 on white background.



Black color preview on #97B194 background

This text has black color on #97B194 background.


White color preview on #97B194 background

This text has white color on #97B194 background.