COLOR #97A1C6

HEX: #97A1C6
RGB: (151,161,198)

Color info

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

RGB color model

#97A1C6 color RGB value is (151,161,198).

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

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 198 of 255 = 78%

151
161
198

R + G + B ~ 67%. #97A1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 198 = 510 (100%)
R 151 of 510 ~ 29.61%
G 161 of 510 ~ 31.57%
B 198 of 510 ~ 38.82%

%29.61
%31.57
%38.82

CMYK color model

#97A1C6 color CMYK value is (24,19,0,22).

  • cyan value is 23.74%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(24,19,0,22)
C24M19Y0K22 
(24%,19%,0%,22%)
(0.24/0.19/0.00/0.22)	

CMYK percentages

%23.74
%18.69
%0
%22.35

Codes

Color #97A1C6 in popluar color models

97A1C6
RGB151161198
HSL227°29.19%68.43%
HSB/HSV227°23.74%77.65%
CMYK23.74%18.69%0.00%
22.35%

Color #97A1C6 in popluar number systems.

HEX97A1C6
Decimal151161198
Binary100101111010000111000110
Octal227241306

Shades and tints

Shades of #97A1C6

#97A1C6
(151,161,198)
#8A93B4
(138,147,180)
#7D85A2
(125,133,162)
#707790
(112,119,144)
#63697E
(99,105,126)
#565B6C
(86,91,108)
#494D5A
(73,77,90)
#3C3F48
(60,63,72)
#2F3136
(47,49,54)
#222324
(34,35,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #97A1C6

#97A1C6
(151,161,198)
#A0A9CB
(160,169,203)
#A9B1D0
(169,177,208)
#B2B9D5
(178,185,213)
#BBC1DA
(187,193,218)
#C4C9DF
(196,201,223)
#CDD1E4
(205,209,228)
#D6D9E9
(214,217,233)
#DFE1EE
(223,225,238)
#E8E9F3
(232,233,243)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A1C6; }

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

This text font color is #97A1C6.


Background Color

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

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

This div background color is #97A1C6.


Border color

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

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

This div border color is #97A1C6.


Opacity

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

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

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

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

This text has shadow with #97A1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A1C6 on black background.


Color preview on white background

This text has color #97A1C6 on white background.



Black color preview on #97A1C6 background

This text has black color on #97A1C6 background.


White color preview on #97A1C6 background

This text has white color on #97A1C6 background.