COLOR #97BFEC

HEX: #97BFEC
RGB: (151,191,236)

Color info

#97BFEC contains mainly green and blue colors. Web safe color of #97BFEC is #99CCFF (or #9CF).

RGB color model

#97BFEC color RGB value is (151,191,236).

  • red value is 151;
  • green value is 191;
  • blue value is 236.
RGB:
(151,191,236)
(59%,75%,93%)

RGB channels and saturation

R 151 of 255 = 59%
G 191 of 255 = 75%
B 236 of 255 = 93%

151
191
236

R + G + B ~ 76%. #97BFEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 191 + 236 = 578 (100%)
R 151 of 578 ~ 26.12%
G 191 of 578 ~ 33.04%
B 236 of 578 ~ 40.83%

%26.12
%33.04
%40.83

CMYK color model

#97BFEC color CMYK value is (36,19,0,7).

  • cyan value is 36.02%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(36,19,0,7)
C36M19Y0K7 
(36%,19%,0%,7%)
(0.36/0.19/0.00/0.07)	

CMYK percentages

%36.02
%19.07
%0
%7.45

Codes

Color #97BFEC in popluar color models

97BFEC
RGB151191236
HSL212°69.11%75.88%
HSB/HSV212°36.02%92.55%
CMYK36.02%19.07%0.00%
7.45%

Color #97BFEC in popluar number systems.

HEX97BFEC
Decimal151191236
Binary100101111011111111101100
Octal227277354

Shades and tints

Shades of #97BFEC

#97BFEC
(151,191,236)
#8AAED7
(138,174,215)
#7D9DC2
(125,157,194)
#708CAD
(112,140,173)
#637B98
(99,123,152)
#566A83
(86,106,131)
#49596E
(73,89,110)
#3C4859
(60,72,89)
#2F3744
(47,55,68)
#22262F
(34,38,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #97BFEC

#97BFEC
(151,191,236)
#A0C4ED
(160,196,237)
#A9C9EE
(169,201,238)
#B2CEEF
(178,206,239)
#BBD3F0
(187,211,240)
#C4D8F1
(196,216,241)
#CDDDF2
(205,221,242)
#D6E2F3
(214,226,243)
#DFE7F4
(223,231,244)
#E8ECF5
(232,236,245)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BFEC; }

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

This text font color is #97BFEC.


Background Color

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

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

This div background color is #97BFEC.


Border color

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

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

This div border color is #97BFEC.


Opacity

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

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

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

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

This text has shadow with #97BFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BFEC on black background.


Color preview on white background

This text has color #97BFEC on white background.



Black color preview on #97BFEC background

This text has black color on #97BFEC background.


White color preview on #97BFEC background

This text has white color on #97BFEC background.