COLOR #97B0DA

HEX: #97B0DA
RGB: (151,176,218)

Color info

#97B0DA contains mainly green and blue colors. Web safe color of #97B0DA is #9999CC (or #99C).

RGB color model

#97B0DA color RGB value is (151,176,218).

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

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 218 of 255 = 85%

151
176
218

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 218 = 545 (100%)
R 151 of 545 ~ 27.71%
G 176 of 545 ~ 32.29%
B 218 of 545 ~ 40%

%27.71
%32.29
%40

CMYK color model

#97B0DA color CMYK value is (31,19,0,15).

  • cyan value is 30.73%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,19,0,15)
C31M19Y0K15 
(31%,19%,0%,15%)
(0.31/0.19/0.00/0.15)	

CMYK percentages

%30.73
%19.27
%0
%14.51

Codes

Color #97B0DA in popluar color models

97B0DA
RGB151176218
HSL218°47.52%72.35%
HSB/HSV218°30.73%85.49%
CMYK30.73%19.27%0.00%
14.51%

Color #97B0DA in popluar number systems.

HEX97B0DA
Decimal151176218
Binary100101111011000011011010
Octal227260332

Shades and tints

Shades of #97B0DA

#97B0DA
(151,176,218)
#8AA0C7
(138,160,199)
#7D90B4
(125,144,180)
#7080A1
(112,128,161)
#63708E
(99,112,142)
#56607B
(86,96,123)
#495068
(73,80,104)
#3C4055
(60,64,85)
#2F3042
(47,48,66)
#22202F
(34,32,47)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #97B0DA

#97B0DA
(151,176,218)
#A0B7DD
(160,183,221)
#A9BEE0
(169,190,224)
#B2C5E3
(178,197,227)
#BBCCE6
(187,204,230)
#C4D3E9
(196,211,233)
#CDDAEC
(205,218,236)
#D6E1EF
(214,225,239)
#DFE8F2
(223,232,242)
#E8EFF5
(232,239,245)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B0DA; }

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

This text font color is #97B0DA.


Background Color

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

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

This div background color is #97B0DA.


Border color

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

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

This div border color is #97B0DA.


Opacity

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

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

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

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

This text has shadow with #97B0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B0DA on black background.


Color preview on white background

This text has color #97B0DA on white background.



Black color preview on #97B0DA background

This text has black color on #97B0DA background.


White color preview on #97B0DA background

This text has white color on #97B0DA background.