COLOR #97A9DA

HEX: #97A9DA
RGB: (151,169,218)

Color info

#97A9DA contains mainly green and blue colors. Web safe color of #97A9DA is #9999CC (or #99C).

RGB color model

#97A9DA color RGB value is (151,169,218).

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

RGB channels and saturation

R 151 of 255 = 59%
G 169 of 255 = 66%
B 218 of 255 = 85%

151
169
218

R + G + B ~ 70%. #97A9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 169 + 218 = 538 (100%)
R 151 of 538 ~ 28.07%
G 169 of 538 ~ 31.41%
B 218 of 538 ~ 40.52%

%28.07
%31.41
%40.52

CMYK color model

#97A9DA color CMYK value is (31,22,0,15).

  • cyan value is 30.73%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,22,0,15)
C31M22Y0K15 
(31%,22%,0%,15%)
(0.31/0.22/0.00/0.15)	

CMYK percentages

%30.73
%22.48
%0
%14.51

Codes

Color #97A9DA in popluar color models

97A9DA
RGB151169218
HSL224°47.52%72.35%
HSB/HSV224°30.73%85.49%
CMYK30.73%22.48%0.00%
14.51%

Color #97A9DA in popluar number systems.

HEX97A9DA
Decimal151169218
Binary100101111010100111011010
Octal227251332

Shades and tints

Shades of #97A9DA

#97A9DA
(151,169,218)
#8A9AC7
(138,154,199)
#7D8BB4
(125,139,180)
#707CA1
(112,124,161)
#636D8E
(99,109,142)
#565E7B
(86,94,123)
#494F68
(73,79,104)
#3C4055
(60,64,85)
#2F3142
(47,49,66)
#22222F
(34,34,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #97A9DA

#97A9DA
(151,169,218)
#A0B0DD
(160,176,221)
#A9B7E0
(169,183,224)
#B2BEE3
(178,190,227)
#BBC5E6
(187,197,230)
#C4CCE9
(196,204,233)
#CDD3EC
(205,211,236)
#D6DAEF
(214,218,239)
#DFE1F2
(223,225,242)
#E8E8F5
(232,232,245)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A9DA; }

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

This text font color is #97A9DA.


Background Color

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

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

This div background color is #97A9DA.


Border color

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

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

This div border color is #97A9DA.


Opacity

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

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

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

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

This text has shadow with #97A9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A9DA on black background.


Color preview on white background

This text has color #97A9DA on white background.



Black color preview on #97A9DA background

This text has black color on #97A9DA background.


White color preview on #97A9DA background

This text has white color on #97A9DA background.