COLOR #97ABA1

HEX: #97ABA1
RGB: (151,171,161)

Color info

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

RGB color model

#97ABA1 color RGB value is (151,171,161).

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

RGB channels and saturation

R 151 of 255 = 59%
G 171 of 255 = 67%
B 161 of 255 = 63%

151
171
161

R + G + B ~ 63%. #97ABA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 171 + 161 = 483 (100%)
R 151 of 483 ~ 31.26%
G 171 of 483 ~ 35.4%
B 161 of 483 ~ 33.33%

%31.26
%35.4
%33.33

CMYK color model

#97ABA1 color CMYK value is (12,0,6,33).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(12,0,6,33)
C12M0Y6K33 
(12%,0%,6%,33%)
(0.12/0.00/0.06/0.33)	

CMYK percentages

%11.7
%0
%5.85
%32.94

Codes

Color #97ABA1 in popluar color models

97ABA1
RGB151171161
HSL150°10.64%63.14%
HSB/HSV150°11.70%67.06%
CMYK11.70%0.00%5.85%
32.94%

Color #97ABA1 in popluar number systems.

HEX97ABA1
Decimal151171161
Binary100101111010101110100001
Octal227253241

Shades and tints

Shades of #97ABA1

#97ABA1
(151,171,161)
#8A9C93
(138,156,147)
#7D8D85
(125,141,133)
#707E77
(112,126,119)
#636F69
(99,111,105)
#56605B
(86,96,91)
#49514D
(73,81,77)
#3C423F
(60,66,63)
#2F3331
(47,51,49)
#222423
(34,36,35)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #97ABA1

#97ABA1
(151,171,161)
#A0B2A9
(160,178,169)
#A9B9B1
(169,185,177)
#B2C0B9
(178,192,185)
#BBC7C1
(187,199,193)
#C4CEC9
(196,206,201)
#CDD5D1
(205,213,209)
#D6DCD9
(214,220,217)
#DFE3E1
(223,227,225)
#E8EAE9
(232,234,233)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ABA1; }

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

This text font color is #97ABA1.


Background Color

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

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

This div background color is #97ABA1.


Border color

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

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

This div border color is #97ABA1.


Opacity

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

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

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

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

This text has shadow with #97ABA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ABA1 on black background.


Color preview on white background

This text has color #97ABA1 on white background.



Black color preview on #97ABA1 background

This text has black color on #97ABA1 background.


White color preview on #97ABA1 background

This text has white color on #97ABA1 background.