COLOR #97A9FF

HEX: #97A9FF
RGB: (151,169,255)

Color info

#97A9FF contains mainly blue color. Web safe color of #97A9FF is #9999FF (or #99F).

RGB color model

#97A9FF color RGB value is (151,169,255).

  • red value is 151;
  • green value is 169;
  • blue value is 255.
RGB:
(151,169,255)
(59%,66%,100%)

RGB channels and saturation

R 151 of 255 = 59%
G 169 of 255 = 66%
B 255 of 255 = 100%

151
169
255

R + G + B ~ 75%. #97A9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 169 + 255 = 575 (100%)
R 151 of 575 ~ 26.26%
G 169 of 575 ~ 29.39%
B 255 of 575 ~ 44.35%

%26.26
%29.39
%44.35

CMYK color model

#97A9FF color CMYK value is (41,34,0,0).

  • cyan value is 40.78%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(41,34,0,0)
C41M34Y0K0 
(41%,34%,0%,0%)
(0.41/0.34/0.00/0.00)	

CMYK percentages

%40.78
%33.73
%0
%0

Codes

Color #97A9FF in popluar color models

97A9FF
RGB151169255
HSL230°100.00%79.61%
HSB/HSV230°40.78%100.00%
CMYK40.78%33.73%0.00%
0.00%

Color #97A9FF in popluar number systems.

HEX97A9FF
Decimal151169255
Binary100101111010100111111111
Octal227251377

Shades and tints

Shades of #97A9FF

#97A9FF
(151,169,255)
#8A9AE8
(138,154,232)
#7D8BD1
(125,139,209)
#707CBA
(112,124,186)
#636DA3
(99,109,163)
#565E8C
(86,94,140)
#494F75
(73,79,117)
#3C405E
(60,64,94)
#2F3147
(47,49,71)
#222230
(34,34,48)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #97A9FF

#97A9FF
(151,169,255)
#A0B0FF
(160,176,255)
#A9B7FF
(169,183,255)
#B2BEFF
(178,190,255)
#BBC5FF
(187,197,255)
#C4CCFF
(196,204,255)
#CDD3FF
(205,211,255)
#D6DAFF
(214,218,255)
#DFE1FF
(223,225,255)
#E8E8FF
(232,232,255)
#F1EFFF
(241,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A9FF color. Also use rgb(151,169,255) instead hex code.

Text Font Color

.myTextColor { color: #97A9FF; }

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

This text font color is #97A9FF.


Background Color

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

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

This div background color is #97A9FF.


Border color

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

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

This div border color is #97A9FF.


Opacity

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

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

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

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

This text has shadow with #97A9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A9FF on black background.


Color preview on white background

This text has color #97A9FF on white background.



Black color preview on #97A9FF background

This text has black color on #97A9FF background.


White color preview on #97A9FF background

This text has white color on #97A9FF background.