COLOR #97B9CB

HEX: #97B9CB
RGB: (151,185,203)

Color info

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

RGB color model

#97B9CB color RGB value is (151,185,203).

  • red value is 151;
  • green value is 185;
  • blue value is 203.
RGB:
(151,185,203)
(59%,73%,80%)

RGB channels and saturation

R 151 of 255 = 59%
G 185 of 255 = 73%
B 203 of 255 = 80%

151
185
203

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

Portions of RGB colors in percentages

R + G + B =
151 + 185 + 203 = 539 (100%)
R 151 of 539 ~ 28.01%
G 185 of 539 ~ 34.32%
B 203 of 539 ~ 37.66%

%28.01
%34.32
%37.66

CMYK color model

#97B9CB color CMYK value is (26,9,0,20).

  • cyan value is 25.62%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(26,9,0,20)
C26M9Y0K20 
(26%,9%,0%,20%)
(0.26/0.09/0.00/0.20)	

CMYK percentages

%25.62
%8.87
%0
%20.39

Codes

Color #97B9CB in popluar color models

97B9CB
RGB151185203
HSL201°33.33%69.41%
HSB/HSV201°25.62%79.61%
CMYK25.62%8.87%0.00%
20.39%

Color #97B9CB in popluar number systems.

HEX97B9CB
Decimal151185203
Binary100101111011100111001011
Octal227271313

Shades and tints

Shades of #97B9CB

#97B9CB
(151,185,203)
#8AA9B9
(138,169,185)
#7D99A7
(125,153,167)
#708995
(112,137,149)
#637983
(99,121,131)
#566971
(86,105,113)
#49595F
(73,89,95)
#3C494D
(60,73,77)
#2F393B
(47,57,59)
#222929
(34,41,41)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #97B9CB

#97B9CB
(151,185,203)
#A0BFCF
(160,191,207)
#A9C5D3
(169,197,211)
#B2CBD7
(178,203,215)
#BBD1DB
(187,209,219)
#C4D7DF
(196,215,223)
#CDDDE3
(205,221,227)
#D6E3E7
(214,227,231)
#DFE9EB
(223,233,235)
#E8EFEF
(232,239,239)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B9CB color. Also use rgb(151,185,203) instead hex code.

Text Font Color

.myTextColor { color: #97B9CB; }

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

This text font color is #97B9CB.


Background Color

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

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

This div background color is #97B9CB.


Border color

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

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

This div border color is #97B9CB.


Opacity

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

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

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

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

This text has shadow with #97B9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B9CB on black background.


Color preview on white background

This text has color #97B9CB on white background.



Black color preview on #97B9CB background

This text has black color on #97B9CB background.


White color preview on #97B9CB background

This text has white color on #97B9CB background.