COLOR #97B9AA

HEX: #97B9AA
RGB: (151,185,170)

Color info

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

RGB color model

#97B9AA color RGB value is (151,185,170).

  • red value is 151;
  • green value is 185;
  • blue value is 170.
RGB:
(151,185,170)
(59%,73%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 185 of 255 = 73%
B 170 of 255 = 67%

151
185
170

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

Portions of RGB colors in percentages

R + G + B =
151 + 185 + 170 = 506 (100%)
R 151 of 506 ~ 29.84%
G 185 of 506 ~ 36.56%
B 170 of 506 ~ 33.6%

%29.84
%36.56
%33.6

CMYK color model

#97B9AA color CMYK value is (18,0,8,27).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 27.45%
CMYK:
(18,0,8,27)
C18M0Y8K27 
(18%,0%,8%,27%)
(0.18/0.00/0.08/0.27)	

CMYK percentages

%18.38
%0
%8.11
%27.45

Codes

Color #97B9AA in popluar color models

97B9AA
RGB151185170
HSL154°19.54%65.88%
HSB/HSV154°18.38%72.55%
CMYK18.38%0.00%8.11%
27.45%

Color #97B9AA in popluar number systems.

HEX97B9AA
Decimal151185170
Binary100101111011100110101010
Octal227271252

Shades and tints

Shades of #97B9AA

#97B9AA
(151,185,170)
#8AA99B
(138,169,155)
#7D998C
(125,153,140)
#70897D
(112,137,125)
#63796E
(99,121,110)
#56695F
(86,105,95)
#495950
(73,89,80)
#3C4941
(60,73,65)
#2F3932
(47,57,50)
#222923
(34,41,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #97B9AA

#97B9AA
(151,185,170)
#A0BFB1
(160,191,177)
#A9C5B8
(169,197,184)
#B2CBBF
(178,203,191)
#BBD1C6
(187,209,198)
#C4D7CD
(196,215,205)
#CDDDD4
(205,221,212)
#D6E3DB
(214,227,219)
#DFE9E2
(223,233,226)
#E8EFE9
(232,239,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B9AA color. Also use rgb(151,185,170) instead hex code.

Text Font Color

.myTextColor { color: #97B9AA; }

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

This text font color is #97B9AA.


Background Color

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

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

This div background color is #97B9AA.


Border color

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

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

This div border color is #97B9AA.


Opacity

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

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

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

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

This text has shadow with #97B9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B9AA on black background.


Color preview on white background

This text has color #97B9AA on white background.



Black color preview on #97B9AA background

This text has black color on #97B9AA background.


White color preview on #97B9AA background

This text has white color on #97B9AA background.