COLOR #97A1B1

HEX: #97A1B1
RGB: (151,161,177)

Color info

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

RGB color model

#97A1B1 color RGB value is (151,161,177).

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

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 177 of 255 = 69%

151
161
177

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

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 177 = 489 (100%)
R 151 of 489 ~ 30.88%
G 161 of 489 ~ 32.92%
B 177 of 489 ~ 36.2%

%30.88
%32.92
%36.2

CMYK color model

#97A1B1 color CMYK value is (15,9,0,31).

  • cyan value is 14.69%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (15,9,0,31) C15M9Y0K31 (15%,9%,0%,31%) (0.15/0.09/0.00/0.31)

CMYK percentages

%14.69
%9.04
%0
%30.59

Codes

Color #97A1B1 in popluar color models

97A1B1
RGB151161177
HSL217°14.29%64.31%
HSB/HSV217°14.69%69.41%
CMYK14.69%9.04%0.00%
30.59%

Color #97A1B1 in popluar number systems.

HEX97A1B1
Decimal151161177
Binary100101111010000110110001
Octal227241261

Shades and tints

Shades of #97A1B1

#97A1B1
(151,161,177)
#8A93A1
(138,147,161)
#7D8591
(125,133,145)
#707781
(112,119,129)
#636971
(99,105,113)
#565B61
(86,91,97)
#494D51
(73,77,81)
#3C3F41
(60,63,65)
#2F3131
(47,49,49)
#222321
(34,35,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #97A1B1

#97A1B1
(151,161,177)
#A0A9B8
(160,169,184)
#A9B1BF
(169,177,191)
#B2B9C6
(178,185,198)
#BBC1CD
(187,193,205)
#C4C9D4
(196,201,212)
#CDD1DB
(205,209,219)
#D6D9E2
(214,217,226)
#DFE1E9
(223,225,233)
#E8E9F0
(232,233,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A1B1; }

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

This text font color is #97A1B1.


Background Color

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

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

This div background color is #97A1B1.


Border color

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

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

This div border color is #97A1B1.


Opacity

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

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

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

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

This text has shadow with #97A1B1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #97A1B1 on black background.


Color preview on white background

This text has color #97A1B1 on white background.



Black color preview on #97A1B1 background

This text has black color on #97A1B1 background.


White color preview on #97A1B1 background

This text has white color on #97A1B1 background.