COLOR #97A1BA

HEX: #97A1BA
RGB: (151,161,186)

Color info

#97A1BA contains red, green and blue colors in about the same proportion. Web safe color of #97A1BA is #9999CC (or #99C).

RGB color model

#97A1BA color RGB value is (151,161,186).

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

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 186 of 255 = 73%

151
161
186

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

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 186 = 498 (100%)
R 151 of 498 ~ 30.32%
G 161 of 498 ~ 32.33%
B 186 of 498 ~ 37.35%

%30.32
%32.33
%37.35

CMYK color model

#97A1BA color CMYK value is (19,13,0,27).

  • cyan value is 18.82%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,13,0,27)
C19M13Y0K27 
(19%,13%,0%,27%)
(0.19/0.13/0.00/0.27)	

CMYK percentages

%18.82
%13.44
%0
%27.06

Codes

Color #97A1BA in popluar color models

97A1BA
RGB151161186
HSL223°20.23%66.08%
HSB/HSV223°18.82%72.94%
CMYK18.82%13.44%0.00%
27.06%

Color #97A1BA in popluar number systems.

HEX97A1BA
Decimal151161186
Binary100101111010000110111010
Octal227241272

Shades and tints

Shades of #97A1BA

#97A1BA
(151,161,186)
#8A93AA
(138,147,170)
#7D859A
(125,133,154)
#70778A
(112,119,138)
#63697A
(99,105,122)
#565B6A
(86,91,106)
#494D5A
(73,77,90)
#3C3F4A
(60,63,74)
#2F313A
(47,49,58)
#22232A
(34,35,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #97A1BA

#97A1BA
(151,161,186)
#A0A9C0
(160,169,192)
#A9B1C6
(169,177,198)
#B2B9CC
(178,185,204)
#BBC1D2
(187,193,210)
#C4C9D8
(196,201,216)
#CDD1DE
(205,209,222)
#D6D9E4
(214,217,228)
#DFE1EA
(223,225,234)
#E8E9F0
(232,233,240)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A1BA; }

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

This text font color is #97A1BA.


Background Color

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

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

This div background color is #97A1BA.


Border color

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

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

This div border color is #97A1BA.


Opacity

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

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

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

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

This text has shadow with #97A1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A1BA on black background.


Color preview on white background

This text has color #97A1BA on white background.



Black color preview on #97A1BA background

This text has black color on #97A1BA background.


White color preview on #97A1BA background

This text has white color on #97A1BA background.