COLOR #98C8FA

HEX: #98C8FA
RGB: (152,200,250)

Color info

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

RGB color model

#98C8FA color RGB value is (152,200,250).

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

RGB channels and saturation

R 152 of 255 = 60%
G 200 of 255 = 78%
B 250 of 255 = 98%

152
200
250

R + G + B ~ 79%. #98C8FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 200 + 250 = 602 (100%)
R 152 of 602 ~ 25.25%
G 200 of 602 ~ 33.22%
B 250 of 602 ~ 41.53%

%25.25
%33.22
%41.53

CMYK color model

#98C8FA color CMYK value is (39,20,0,2).

  • cyan value is 39.20%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(39,20,0,2)
C39M20Y0K2 
(39%,20%,0%,2%)
(0.39/0.20/0.00/0.02)	

CMYK percentages

%39.2
%20
%0
%1.96

Codes

Color #98C8FA in popluar color models

98C8FA
RGB152200250
HSL211°90.74%78.82%
HSB/HSV211°39.20%98.04%
CMYK39.20%20.00%0.00%
1.96%

Color #98C8FA in popluar number systems.

HEX98C8FA
Decimal152200250
Binary100110001100100011111010
Octal230310372

Shades and tints

Shades of #98C8FA

#98C8FA
(152,200,250)
#8BB6E4
(139,182,228)
#7EA4CE
(126,164,206)
#7192B8
(113,146,184)
#6480A2
(100,128,162)
#576E8C
(87,110,140)
#4A5C76
(74,92,118)
#3D4A60
(61,74,96)
#30384A
(48,56,74)
#232634
(35,38,52)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #98C8FA

#98C8FA
(152,200,250)
#A1CDFA
(161,205,250)
#AAD2FA
(170,210,250)
#B3D7FA
(179,215,250)
#BCDCFA
(188,220,250)
#C5E1FA
(197,225,250)
#CEE6FA
(206,230,250)
#D7EBFA
(215,235,250)
#E0F0FA
(224,240,250)
#E9F5FA
(233,245,250)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C8FA; }

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

This text font color is #98C8FA.


Background Color

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

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

This div background color is #98C8FA.


Border color

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

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

This div border color is #98C8FA.


Opacity

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

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

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

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

This text has shadow with #98C8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C8FA on black background.


Color preview on white background

This text has color #98C8FA on white background.



Black color preview on #98C8FA background

This text has black color on #98C8FA background.


White color preview on #98C8FA background

This text has white color on #98C8FA background.