COLOR #97B6E4

HEX: #97B6E4
RGB: (151,182,228)

Color info

#97B6E4 contains mainly green and blue colors. Web safe color of #97B6E4 is #99CCCC (or #9CC).

RGB color model

#97B6E4 color RGB value is (151,182,228).

  • red value is 151;
  • green value is 182;
  • blue value is 228.
RGB:
(151,182,228)
(59%,71%,89%)

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 228 of 255 = 89%

151
182
228

R + G + B ~ 73%. #97B6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 228 = 561 (100%)
R 151 of 561 ~ 26.92%
G 182 of 561 ~ 32.44%
B 228 of 561 ~ 40.64%

%26.92
%32.44
%40.64

CMYK color model

#97B6E4 color CMYK value is (34,20,0,11).

  • cyan value is 33.77%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(34,20,0,11)
C34M20Y0K11 
(34%,20%,0%,11%)
(0.34/0.20/0.00/0.11)	

CMYK percentages

%33.77
%20.18
%0
%10.59

Codes

Color #97B6E4 in popluar color models

97B6E4
RGB151182228
HSL216°58.78%74.31%
HSB/HSV216°33.77%89.41%
CMYK33.77%20.18%0.00%
10.59%

Color #97B6E4 in popluar number systems.

HEX97B6E4
Decimal151182228
Binary100101111011011011100100
Octal227266344

Shades and tints

Shades of #97B6E4

#97B6E4
(151,182,228)
#8AA6D0
(138,166,208)
#7D96BC
(125,150,188)
#7086A8
(112,134,168)
#637694
(99,118,148)
#566680
(86,102,128)
#49566C
(73,86,108)
#3C4658
(60,70,88)
#2F3644
(47,54,68)
#222630
(34,38,48)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #97B6E4

#97B6E4
(151,182,228)
#A0BCE6
(160,188,230)
#A9C2E8
(169,194,232)
#B2C8EA
(178,200,234)
#BBCEEC
(187,206,236)
#C4D4EE
(196,212,238)
#CDDAF0
(205,218,240)
#D6E0F2
(214,224,242)
#DFE6F4
(223,230,244)
#E8ECF6
(232,236,246)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B6E4 color. Also use rgb(151,182,228) instead hex code.

Text Font Color

.myTextColor { color: #97B6E4; }

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

This text font color is #97B6E4.


Background Color

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

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

This div background color is #97B6E4.


Border color

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

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

This div border color is #97B6E4.


Opacity

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

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

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

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

This text has shadow with #97B6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B6E4 on black background.


Color preview on white background

This text has color #97B6E4 on white background.



Black color preview on #97B6E4 background

This text has black color on #97B6E4 background.


White color preview on #97B6E4 background

This text has white color on #97B6E4 background.