COLOR #97BEFE

HEX: #97BEFE
RGB: (151,190,254)

Color info

#97BEFE contains mainly blue color. Web safe color of #97BEFE is #99CCFF (or #9CF).

RGB color model

#97BEFE color RGB value is (151,190,254).

  • red value is 151;
  • green value is 190;
  • blue value is 254.
RGB:
(151,190,254)
(59%,75%,100%)

RGB channels and saturation

R 151 of 255 = 59%
G 190 of 255 = 75%
B 254 of 255 = 100%

151
190
254

R + G + B ~ 78%. #97BEFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 190 + 254 = 595 (100%)
R 151 of 595 ~ 25.38%
G 190 of 595 ~ 31.93%
B 254 of 595 ~ 42.69%

%25.38
%31.93
%42.69

CMYK color model

#97BEFE color CMYK value is (41,25,0,0).

  • cyan value is 40.55%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(41,25,0,0)
C41M25Y0K0 
(41%,25%,0%,0%)
(0.41/0.25/0.00/0.00)	

CMYK percentages

%40.55
%25.2
%0
%0.39

Codes

Color #97BEFE in popluar color models

97BEFE
RGB151190254
HSL217°98.10%79.41%
HSB/HSV217°40.55%99.61%
CMYK40.55%25.20%0.00%
0.39%

Color #97BEFE in popluar number systems.

HEX97BEFE
Decimal151190254
Binary100101111011111011111110
Octal227276376

Shades and tints

Shades of #97BEFE

#97BEFE
(151,190,254)
#8AADE7
(138,173,231)
#7D9CD0
(125,156,208)
#708BB9
(112,139,185)
#637AA2
(99,122,162)
#56698B
(86,105,139)
#495874
(73,88,116)
#3C475D
(60,71,93)
#2F3646
(47,54,70)
#22252F
(34,37,47)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #97BEFE

#97BEFE
(151,190,254)
#A0C3FE
(160,195,254)
#A9C8FE
(169,200,254)
#B2CDFE
(178,205,254)
#BBD2FE
(187,210,254)
#C4D7FE
(196,215,254)
#CDDCFE
(205,220,254)
#D6E1FE
(214,225,254)
#DFE6FE
(223,230,254)
#E8EBFE
(232,235,254)
#F1F0FE
(241,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BEFE color. Also use rgb(151,190,254) instead hex code.

Text Font Color

.myTextColor { color: #97BEFE; }

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

This text font color is #97BEFE.


Background Color

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

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

This div background color is #97BEFE.


Border color

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

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

This div border color is #97BEFE.


Opacity

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

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

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

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

This text has shadow with #97BEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BEFE on black background.


Color preview on white background

This text has color #97BEFE on white background.



Black color preview on #97BEFE background

This text has black color on #97BEFE background.


White color preview on #97BEFE background

This text has white color on #97BEFE background.