COLOR #97A19B

HEX: #97A19B RGB: (151,161,155)

Color info

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

RGB color model

#97A19B color RGB value is (151,161,155).

RGB: (151,161,155) (59%, 63%, 61%)

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 155 of 255 = 61%

151
161
155

R + G + B ~ 61%. #97A19B is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 161 + 155 = 467 (100%)
R 151 of 467 ~ 32.33%
G 161 of 467 ~ 34.48%
B 155 of 467 ~ 33.19'%

%32.33
%34.48
%33.19

CMYK color model

#97A19B color CMYK value is (6,0,4,37).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 36.86%

CMYK: (6,0,4,37)
C6M0Y4K37 (6%, 0%, 4%, 37%)
(0.06 / 0.00 / 0.04 / 0.37)

CMYK percentages

%6.21
%0
%3.73
%36.86

Codes

Color #97A19B in popluar color models

97 A1 9B
RGB 151 161 155
HSL 144° 5.05% 61.18%
HSB/HSV 144° 6.21% 63.14%
CMYK 6.21% 0.00% 3.73%
36.86%

Color #97A19B in popluar number systems.

HEX 97 A1 9B
Decimal 151 161 155
Binary 10010111 10100001 10011011
Octal 227 241 233

Shades and tints

Shades of #97A19B

#97A19B
(151,161,155)
#8A938D
(138,147,141)
#7D857F
(125,133,127)
#707771
(112,119,113)
#636963
(99,105,99)
#565B55
(86,91,85)
#494D47
(73,77,71)
#3C3F39
(60,63,57)
#2F312B
(47,49,43)
#22231D
(34,35,29)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #97A19B

#97A19B
(151,161,155)
#A0A9A4
(160,169,164)
#A9B1AD
(169,177,173)
#B2B9B6
(178,185,182)
#BBC1BF
(187,193,191)
#C4C9C8
(196,201,200)
#CDD1D1
(205,209,209)
#D6D9DA
(214,217,218)
#DFE1E3
(223,225,227)
#E8E9EC
(232,233,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A19B; }

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

This text font color is #97A19B.

Background Color

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

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

This div background color is #97A19B.

Border color

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

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

This div border color is #97A19B.

Opacity

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

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

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

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

This text has shadow with #97A19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A19B.

Preview

Color preview on black background

This text has color #97A19B on black background.


Color preview on white background

This text has color #97A19B on white background.


Black color preview on #97A19B background

This text has black color on #97A19B background.


White color preview on #97A19B background

This text has white color on #97A19B background.


Related colors

Complementary color

Complementary color for #hex is #685E64.


I love getcolorcode.com

Triadic colors

1 #9B97A1 and #A19B97 with #97A19B are triadic colors.

2 #9BA197 and #A1979B with #97A19B are triadic colors.