COLOR #97B1E5

HEX: #97B1E5
RGB: (151,177,229)

Color info

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

RGB color model

#97B1E5 color RGB value is (151,177,229).

  • red value is 151;
  • green value is 177;
  • blue value is 229.
RGB:
(151,177,229)
(59%,69%,90%)

RGB channels and saturation

R 151 of 255 = 59%
G 177 of 255 = 69%
B 229 of 255 = 90%

151
177
229

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

Portions of RGB colors in percentages

R + G + B =
151 + 177 + 229 = 557 (100%)
R 151 of 557 ~ 27.11%
G 177 of 557 ~ 31.78%
B 229 of 557 ~ 41.11%

%27.11
%31.78
%41.11

CMYK color model

#97B1E5 color CMYK value is (34,23,0,10).

  • cyan value is 34.06%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,23,0,10)
C34M23Y0K10 
(34%,23%,0%,10%)
(0.34/0.23/0.00/0.10)	

CMYK percentages

%34.06
%22.71
%0
%10.2

Codes

Color #97B1E5 in popluar color models

97B1E5
RGB151177229
HSL220°60.00%74.51%
HSB/HSV220°34.06%89.80%
CMYK34.06%22.71%0.00%
10.20%

Color #97B1E5 in popluar number systems.

HEX97B1E5
Decimal151177229
Binary100101111011000111100101
Octal227261345

Shades and tints

Shades of #97B1E5

#97B1E5
(151,177,229)
#8AA1D1
(138,161,209)
#7D91BD
(125,145,189)
#7081A9
(112,129,169)
#637195
(99,113,149)
#566181
(86,97,129)
#49516D
(73,81,109)
#3C4159
(60,65,89)
#2F3145
(47,49,69)
#222131
(34,33,49)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #97B1E5

#97B1E5
(151,177,229)
#A0B8E7
(160,184,231)
#A9BFE9
(169,191,233)
#B2C6EB
(178,198,235)
#BBCDED
(187,205,237)
#C4D4EF
(196,212,239)
#CDDBF1
(205,219,241)
#D6E2F3
(214,226,243)
#DFE9F5
(223,233,245)
#E8F0F7
(232,240,247)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B1E5 color. Also use rgb(151,177,229) instead hex code.

Text Font Color

.myTextColor { color: #97B1E5; }

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

This text font color is #97B1E5.


Background Color

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

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

This div background color is #97B1E5.


Border color

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

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

This div border color is #97B1E5.


Opacity

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

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

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

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

This text has shadow with #97B1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B1E5 on black background.


Color preview on white background

This text has color #97B1E5 on white background.



Black color preview on #97B1E5 background

This text has black color on #97B1E5 background.


White color preview on #97B1E5 background

This text has white color on #97B1E5 background.