COLOR #97ABAA

HEX: #97ABAA
RGB: (151,171,170)

Color info

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

RGB color model

#97ABAA color RGB value is (151,171,170).

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

RGB channels and saturation

R 151 of 255 = 59%
G 171 of 255 = 67%
B 170 of 255 = 67%

151
171
170

R + G + B ~ 64%. #97ABAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 171 + 170 = 492 (100%)
R 151 of 492 ~ 30.69%
G 171 of 492 ~ 34.76%
B 170 of 492 ~ 34.55%

%30.69
%34.76
%34.55

CMYK color model

#97ABAA color CMYK value is (12,0,1,33).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(12,0,1,33)
C12M0Y1K33 
(12%,0%,1%,33%)
(0.12/0.00/0.01/0.33)	

CMYK percentages

%11.7
%0
%0.58
%32.94

Codes

Color #97ABAA in popluar color models

97ABAA
RGB151171170
HSL177°10.64%63.14%
HSB/HSV177°11.70%67.06%
CMYK11.70%0.00%0.58%
32.94%

Color #97ABAA in popluar number systems.

HEX97ABAA
Decimal151171170
Binary100101111010101110101010
Octal227253252

Shades and tints

Shades of #97ABAA

#97ABAA
(151,171,170)
#8A9C9B
(138,156,155)
#7D8D8C
(125,141,140)
#707E7D
(112,126,125)
#636F6E
(99,111,110)
#56605F
(86,96,95)
#495150
(73,81,80)
#3C4241
(60,66,65)
#2F3332
(47,51,50)
#222423
(34,36,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #97ABAA

#97ABAA
(151,171,170)
#A0B2B1
(160,178,177)
#A9B9B8
(169,185,184)
#B2C0BF
(178,192,191)
#BBC7C6
(187,199,198)
#C4CECD
(196,206,205)
#CDD5D4
(205,213,212)
#D6DCDB
(214,220,219)
#DFE3E2
(223,227,226)
#E8EAE9
(232,234,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ABAA; }

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

This text font color is #97ABAA.


Background Color

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

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

This div background color is #97ABAA.


Border color

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

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

This div border color is #97ABAA.


Opacity

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

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

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

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

This text has shadow with #97ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ABAA on black background.


Color preview on white background

This text has color #97ABAA on white background.



Black color preview on #97ABAA background

This text has black color on #97ABAA background.


White color preview on #97ABAA background

This text has white color on #97ABAA background.