COLOR #97AAB3

HEX: #97AAB3 RGB: (151,170,179)

Color info

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

RGB color model

#97AAB3 color RGB value is (151,170,179).

RGB: (151,170,179) (59%, 67%, 70%)

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 179 of 255 = 70%

151
170
179

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

Portions of RGB colors in percentages

R + G + B = 151 + 170 + 179 = 500 (100%)
R 151 of 500 ~ 30.2%
G 170 of 500 ~ 34%
B 179 of 500 ~ 35.8'%

%30.2
%34
%35.8

CMYK color model

#97AAB3 color CMYK value is (16,5,0,30).

  • cyan value is 15.64%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (16,5,0,30)
C16M5Y0K30 (16%, 5%, 0%, 30%)
(0.16 / 0.05 / 0.00 / 0.30)

CMYK percentages

%15.64
%5.03
%0
%29.8

Codes

Color #97AAB3 in popluar color models

97 AA B3
RGB 151 170 179
HSL 199° 15.56% 64.71%
HSB/HSV 199° 15.64% 70.20%
CMYK 15.64% 5.03% 0.00%
29.80%

Color #97AAB3 in popluar number systems.

HEX 97 AA B3
Decimal 151 170 179
Binary 10010111 10101010 10110011
Octal 227 252 263

Shades and tints

Shades of #97AAB3

#97AAB3
(151,170,179)
#8A9BA3
(138,155,163)
#7D8C93
(125,140,147)
#707D83
(112,125,131)
#636E73
(99,110,115)
#565F63
(86,95,99)
#495053
(73,80,83)
#3C4143
(60,65,67)
#2F3233
(47,50,51)
#222323
(34,35,35)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #97AAB3

#97AAB3
(151,170,179)
#A0B1B9
(160,177,185)
#A9B8BF
(169,184,191)
#B2BFC5
(178,191,197)
#BBC6CB
(187,198,203)
#C4CDD1
(196,205,209)
#CDD4D7
(205,212,215)
#D6DBDD
(214,219,221)
#DFE2E3
(223,226,227)
#E8E9E9
(232,233,233)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AAB3; }

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

This text font color is #97AAB3.

Background Color

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

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

This div background color is #97AAB3.

Border color

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

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

This div border color is #97AAB3.

Opacity

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

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

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

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

This text has shadow with #97AAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AAB3.

Preview

Color preview on black background

This text has color #97AAB3 on black background.


Color preview on white background

This text has color #97AAB3 on white background.


Black color preview on #97AAB3 background

This text has black color on #97AAB3 background.


White color preview on #97AAB3 background

This text has white color on #97AAB3 background.


Related colors

Complementary color

Complementary color for #hex is #68554C.


I love getcolorcode.com

Triadic colors

1 #B397AA and #AAB397 with #97AAB3 are triadic colors.

2 #B3AA97 and #AA97B3 with #97AAB3 are triadic colors.