COLOR #97B0CD

HEX: #97B0CD
RGB: (151,176,205)

Color info

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

RGB color model

#97B0CD color RGB value is (151,176,205).

  • red value is 151;
  • green value is 176;
  • blue value is 205.
RGB:
(151,176,205)
(59%,69%,80%)

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 205 of 255 = 80%

151
176
205

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 205 = 532 (100%)
R 151 of 532 ~ 28.38%
G 176 of 532 ~ 33.08%
B 205 of 532 ~ 38.53%

%28.38
%33.08
%38.53

CMYK color model

#97B0CD color CMYK value is (26,14,0,20).

  • cyan value is 26.34%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(26,14,0,20)
C26M14Y0K20 
(26%,14%,0%,20%)
(0.26/0.14/0.00/0.20)	

CMYK percentages

%26.34
%14.15
%0
%19.61

Codes

Color #97B0CD in popluar color models

97B0CD
RGB151176205
HSL212°35.06%69.80%
HSB/HSV212°26.34%80.39%
CMYK26.34%14.15%0.00%
19.61%

Color #97B0CD in popluar number systems.

HEX97B0CD
Decimal151176205
Binary100101111011000011001101
Octal227260315

Shades and tints

Shades of #97B0CD

#97B0CD
(151,176,205)
#8AA0BB
(138,160,187)
#7D90A9
(125,144,169)
#708097
(112,128,151)
#637085
(99,112,133)
#566073
(86,96,115)
#495061
(73,80,97)
#3C404F
(60,64,79)
#2F303D
(47,48,61)
#22202B
(34,32,43)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #97B0CD

#97B0CD
(151,176,205)
#A0B7D1
(160,183,209)
#A9BED5
(169,190,213)
#B2C5D9
(178,197,217)
#BBCCDD
(187,204,221)
#C4D3E1
(196,211,225)
#CDDAE5
(205,218,229)
#D6E1E9
(214,225,233)
#DFE8ED
(223,232,237)
#E8EFF1
(232,239,241)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B0CD color. Also use rgb(151,176,205) instead hex code.

Text Font Color

.myTextColor { color: #97B0CD; }

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

This text font color is #97B0CD.


Background Color

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

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

This div background color is #97B0CD.


Border color

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

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

This div border color is #97B0CD.


Opacity

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

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

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

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

This text has shadow with #97B0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B0CD on black background.


Color preview on white background

This text has color #97B0CD on white background.



Black color preview on #97B0CD background

This text has black color on #97B0CD background.


White color preview on #97B0CD background

This text has white color on #97B0CD background.