COLOR #97B0AB

HEX: #97B0AB
RGB: (151,176,171)

Color info

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

RGB color model

#97B0AB color RGB value is (151,176,171).

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

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 171 of 255 = 67%

151
176
171

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 171 = 498 (100%)
R 151 of 498 ~ 30.32%
G 176 of 498 ~ 35.34%
B 171 of 498 ~ 34.34%

%30.32
%35.34
%34.34

CMYK color model

#97B0AB color CMYK value is (14,0,3,31).

  • cyan value is 14.20%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(14,0,3,31)
C14M0Y3K31 
(14%,0%,3%,31%)
(0.14/0.00/0.03/0.31)	

CMYK percentages

%14.2
%0
%2.84
%30.98

Codes

Color #97B0AB in popluar color models

97B0AB
RGB151176171
HSL168°13.66%64.12%
HSB/HSV168°14.20%69.02%
CMYK14.20%0.00%2.84%
30.98%

Color #97B0AB in popluar number systems.

HEX97B0AB
Decimal151176171
Binary100101111011000010101011
Octal227260253

Shades and tints

Shades of #97B0AB

#97B0AB
(151,176,171)
#8AA09C
(138,160,156)
#7D908D
(125,144,141)
#70807E
(112,128,126)
#63706F
(99,112,111)
#566060
(86,96,96)
#495051
(73,80,81)
#3C4042
(60,64,66)
#2F3033
(47,48,51)
#222024
(34,32,36)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #97B0AB

#97B0AB
(151,176,171)
#A0B7B2
(160,183,178)
#A9BEB9
(169,190,185)
#B2C5C0
(178,197,192)
#BBCCC7
(187,204,199)
#C4D3CE
(196,211,206)
#CDDAD5
(205,218,213)
#D6E1DC
(214,225,220)
#DFE8E3
(223,232,227)
#E8EFEA
(232,239,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B0AB; }

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

This text font color is #97B0AB.


Background Color

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

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

This div background color is #97B0AB.


Border color

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

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

This div border color is #97B0AB.


Opacity

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

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

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

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

This text has shadow with #97B0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B0AB on black background.


Color preview on white background

This text has color #97B0AB on white background.



Black color preview on #97B0AB background

This text has black color on #97B0AB background.


White color preview on #97B0AB background

This text has white color on #97B0AB background.