COLOR #97B0DD

HEX: #97B0DD
RGB: (151,176,221)

Color info

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

RGB color model

#97B0DD color RGB value is (151,176,221).

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

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 221 of 255 = 87%

151
176
221

R + G + B ~ 72%. #97B0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 221 = 548 (100%)
R 151 of 548 ~ 27.55%
G 176 of 548 ~ 32.12%
B 221 of 548 ~ 40.33%

%27.55
%32.12
%40.33

CMYK color model

#97B0DD color CMYK value is (32,20,0,13).

  • cyan value is 31.67%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,20,0,13)
C32M20Y0K13 
(32%,20%,0%,13%)
(0.32/0.20/0.00/0.13)	

CMYK percentages

%31.67
%20.36
%0
%13.33

Codes

Color #97B0DD in popluar color models

97B0DD
RGB151176221
HSL219°50.72%72.94%
HSB/HSV219°31.67%86.67%
CMYK31.67%20.36%0.00%
13.33%

Color #97B0DD in popluar number systems.

HEX97B0DD
Decimal151176221
Binary100101111011000011011101
Octal227260335

Shades and tints

Shades of #97B0DD

#97B0DD
(151,176,221)
#8AA0C9
(138,160,201)
#7D90B5
(125,144,181)
#7080A1
(112,128,161)
#63708D
(99,112,141)
#566079
(86,96,121)
#495065
(73,80,101)
#3C4051
(60,64,81)
#2F303D
(47,48,61)
#222029
(34,32,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #97B0DD

#97B0DD
(151,176,221)
#A0B7E0
(160,183,224)
#A9BEE3
(169,190,227)
#B2C5E6
(178,197,230)
#BBCCE9
(187,204,233)
#C4D3EC
(196,211,236)
#CDDAEF
(205,218,239)
#D6E1F2
(214,225,242)
#DFE8F5
(223,232,245)
#E8EFF8
(232,239,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B0DD; }

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

This text font color is #97B0DD.


Background Color

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

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

This div background color is #97B0DD.


Border color

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

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

This div border color is #97B0DD.


Opacity

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

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

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

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

This text has shadow with #97B0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B0DD on black background.


Color preview on white background

This text has color #97B0DD on white background.



Black color preview on #97B0DD background

This text has black color on #97B0DD background.


White color preview on #97B0DD background

This text has white color on #97B0DD background.