COLOR #97B191

HEX: #97B191
RGB: (151,177,145)

Color info

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

RGB color model

#97B191 color RGB value is (151,177,145).

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

RGB channels and saturation

R 151 of 255 = 59%
G 177 of 255 = 69%
B 145 of 255 = 57%

151
177
145

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

Portions of RGB colors in percentages

R + G + B =
151 + 177 + 145 = 473 (100%)
R 151 of 473 ~ 31.92%
G 177 of 473 ~ 37.42%
B 145 of 473 ~ 30.66%

%31.92
%37.42
%30.66

CMYK color model

#97B191 color CMYK value is (15,0,18,31).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(15,0,18,31)
C15M0Y18K31 
(15%,0%,18%,31%)
(0.15/0.00/0.18/0.31)	

CMYK percentages

%14.69
%0
%18.08
%30.59

Codes

Color #97B191 in popluar color models

97B191
RGB151177145
HSL109°17.02%63.14%
HSB/HSV109°18.08%69.41%
CMYK14.69%0.00%18.08%
30.59%

Color #97B191 in popluar number systems.

HEX97B191
Decimal151177145
Binary100101111011000110010001
Octal227261221

Shades and tints

Shades of #97B191

#97B191
(151,177,145)
#8AA184
(138,161,132)
#7D9177
(125,145,119)
#70816A
(112,129,106)
#63715D
(99,113,93)
#566150
(86,97,80)
#495143
(73,81,67)
#3C4136
(60,65,54)
#2F3129
(47,49,41)
#22211C
(34,33,28)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #97B191

#97B191
(151,177,145)
#A0B89B
(160,184,155)
#A9BFA5
(169,191,165)
#B2C6AF
(178,198,175)
#BBCDB9
(187,205,185)
#C4D4C3
(196,212,195)
#CDDBCD
(205,219,205)
#D6E2D7
(214,226,215)
#DFE9E1
(223,233,225)
#E8F0EB
(232,240,235)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B191; }

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

This text font color is #97B191.


Background Color

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

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

This div background color is #97B191.


Border color

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

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

This div border color is #97B191.


Opacity

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

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

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

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

This text has shadow with #97B191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B191 on black background.


Color preview on white background

This text has color #97B191 on white background.



Black color preview on #97B191 background

This text has black color on #97B191 background.


White color preview on #97B191 background

This text has white color on #97B191 background.