COLOR #97BA9F

HEX: #97BA9F
RGB: (151,186,159)

Color info

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

RGB color model

#97BA9F color RGB value is (151,186,159).

  • red value is 151;
  • green value is 186;
  • blue value is 159.
RGB:
(151,186,159)
(59%,73%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 186 of 255 = 73%
B 159 of 255 = 62%

151
186
159

R + G + B ~ 65%. #97BA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 186 + 159 = 496 (100%)
R 151 of 496 ~ 30.44%
G 186 of 496 ~ 37.5%
B 159 of 496 ~ 32.06%

%30.44
%37.5
%32.06

CMYK color model

#97BA9F color CMYK value is (19,0,15,27).

  • cyan value is 18.82%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 27.06%
CMYK:
(19,0,15,27)
C19M0Y15K27 
(19%,0%,15%,27%)
(0.19/0.00/0.15/0.27)	

CMYK percentages

%18.82
%0
%14.52
%27.06

Codes

Color #97BA9F in popluar color models

97BA9F
RGB151186159
HSL134°20.23%66.08%
HSB/HSV134°18.82%72.94%
CMYK18.82%0.00%14.52%
27.06%

Color #97BA9F in popluar number systems.

HEX97BA9F
Decimal151186159
Binary100101111011101010011111
Octal227272237

Shades and tints

Shades of #97BA9F

#97BA9F
(151,186,159)
#8AAA91
(138,170,145)
#7D9A83
(125,154,131)
#708A75
(112,138,117)
#637A67
(99,122,103)
#566A59
(86,106,89)
#495A4B
(73,90,75)
#3C4A3D
(60,74,61)
#2F3A2F
(47,58,47)
#222A21
(34,42,33)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #97BA9F

#97BA9F
(151,186,159)
#A0C0A7
(160,192,167)
#A9C6AF
(169,198,175)
#B2CCB7
(178,204,183)
#BBD2BF
(187,210,191)
#C4D8C7
(196,216,199)
#CDDECF
(205,222,207)
#D6E4D7
(214,228,215)
#DFEADF
(223,234,223)
#E8F0E7
(232,240,231)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BA9F color. Also use rgb(151,186,159) instead hex code.

Text Font Color

.myTextColor { color: #97BA9F; }

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

This text font color is #97BA9F.


Background Color

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

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

This div background color is #97BA9F.


Border color

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

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

This div border color is #97BA9F.


Opacity

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

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

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

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

This text has shadow with #97BA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BA9F on black background.


Color preview on white background

This text has color #97BA9F on white background.



Black color preview on #97BA9F background

This text has black color on #97BA9F background.


White color preview on #97BA9F background

This text has white color on #97BA9F background.