COLOR #97A1C0

HEX: #97A1C0
RGB: (151,161,192)

Color info

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

RGB color model

#97A1C0 color RGB value is (151,161,192).

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

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 192 of 255 = 75%

151
161
192

R + G + B ~ 66%. #97A1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 192 = 504 (100%)
R 151 of 504 ~ 29.96%
G 161 of 504 ~ 31.94%
B 192 of 504 ~ 38.1%

%29.96
%31.94
%38.1

CMYK color model

#97A1C0 color CMYK value is (21,16,0,25).

  • cyan value is 21.35%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(21,16,0,25)
C21M16Y0K25 
(21%,16%,0%,25%)
(0.21/0.16/0.00/0.25)	

CMYK percentages

%21.35
%16.15
%0
%24.71

Codes

Color #97A1C0 in popluar color models

97A1C0
RGB151161192
HSL225°24.55%67.25%
HSB/HSV225°21.35%75.29%
CMYK21.35%16.15%0.00%
24.71%

Color #97A1C0 in popluar number systems.

HEX97A1C0
Decimal151161192
Binary100101111010000111000000
Octal227241300

Shades and tints

Shades of #97A1C0

#97A1C0
(151,161,192)
#8A93AF
(138,147,175)
#7D859E
(125,133,158)
#70778D
(112,119,141)
#63697C
(99,105,124)
#565B6B
(86,91,107)
#494D5A
(73,77,90)
#3C3F49
(60,63,73)
#2F3138
(47,49,56)
#222327
(34,35,39)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #97A1C0

#97A1C0
(151,161,192)
#A0A9C5
(160,169,197)
#A9B1CA
(169,177,202)
#B2B9CF
(178,185,207)
#BBC1D4
(187,193,212)
#C4C9D9
(196,201,217)
#CDD1DE
(205,209,222)
#D6D9E3
(214,217,227)
#DFE1E8
(223,225,232)
#E8E9ED
(232,233,237)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A1C0; }

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

This text font color is #97A1C0.


Background Color

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

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

This div background color is #97A1C0.


Border color

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

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

This div border color is #97A1C0.


Opacity

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

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

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

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

This text has shadow with #97A1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A1C0 on black background.


Color preview on white background

This text has color #97A1C0 on white background.



Black color preview on #97A1C0 background

This text has black color on #97A1C0 background.


White color preview on #97A1C0 background

This text has white color on #97A1C0 background.