COLOR #97B0EC

HEX: #97B0EC RGB: (151,176,236)

Color info

#97B0EC contains mainly blue color. Web safe color of #97B0EC is #9999FF (or #99F).

RGB color model

#97B0EC color RGB value is (151,176,236).

RGB: (151,176,236) (59%, 69%, 93%)

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 236 of 255 = 93%

151
176
236

R + G + B ~ 74%. #97B0EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 176 + 236 = 563 (100%)
R 151 of 563 ~ 26.82%
G 176 of 563 ~ 31.26%
B 236 of 563 ~ 41.92'%

%26.82
%31.26
%41.92

CMYK color model

#97B0EC color CMYK value is (36,25,0,7).

  • cyan value is 36.02%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (36,25,0,7)
C36M25Y0K7 (36%, 25%, 0%, 7%)
(0.36 / 0.25 / 0.00 / 0.07)

CMYK percentages

%36.02
%25.42
%0
%7.45

Codes

Color #97B0EC in popluar color models

97 B0 EC
RGB 151 176 236
HSL 222° 69.11% 75.88%
HSB/HSV 222° 36.02% 92.55%
CMYK 36.02% 25.42% 0.00%
7.45%

Color #97B0EC in popluar number systems.

HEX 97 B0 EC
Decimal 151 176 236
Binary 10010111 10110000 11101100
Octal 227 260 354

Shades and tints

Shades of #97B0EC

#97B0EC
(151,176,236)
#8AA0D7
(138,160,215)
#7D90C2
(125,144,194)
#7080AD
(112,128,173)
#637098
(99,112,152)
#566083
(86,96,131)
#49506E
(73,80,110)
#3C4059
(60,64,89)
#2F3044
(47,48,68)
#22202F
(34,32,47)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #97B0EC

#97B0EC
(151,176,236)
#A0B7ED
(160,183,237)
#A9BEEE
(169,190,238)
#B2C5EF
(178,197,239)
#BBCCF0
(187,204,240)
#C4D3F1
(196,211,241)
#CDDAF2
(205,218,242)
#D6E1F3
(214,225,243)
#DFE8F4
(223,232,244)
#E8EFF5
(232,239,245)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B0EC; }

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

This text font color is #97B0EC.

Background Color

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

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

This div background color is #97B0EC.

Border color

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

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

This div border color is #97B0EC.

Opacity

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

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

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

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

This text has shadow with #97B0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B0EC.

Preview

Color preview on black background

This text has color #97B0EC on black background.


Color preview on white background

This text has color #97B0EC on white background.


Black color preview on #97B0EC background

This text has black color on #97B0EC background.


White color preview on #97B0EC background

This text has white color on #97B0EC background.


Related colors

Complementary color

Complementary color for #hex is #684F13.


I love getcolorcode.com

Triadic colors

1 #EC97B0 and #B0EC97 with #97B0EC are triadic colors.

2 #ECB097 and #B097EC with #97B0EC are triadic colors.