COLOR #97BAD2

HEX: #97BAD2
RGB: (151,186,210)

Color info

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

RGB color model

#97BAD2 color RGB value is (151,186,210).

  • red value is 151;
  • green value is 186;
  • blue value is 210.
RGB:
(151,186,210)
(59%,73%,82%)

RGB channels and saturation

R 151 of 255 = 59%
G 186 of 255 = 73%
B 210 of 255 = 82%

151
186
210

R + G + B ~ 71%. #97BAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 186 + 210 = 547 (100%)
R 151 of 547 ~ 27.61%
G 186 of 547 ~ 34%
B 210 of 547 ~ 38.39%

%27.61
%34
%38.39

CMYK color model

#97BAD2 color CMYK value is (28,11,0,18).

  • cyan value is 28.10%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(28,11,0,18)
C28M11Y0K18 
(28%,11%,0%,18%)
(0.28/0.11/0.00/0.18)	

CMYK percentages

%28.1
%11.43
%0
%17.65

Codes

Color #97BAD2 in popluar color models

97BAD2
RGB151186210
HSL204°39.60%70.78%
HSB/HSV204°28.10%82.35%
CMYK28.10%11.43%0.00%
17.65%

Color #97BAD2 in popluar number systems.

HEX97BAD2
Decimal151186210
Binary100101111011101011010010
Octal227272322

Shades and tints

Shades of #97BAD2

#97BAD2
(151,186,210)
#8AAABF
(138,170,191)
#7D9AAC
(125,154,172)
#708A99
(112,138,153)
#637A86
(99,122,134)
#566A73
(86,106,115)
#495A60
(73,90,96)
#3C4A4D
(60,74,77)
#2F3A3A
(47,58,58)
#222A27
(34,42,39)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #97BAD2

#97BAD2
(151,186,210)
#A0C0D6
(160,192,214)
#A9C6DA
(169,198,218)
#B2CCDE
(178,204,222)
#BBD2E2
(187,210,226)
#C4D8E6
(196,216,230)
#CDDEEA
(205,222,234)
#D6E4EE
(214,228,238)
#DFEAF2
(223,234,242)
#E8F0F6
(232,240,246)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BAD2 color. Also use rgb(151,186,210) instead hex code.

Text Font Color

.myTextColor { color: #97BAD2; }

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

This text font color is #97BAD2.


Background Color

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

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

This div background color is #97BAD2.


Border color

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

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

This div border color is #97BAD2.


Opacity

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

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

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

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

This text has shadow with #97BAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BAD2 on black background.


Color preview on white background

This text has color #97BAD2 on white background.



Black color preview on #97BAD2 background

This text has black color on #97BAD2 background.


White color preview on #97BAD2 background

This text has white color on #97BAD2 background.