COLOR #97B0E3

HEX: #97B0E3
RGB: (151,176,227)

Color info

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

RGB color model

#97B0E3 color RGB value is (151,176,227).

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

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 227 of 255 = 89%

151
176
227

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 227 = 554 (100%)
R 151 of 554 ~ 27.26%
G 176 of 554 ~ 31.77%
B 227 of 554 ~ 40.97%

%27.26
%31.77
%40.97

CMYK color model

#97B0E3 color CMYK value is (33,22,0,11).

  • cyan value is 33.48%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(33,22,0,11)
C33M22Y0K11 
(33%,22%,0%,11%)
(0.33/0.22/0.00/0.11)	

CMYK percentages

%33.48
%22.47
%0
%10.98

Codes

Color #97B0E3 in popluar color models

97B0E3
RGB151176227
HSL220°57.58%74.12%
HSB/HSV220°33.48%89.02%
CMYK33.48%22.47%0.00%
10.98%

Color #97B0E3 in popluar number systems.

HEX97B0E3
Decimal151176227
Binary100101111011000011100011
Octal227260343

Shades and tints

Shades of #97B0E3

#97B0E3
(151,176,227)
#8AA0CF
(138,160,207)
#7D90BB
(125,144,187)
#7080A7
(112,128,167)
#637093
(99,112,147)
#56607F
(86,96,127)
#49506B
(73,80,107)
#3C4057
(60,64,87)
#2F3043
(47,48,67)
#22202F
(34,32,47)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #97B0E3

#97B0E3
(151,176,227)
#A0B7E5
(160,183,229)
#A9BEE7
(169,190,231)
#B2C5E9
(178,197,233)
#BBCCEB
(187,204,235)
#C4D3ED
(196,211,237)
#CDDAEF
(205,218,239)
#D6E1F1
(214,225,241)
#DFE8F3
(223,232,243)
#E8EFF5
(232,239,245)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B0E3; }

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

This text font color is #97B0E3.


Background Color

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

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

This div background color is #97B0E3.


Border color

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

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

This div border color is #97B0E3.


Opacity

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

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

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

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

This text has shadow with #97B0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B0E3 on black background.


Color preview on white background

This text has color #97B0E3 on white background.



Black color preview on #97B0E3 background

This text has black color on #97B0E3 background.


White color preview on #97B0E3 background

This text has white color on #97B0E3 background.