COLOR #97AAC2

HEX: #97AAC2
RGB: (151,170,194)

Color info

#97AAC2 contains red, green and blue colors in about the same proportion. Web safe color of #97AAC2 is #9999CC (or #99C).

RGB color model

#97AAC2 color RGB value is (151,170,194).

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

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 194 of 255 = 76%

151
170
194

R + G + B ~ 67%. #97AAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 170 + 194 = 515 (100%)
R 151 of 515 ~ 29.32%
G 170 of 515 ~ 33.01%
B 194 of 515 ~ 37.67%

%29.32
%33.01
%37.67

CMYK color model

#97AAC2 color CMYK value is (22,12,0,24).

  • cyan value is 22.16%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(22,12,0,24)
C22M12Y0K24 
(22%,12%,0%,24%)
(0.22/0.12/0.00/0.24)	

CMYK percentages

%22.16
%12.37
%0
%23.92

Codes

Color #97AAC2 in popluar color models

97AAC2
RGB151170194
HSL213°26.06%67.65%
HSB/HSV213°22.16%76.08%
CMYK22.16%12.37%0.00%
23.92%

Color #97AAC2 in popluar number systems.

HEX97AAC2
Decimal151170194
Binary100101111010101011000010
Octal227252302

Shades and tints

Shades of #97AAC2

#97AAC2
(151,170,194)
#8A9BB1
(138,155,177)
#7D8CA0
(125,140,160)
#707D8F
(112,125,143)
#636E7E
(99,110,126)
#565F6D
(86,95,109)
#49505C
(73,80,92)
#3C414B
(60,65,75)
#2F323A
(47,50,58)
#222329
(34,35,41)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #97AAC2

#97AAC2
(151,170,194)
#A0B1C7
(160,177,199)
#A9B8CC
(169,184,204)
#B2BFD1
(178,191,209)
#BBC6D6
(187,198,214)
#C4CDDB
(196,205,219)
#CDD4E0
(205,212,224)
#D6DBE5
(214,219,229)
#DFE2EA
(223,226,234)
#E8E9EF
(232,233,239)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AAC2; }

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

This text font color is #97AAC2.


Background Color

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

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

This div background color is #97AAC2.


Border color

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

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

This div border color is #97AAC2.


Opacity

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

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

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

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

This text has shadow with #97AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AAC2 on black background.


Color preview on white background

This text has color #97AAC2 on white background.



Black color preview on #97AAC2 background

This text has black color on #97AAC2 background.


White color preview on #97AAC2 background

This text has white color on #97AAC2 background.