COLOR #97A9D9

HEX: #97A9D9
RGB: (151,169,217)

Color info

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

RGB color model

#97A9D9 color RGB value is (151,169,217).

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

RGB channels and saturation

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

151
169
217

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

Portions of RGB colors in percentages

R + G + B =
151 + 169 + 217 = 537 (100%)
R 151 of 537 ~ 28.12%
G 169 of 537 ~ 31.47%
B 217 of 537 ~ 40.41%

%28.12
%31.47
%40.41

CMYK color model

#97A9D9 color CMYK value is (30,22,0,15).

  • cyan value is 30.41%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(30,22,0,15)
C30M22Y0K15 
(30%,22%,0%,15%)
(0.30/0.22/0.00/0.15)	

CMYK percentages

%30.41
%22.12
%0
%14.9

Codes

Color #97A9D9 in popluar color models

97A9D9
RGB151169217
HSL224°46.48%72.16%
HSB/HSV224°30.41%85.10%
CMYK30.41%22.12%0.00%
14.90%

Color #97A9D9 in popluar number systems.

HEX97A9D9
Decimal151169217
Binary100101111010100111011001
Octal227251331

Shades and tints

Shades of #97A9D9

#97A9D9
(151,169,217)
#8A9AC6
(138,154,198)
#7D8BB3
(125,139,179)
#707CA0
(112,124,160)
#636D8D
(99,109,141)
#565E7A
(86,94,122)
#494F67
(73,79,103)
#3C4054
(60,64,84)
#2F3141
(47,49,65)
#22222E
(34,34,46)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #97A9D9

#97A9D9
(151,169,217)
#A0B0DC
(160,176,220)
#A9B7DF
(169,183,223)
#B2BEE2
(178,190,226)
#BBC5E5
(187,197,229)
#C4CCE8
(196,204,232)
#CDD3EB
(205,211,235)
#D6DAEE
(214,218,238)
#DFE1F1
(223,225,241)
#E8E8F4
(232,232,244)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A9D9; }

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

This text font color is #97A9D9.


Background Color

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

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

This div background color is #97A9D9.


Border color

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

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

This div border color is #97A9D9.


Opacity

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

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

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

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

This text has shadow with #97A9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A9D9 on black background.


Color preview on white background

This text has color #97A9D9 on white background.



Black color preview on #97A9D9 background

This text has black color on #97A9D9 background.


White color preview on #97A9D9 background

This text has white color on #97A9D9 background.