COLOR #97B7D1

HEX: #97B7D1
RGB: (151,183,209)

Color info

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

RGB color model

#97B7D1 color RGB value is (151,183,209).

  • red value is 151;
  • green value is 183;
  • blue value is 209.
RGB:
(151,183,209)
(59%,72%,82%)

RGB channels and saturation

R 151 of 255 = 59%
G 183 of 255 = 72%
B 209 of 255 = 82%

151
183
209

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

Portions of RGB colors in percentages

R + G + B =
151 + 183 + 209 = 543 (100%)
R 151 of 543 ~ 27.81%
G 183 of 543 ~ 33.7%
B 209 of 543 ~ 38.49%

%27.81
%33.7
%38.49

CMYK color model

#97B7D1 color CMYK value is (28,12,0,18).

  • cyan value is 27.75%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,12,0,18)
C28M12Y0K18 
(28%,12%,0%,18%)
(0.28/0.12/0.00/0.18)	

CMYK percentages

%27.75
%12.44
%0
%18.04

Codes

Color #97B7D1 in popluar color models

97B7D1
RGB151183209
HSL207°38.67%70.59%
HSB/HSV207°27.75%81.96%
CMYK27.75%12.44%0.00%
18.04%

Color #97B7D1 in popluar number systems.

HEX97B7D1
Decimal151183209
Binary100101111011011111010001
Octal227267321

Shades and tints

Shades of #97B7D1

#97B7D1
(151,183,209)
#8AA7BE
(138,167,190)
#7D97AB
(125,151,171)
#708798
(112,135,152)
#637785
(99,119,133)
#566772
(86,103,114)
#49575F
(73,87,95)
#3C474C
(60,71,76)
#2F3739
(47,55,57)
#222726
(34,39,38)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #97B7D1

#97B7D1
(151,183,209)
#A0BDD5
(160,189,213)
#A9C3D9
(169,195,217)
#B2C9DD
(178,201,221)
#BBCFE1
(187,207,225)
#C4D5E5
(196,213,229)
#CDDBE9
(205,219,233)
#D6E1ED
(214,225,237)
#DFE7F1
(223,231,241)
#E8EDF5
(232,237,245)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B7D1 color. Also use rgb(151,183,209) instead hex code.

Text Font Color

.myTextColor { color: #97B7D1; }

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

This text font color is #97B7D1.


Background Color

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

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

This div background color is #97B7D1.


Border color

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

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

This div border color is #97B7D1.


Opacity

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

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

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

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

This text has shadow with #97B7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B7D1 on black background.


Color preview on white background

This text has color #97B7D1 on white background.



Black color preview on #97B7D1 background

This text has black color on #97B7D1 background.


White color preview on #97B7D1 background

This text has white color on #97B7D1 background.