COLOR #97BAA5

HEX: #97BAA5
RGB: (151,186,165)

Color info

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

RGB color model

#97BAA5 color RGB value is (151,186,165).

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

RGB channels and saturation

R 151 of 255 = 59%
G 186 of 255 = 73%
B 165 of 255 = 65%

151
186
165

R + G + B ~ 66%. #97BAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 186 + 165 = 502 (100%)
R 151 of 502 ~ 30.08%
G 186 of 502 ~ 37.05%
B 165 of 502 ~ 32.87%

%30.08
%37.05
%32.87

CMYK color model

#97BAA5 color CMYK value is (19,0,11,27).

  • cyan value is 18.82%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(19,0,11,27)
C19M0Y11K27 
(19%,0%,11%,27%)
(0.19/0.00/0.11/0.27)	

CMYK percentages

%18.82
%0
%11.29
%27.06

Codes

Color #97BAA5 in popluar color models

97BAA5
RGB151186165
HSL144°20.23%66.08%
HSB/HSV144°18.82%72.94%
CMYK18.82%0.00%11.29%
27.06%

Color #97BAA5 in popluar number systems.

HEX97BAA5
Decimal151186165
Binary100101111011101010100101
Octal227272245

Shades and tints

Shades of #97BAA5

#97BAA5
(151,186,165)
#8AAA96
(138,170,150)
#7D9A87
(125,154,135)
#708A78
(112,138,120)
#637A69
(99,122,105)
#566A5A
(86,106,90)
#495A4B
(73,90,75)
#3C4A3C
(60,74,60)
#2F3A2D
(47,58,45)
#222A1E
(34,42,30)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #97BAA5

#97BAA5
(151,186,165)
#A0C0AD
(160,192,173)
#A9C6B5
(169,198,181)
#B2CCBD
(178,204,189)
#BBD2C5
(187,210,197)
#C4D8CD
(196,216,205)
#CDDED5
(205,222,213)
#D6E4DD
(214,228,221)
#DFEAE5
(223,234,229)
#E8F0ED
(232,240,237)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BAA5; }

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

This text font color is #97BAA5.


Background Color

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

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

This div background color is #97BAA5.


Border color

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

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

This div border color is #97BAA5.


Opacity

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

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

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

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

This text has shadow with #97BAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BAA5 on black background.


Color preview on white background

This text has color #97BAA5 on white background.



Black color preview on #97BAA5 background

This text has black color on #97BAA5 background.


White color preview on #97BAA5 background

This text has white color on #97BAA5 background.