COLOR #97ACD0

HEX: #97ACD0
RGB: (151,172,208)

Color info

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

RGB color model

#97ACD0 color RGB value is (151,172,208).

  • red value is 151;
  • green value is 172;
  • blue value is 208.
RGB:
(151,172,208)
(59%,67%,82%)

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 208 of 255 = 82%

151
172
208

R + G + B ~ 69%. #97ACD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 172 + 208 = 531 (100%)
R 151 of 531 ~ 28.44%
G 172 of 531 ~ 32.39%
B 208 of 531 ~ 39.17%

%28.44
%32.39
%39.17

CMYK color model

#97ACD0 color CMYK value is (27,17,0,18).

  • cyan value is 27.40%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(27,17,0,18)
C27M17Y0K18 
(27%,17%,0%,18%)
(0.27/0.17/0.00/0.18)	

CMYK percentages

%27.4
%17.31
%0
%18.43

Codes

Color #97ACD0 in popluar color models

97ACD0
RGB151172208
HSL218°37.75%70.39%
HSB/HSV218°27.40%81.57%
CMYK27.40%17.31%0.00%
18.43%

Color #97ACD0 in popluar number systems.

HEX97ACD0
Decimal151172208
Binary100101111010110011010000
Octal227254320

Shades and tints

Shades of #97ACD0

#97ACD0
(151,172,208)
#8A9DBE
(138,157,190)
#7D8EAC
(125,142,172)
#707F9A
(112,127,154)
#637088
(99,112,136)
#566176
(86,97,118)
#495264
(73,82,100)
#3C4352
(60,67,82)
#2F3440
(47,52,64)
#22252E
(34,37,46)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #97ACD0

#97ACD0
(151,172,208)
#A0B3D4
(160,179,212)
#A9BAD8
(169,186,216)
#B2C1DC
(178,193,220)
#BBC8E0
(187,200,224)
#C4CFE4
(196,207,228)
#CDD6E8
(205,214,232)
#D6DDEC
(214,221,236)
#DFE4F0
(223,228,240)
#E8EBF4
(232,235,244)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97ACD0 color. Also use rgb(151,172,208) instead hex code.

Text Font Color

.myTextColor { color: #97ACD0; }

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

This text font color is #97ACD0.


Background Color

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

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

This div background color is #97ACD0.


Border color

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

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

This div border color is #97ACD0.


Opacity

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

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

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

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

This text has shadow with #97ACD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ACD0 on black background.


Color preview on white background

This text has color #97ACD0 on white background.



Black color preview on #97ACD0 background

This text has black color on #97ACD0 background.


White color preview on #97ACD0 background

This text has white color on #97ACD0 background.