COLOR #97B0DE

HEX: #97B0DE
RGB: (151,176,222)

Color info

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

RGB color model

#97B0DE color RGB value is (151,176,222).

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

RGB channels and saturation

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

151
176
222

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 222 = 549 (100%)
R 151 of 549 ~ 27.5%
G 176 of 549 ~ 32.06%
B 222 of 549 ~ 40.44%

%27.5
%32.06
%40.44

CMYK color model

#97B0DE color CMYK value is (32,21,0,13).

  • cyan value is 31.98%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(32,21,0,13)
C32M21Y0K13 
(32%,21%,0%,13%)
(0.32/0.21/0.00/0.13)	

CMYK percentages

%31.98
%20.72
%0
%12.94

Codes

Color #97B0DE in popluar color models

97B0DE
RGB151176222
HSL219°51.82%73.14%
HSB/HSV219°31.98%87.06%
CMYK31.98%20.72%0.00%
12.94%

Color #97B0DE in popluar number systems.

HEX97B0DE
Decimal151176222
Binary100101111011000011011110
Octal227260336

Shades and tints

Shades of #97B0DE

#97B0DE
(151,176,222)
#8AA0CA
(138,160,202)
#7D90B6
(125,144,182)
#7080A2
(112,128,162)
#63708E
(99,112,142)
#56607A
(86,96,122)
#495066
(73,80,102)
#3C4052
(60,64,82)
#2F303E
(47,48,62)
#22202A
(34,32,42)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #97B0DE

#97B0DE
(151,176,222)
#A0B7E1
(160,183,225)
#A9BEE4
(169,190,228)
#B2C5E7
(178,197,231)
#BBCCEA
(187,204,234)
#C4D3ED
(196,211,237)
#CDDAF0
(205,218,240)
#D6E1F3
(214,225,243)
#DFE8F6
(223,232,246)
#E8EFF9
(232,239,249)
#F1F6FC
(241,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B0DE; }

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

This text font color is #97B0DE.


Background Color

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

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

This div background color is #97B0DE.


Border color

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

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

This div border color is #97B0DE.


Opacity

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

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

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

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

This text has shadow with #97B0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B0DE on black background.


Color preview on white background

This text has color #97B0DE on white background.



Black color preview on #97B0DE background

This text has black color on #97B0DE background.


White color preview on #97B0DE background

This text has white color on #97B0DE background.