COLOR #97B9CC

HEX: #97B9CC
RGB: (151,185,204)

Color info

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

RGB color model

#97B9CC color RGB value is (151,185,204).

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

RGB channels and saturation

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

151
185
204

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

Portions of RGB colors in percentages

R + G + B =
151 + 185 + 204 = 540 (100%)
R 151 of 540 ~ 27.96%
G 185 of 540 ~ 34.26%
B 204 of 540 ~ 37.78%

%27.96
%34.26
%37.78

CMYK color model

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

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

CMYK percentages

%25.98
%9.31
%0
%20

Codes

Color #97B9CC in popluar color models

97B9CC
RGB151185204
HSL202°34.19%69.61%
HSB/HSV202°25.98%80.00%
CMYK25.98%9.31%0.00%
20.00%

Color #97B9CC in popluar number systems.

HEX97B9CC
Decimal151185204
Binary100101111011100111001100
Octal227271314

Shades and tints

Shades of #97B9CC

#97B9CC
(151,185,204)
#8AA9BA
(138,169,186)
#7D99A8
(125,153,168)
#708996
(112,137,150)
#637984
(99,121,132)
#566972
(86,105,114)
#495960
(73,89,96)
#3C494E
(60,73,78)
#2F393C
(47,57,60)
#22292A
(34,41,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #97B9CC

#97B9CC
(151,185,204)
#A0BFD0
(160,191,208)
#A9C5D4
(169,197,212)
#B2CBD8
(178,203,216)
#BBD1DC
(187,209,220)
#C4D7E0
(196,215,224)
#CDDDE4
(205,221,228)
#D6E3E8
(214,227,232)
#DFE9EC
(223,233,236)
#E8EFF0
(232,239,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B9CC; }

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

This text font color is #97B9CC.


Background Color

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

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

This div background color is #97B9CC.


Border color

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

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

This div border color is #97B9CC.


Opacity

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

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

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

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

This text has shadow with #97B9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B9CC on black background.


Color preview on white background

This text has color #97B9CC on white background.



Black color preview on #97B9CC background

This text has black color on #97B9CC background.


White color preview on #97B9CC background

This text has white color on #97B9CC background.