COLOR #98B3F8

HEX: #98B3F8
RGB: (152,179,248)

Color info

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

RGB color model

#98B3F8 color RGB value is (152,179,248).

  • red value is 152;
  • green value is 179;
  • blue value is 248.
RGB:
(152,179,248)
(60%,70%,97%)

RGB channels and saturation

R 152 of 255 = 60%
G 179 of 255 = 70%
B 248 of 255 = 97%

152
179
248

R + G + B ~ 76%. #98B3F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 179 + 248 = 579 (100%)
R 152 of 579 ~ 26.25%
G 179 of 579 ~ 30.92%
B 248 of 579 ~ 42.83%

%26.25
%30.92
%42.83

CMYK color model

#98B3F8 color CMYK value is (39,28,0,3).

  • cyan value is 38.71%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(39,28,0,3)
C39M28Y0K3 
(39%,28%,0%,3%)
(0.39/0.28/0.00/0.03)	

CMYK percentages

%38.71
%27.82
%0
%2.75

Codes

Color #98B3F8 in popluar color models

98B3F8
RGB152179248
HSL223°87.27%78.43%
HSB/HSV223°38.71%97.25%
CMYK38.71%27.82%0.00%
2.75%

Color #98B3F8 in popluar number systems.

HEX98B3F8
Decimal152179248
Binary100110001011001111111000
Octal230263370

Shades and tints

Shades of #98B3F8

#98B3F8
(152,179,248)
#8BA3E2
(139,163,226)
#7E93CC
(126,147,204)
#7183B6
(113,131,182)
#6473A0
(100,115,160)
#57638A
(87,99,138)
#4A5374
(74,83,116)
#3D435E
(61,67,94)
#303348
(48,51,72)
#232332
(35,35,50)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #98B3F8

#98B3F8
(152,179,248)
#A1B9F8
(161,185,248)
#AABFF8
(170,191,248)
#B3C5F8
(179,197,248)
#BCCBF8
(188,203,248)
#C5D1F8
(197,209,248)
#CED7F8
(206,215,248)
#D7DDF8
(215,221,248)
#E0E3F8
(224,227,248)
#E9E9F8
(233,233,248)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B3F8 color. Also use rgb(152,179,248) instead hex code.

Text Font Color

.myTextColor { color: #98B3F8; }

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

This text font color is #98B3F8.


Background Color

.myBgColor { background-color: #98B3F8; }

<div style="background-color:#98B3F8">Inner text</div>

This div background color is #98B3F8.


Border color

.myBorderColor { border: 1px solid #98B3F8; }

<div style="border:3px solid #98B3F8">Div</div>

This div border color is #98B3F8.


Opacity

.myOpacity80 { color: #98B3F8; opacity: 0.8; }

<p style="color:#98B3F8;opacity:0.8;">80%</p>

Text with #98B3F8 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 #98B3F8;}

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

This text has shadow with #98B3F8 color.

.textShadow {text-shadow: 3px 3px 1px #98B3F8, 3px 3px 1px red;}

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

This text has shadow with #98B3F8 primary color and red secondary color.


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

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

This text has shadow with #98B3F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B3F8 on black background.


Color preview on white background

This text has color #98B3F8 on white background.



Black color preview on #98B3F8 background

This text has black color on #98B3F8 background.


White color preview on #98B3F8 background

This text has white color on #98B3F8 background.