COLOR #98B0FA

HEX: #98B0FA
RGB: (152,176,250)

Color info

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

RGB color model

#98B0FA color RGB value is (152,176,250).

  • red value is 152;
  • green value is 176;
  • blue value is 250.
RGB:
(152,176,250)
(60%,69%,98%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 250 of 255 = 98%

152
176
250

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

Portions of RGB colors in percentages

R + G + B =
152 + 176 + 250 = 578 (100%)
R 152 of 578 ~ 26.3%
G 176 of 578 ~ 30.45%
B 250 of 578 ~ 43.25%

%26.3
%30.45
%43.25

CMYK color model

#98B0FA color CMYK value is (39,30,0,2).

  • cyan value is 39.20%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(39,30,0,2)
C39M30Y0K2 
(39%,30%,0%,2%)
(0.39/0.30/0.00/0.02)	

CMYK percentages

%39.2
%29.6
%0
%1.96

Codes

Color #98B0FA in popluar color models

98B0FA
RGB152176250
HSL225°90.74%78.82%
HSB/HSV225°39.20%98.04%
CMYK39.20%29.60%0.00%
1.96%

Color #98B0FA in popluar number systems.

HEX98B0FA
Decimal152176250
Binary100110001011000011111010
Octal230260372

Shades and tints

Shades of #98B0FA

#98B0FA
(152,176,250)
#8BA0E4
(139,160,228)
#7E90CE
(126,144,206)
#7180B8
(113,128,184)
#6470A2
(100,112,162)
#57608C
(87,96,140)
#4A5076
(74,80,118)
#3D4060
(61,64,96)
#30304A
(48,48,74)
#232034
(35,32,52)
#16101E
(22,16,30)
#000000
(0,0,0)

Tints of #98B0FA

#98B0FA
(152,176,250)
#A1B7FA
(161,183,250)
#AABEFA
(170,190,250)
#B3C5FA
(179,197,250)
#BCCCFA
(188,204,250)
#C5D3FA
(197,211,250)
#CEDAFA
(206,218,250)
#D7E1FA
(215,225,250)
#E0E8FA
(224,232,250)
#E9EFFA
(233,239,250)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B0FA color. Also use rgb(152,176,250) instead hex code.

Text Font Color

.myTextColor { color: #98B0FA; }

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

This text font color is #98B0FA.


Background Color

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

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

This div background color is #98B0FA.


Border color

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

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

This div border color is #98B0FA.


Opacity

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

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

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

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

This text has shadow with #98B0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B0FA on black background.


Color preview on white background

This text has color #98B0FA on white background.



Black color preview on #98B0FA background

This text has black color on #98B0FA background.


White color preview on #98B0FA background

This text has white color on #98B0FA background.