COLOR #97B3CA

HEX: #97B3CA
RGB: (151,179,202)

Color info

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

RGB color model

#97B3CA color RGB value is (151,179,202).

  • red value is 151;
  • green value is 179;
  • blue value is 202.
RGB:
(151,179,202)
(59%,70%,79%)

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 202 of 255 = 79%

151
179
202

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

Portions of RGB colors in percentages

R + G + B =
151 + 179 + 202 = 532 (100%)
R 151 of 532 ~ 28.38%
G 179 of 532 ~ 33.65%
B 202 of 532 ~ 37.97%

%28.38
%33.65
%37.97

CMYK color model

#97B3CA color CMYK value is (25,11,0,21).

  • cyan value is 25.25%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(25,11,0,21)
C25M11Y0K21 
(25%,11%,0%,21%)
(0.25/0.11/0.00/0.21)	

CMYK percentages

%25.25
%11.39
%0
%20.78

Codes

Color #97B3CA in popluar color models

97B3CA
RGB151179202
HSL207°32.48%69.22%
HSB/HSV207°25.25%79.22%
CMYK25.25%11.39%0.00%
20.78%

Color #97B3CA in popluar number systems.

HEX97B3CA
Decimal151179202
Binary100101111011001111001010
Octal227263312

Shades and tints

Shades of #97B3CA

#97B3CA
(151,179,202)
#8AA3B8
(138,163,184)
#7D93A6
(125,147,166)
#708394
(112,131,148)
#637382
(99,115,130)
#566370
(86,99,112)
#49535E
(73,83,94)
#3C434C
(60,67,76)
#2F333A
(47,51,58)
#222328
(34,35,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #97B3CA

#97B3CA
(151,179,202)
#A0B9CE
(160,185,206)
#A9BFD2
(169,191,210)
#B2C5D6
(178,197,214)
#BBCBDA
(187,203,218)
#C4D1DE
(196,209,222)
#CDD7E2
(205,215,226)
#D6DDE6
(214,221,230)
#DFE3EA
(223,227,234)
#E8E9EE
(232,233,238)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B3CA color. Also use rgb(151,179,202) instead hex code.

Text Font Color

.myTextColor { color: #97B3CA; }

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

This text font color is #97B3CA.


Background Color

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

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

This div background color is #97B3CA.


Border color

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

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

This div border color is #97B3CA.


Opacity

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

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

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

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

This text has shadow with #97B3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B3CA on black background.


Color preview on white background

This text has color #97B3CA on white background.



Black color preview on #97B3CA background

This text has black color on #97B3CA background.


White color preview on #97B3CA background

This text has white color on #97B3CA background.