COLOR #97BCD3

HEX: #97BCD3
RGB: (151,188,211)

Color info

#97BCD3 contains mainly green and blue colors. Web safe color of #97BCD3 is #99CCCC (or #9CC).

RGB color model

#97BCD3 color RGB value is (151,188,211).

  • red value is 151;
  • green value is 188;
  • blue value is 211.
RGB:
(151,188,211)
(59%,74%,83%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 211 of 255 = 83%

151
188
211

R + G + B ~ 72%. #97BCD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 211 = 550 (100%)
R 151 of 550 ~ 27.45%
G 188 of 550 ~ 34.18%
B 211 of 550 ~ 38.36%

%27.45
%34.18
%38.36

CMYK color model

#97BCD3 color CMYK value is (28,11,0,17).

  • cyan value is 28.44%
  • magenta value is 10.90%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(28,11,0,17)
C28M11Y0K17 
(28%,11%,0%,17%)
(0.28/0.11/0.00/0.17)	

CMYK percentages

%28.44
%10.9
%0
%17.25

Codes

Color #97BCD3 in popluar color models

97BCD3
RGB151188211
HSL203°40.54%70.98%
HSB/HSV203°28.44%82.75%
CMYK28.44%10.90%0.00%
17.25%

Color #97BCD3 in popluar number systems.

HEX97BCD3
Decimal151188211
Binary100101111011110011010011
Octal227274323

Shades and tints

Shades of #97BCD3

#97BCD3
(151,188,211)
#8AABC0
(138,171,192)
#7D9AAD
(125,154,173)
#70899A
(112,137,154)
#637887
(99,120,135)
#566774
(86,103,116)
#495661
(73,86,97)
#3C454E
(60,69,78)
#2F343B
(47,52,59)
#222328
(34,35,40)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #97BCD3

#97BCD3
(151,188,211)
#A0C2D7
(160,194,215)
#A9C8DB
(169,200,219)
#B2CEDF
(178,206,223)
#BBD4E3
(187,212,227)
#C4DAE7
(196,218,231)
#CDE0EB
(205,224,235)
#D6E6EF
(214,230,239)
#DFECF3
(223,236,243)
#E8F2F7
(232,242,247)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BCD3 color. Also use rgb(151,188,211) instead hex code.

Text Font Color

.myTextColor { color: #97BCD3; }

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

This text font color is #97BCD3.


Background Color

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

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

This div background color is #97BCD3.


Border color

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

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

This div border color is #97BCD3.


Opacity

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

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

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

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

This text has shadow with #97BCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BCD3 on black background.


Color preview on white background

This text has color #97BCD3 on white background.



Black color preview on #97BCD3 background

This text has black color on #97BCD3 background.


White color preview on #97BCD3 background

This text has white color on #97BCD3 background.