COLOR #97A5EF

HEX: #97A5EF
RGB: (151,165,239)

Color info

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

RGB color model

#97A5EF color RGB value is (151,165,239).

  • red value is 151;
  • green value is 165;
  • blue value is 239.
RGB:
(151,165,239)
(59%,65%,94%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 239 of 255 = 94%

151
165
239

R + G + B ~ 73%. #97A5EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 239 = 555 (100%)
R 151 of 555 ~ 27.21%
G 165 of 555 ~ 29.73%
B 239 of 555 ~ 43.06%

%27.21
%29.73
%43.06

CMYK color model

#97A5EF color CMYK value is (37,31,0,6).

  • cyan value is 36.82%
  • magenta value is 30.96%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(37,31,0,6)
C37M31Y0K6 
(37%,31%,0%,6%)
(0.37/0.31/0.00/0.06)	

CMYK percentages

%36.82
%30.96
%0
%6.27

Codes

Color #97A5EF in popluar color models

97A5EF
RGB151165239
HSL230°73.33%76.47%
HSB/HSV230°36.82%93.73%
CMYK36.82%30.96%0.00%
6.27%

Color #97A5EF in popluar number systems.

HEX97A5EF
Decimal151165239
Binary100101111010010111101111
Octal227245357

Shades and tints

Shades of #97A5EF

#97A5EF
(151,165,239)
#8A96DA
(138,150,218)
#7D87C5
(125,135,197)
#7078B0
(112,120,176)
#63699B
(99,105,155)
#565A86
(86,90,134)
#494B71
(73,75,113)
#3C3C5C
(60,60,92)
#2F2D47
(47,45,71)
#221E32
(34,30,50)
#150F1D
(21,15,29)
#000000
(0,0,0)

Tints of #97A5EF

#97A5EF
(151,165,239)
#A0ADF0
(160,173,240)
#A9B5F1
(169,181,241)
#B2BDF2
(178,189,242)
#BBC5F3
(187,197,243)
#C4CDF4
(196,205,244)
#CDD5F5
(205,213,245)
#D6DDF6
(214,221,246)
#DFE5F7
(223,229,247)
#E8EDF8
(232,237,248)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A5EF color. Also use rgb(151,165,239) instead hex code.

Text Font Color

.myTextColor { color: #97A5EF; }

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

This text font color is #97A5EF.


Background Color

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

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

This div background color is #97A5EF.


Border color

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

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

This div border color is #97A5EF.


Opacity

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

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

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

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

This text has shadow with #97A5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A5EF on black background.


Color preview on white background

This text has color #97A5EF on white background.



Black color preview on #97A5EF background

This text has black color on #97A5EF background.


White color preview on #97A5EF background

This text has white color on #97A5EF background.