COLOR #97A1BC

HEX: #97A1BC
RGB: (151,161,188)

Color info

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

RGB color model

#97A1BC color RGB value is (151,161,188).

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

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 188 of 255 = 74%

151
161
188

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

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 188 = 500 (100%)
R 151 of 500 ~ 30.2%
G 161 of 500 ~ 32.2%
B 188 of 500 ~ 37.6%

%30.2
%32.2
%37.6

CMYK color model

#97A1BC color CMYK value is (20,14,0,26).

  • cyan value is 19.68%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(20,14,0,26)
C20M14Y0K26 
(20%,14%,0%,26%)
(0.20/0.14/0.00/0.26)	

CMYK percentages

%19.68
%14.36
%0
%26.27

Codes

Color #97A1BC in popluar color models

97A1BC
RGB151161188
HSL224°21.64%66.47%
HSB/HSV224°19.68%73.73%
CMYK19.68%14.36%0.00%
26.27%

Color #97A1BC in popluar number systems.

HEX97A1BC
Decimal151161188
Binary100101111010000110111100
Octal227241274

Shades and tints

Shades of #97A1BC

#97A1BC
(151,161,188)
#8A93AB
(138,147,171)
#7D859A
(125,133,154)
#707789
(112,119,137)
#636978
(99,105,120)
#565B67
(86,91,103)
#494D56
(73,77,86)
#3C3F45
(60,63,69)
#2F3134
(47,49,52)
#222323
(34,35,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #97A1BC

#97A1BC
(151,161,188)
#A0A9C2
(160,169,194)
#A9B1C8
(169,177,200)
#B2B9CE
(178,185,206)
#BBC1D4
(187,193,212)
#C4C9DA
(196,201,218)
#CDD1E0
(205,209,224)
#D6D9E6
(214,217,230)
#DFE1EC
(223,225,236)
#E8E9F2
(232,233,242)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A1BC; }

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

This text font color is #97A1BC.


Background Color

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

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

This div background color is #97A1BC.


Border color

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

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

This div border color is #97A1BC.


Opacity

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

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

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

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

This text has shadow with #97A1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A1BC on black background.


Color preview on white background

This text has color #97A1BC on white background.



Black color preview on #97A1BC background

This text has black color on #97A1BC background.


White color preview on #97A1BC background

This text has white color on #97A1BC background.