COLOR #97AAD4

HEX: #97AAD4
RGB: (151,170,212)

Color info

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

RGB color model

#97AAD4 color RGB value is (151,170,212).

  • red value is 151;
  • green value is 170;
  • blue value is 212.
RGB:
(151,170,212)
(59%,67%,83%)

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 212 of 255 = 83%

151
170
212

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

Portions of RGB colors in percentages

R + G + B =
151 + 170 + 212 = 533 (100%)
R 151 of 533 ~ 28.33%
G 170 of 533 ~ 31.89%
B 212 of 533 ~ 39.77%

%28.33
%31.89
%39.77

CMYK color model

#97AAD4 color CMYK value is (29,20,0,17).

  • cyan value is 28.77%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(29,20,0,17)
C29M20Y0K17 
(29%,20%,0%,17%)
(0.29/0.20/0.00/0.17)	

CMYK percentages

%28.77
%19.81
%0
%16.86

Codes

Color #97AAD4 in popluar color models

97AAD4
RGB151170212
HSL221°41.50%71.18%
HSB/HSV221°28.77%83.14%
CMYK28.77%19.81%0.00%
16.86%

Color #97AAD4 in popluar number systems.

HEX97AAD4
Decimal151170212
Binary100101111010101011010100
Octal227252324

Shades and tints

Shades of #97AAD4

#97AAD4
(151,170,212)
#8A9BC1
(138,155,193)
#7D8CAE
(125,140,174)
#707D9B
(112,125,155)
#636E88
(99,110,136)
#565F75
(86,95,117)
#495062
(73,80,98)
#3C414F
(60,65,79)
#2F323C
(47,50,60)
#222329
(34,35,41)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #97AAD4

#97AAD4
(151,170,212)
#A0B1D7
(160,177,215)
#A9B8DA
(169,184,218)
#B2BFDD
(178,191,221)
#BBC6E0
(187,198,224)
#C4CDE3
(196,205,227)
#CDD4E6
(205,212,230)
#D6DBE9
(214,219,233)
#DFE2EC
(223,226,236)
#E8E9EF
(232,233,239)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AAD4 color. Also use rgb(151,170,212) instead hex code.

Text Font Color

.myTextColor { color: #97AAD4; }

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

This text font color is #97AAD4.


Background Color

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

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

This div background color is #97AAD4.


Border color

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

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

This div border color is #97AAD4.


Opacity

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

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

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

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

This text has shadow with #97AAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AAD4 on black background.


Color preview on white background

This text has color #97AAD4 on white background.



Black color preview on #97AAD4 background

This text has black color on #97AAD4 background.


White color preview on #97AAD4 background

This text has white color on #97AAD4 background.