COLOR #98D4FC

HEX: #98D4FC
RGB: (152,212,252)

Color info

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

RGB color model

#98D4FC color RGB value is (152,212,252).

  • red value is 152;
  • green value is 212;
  • blue value is 252.
RGB:
(152,212,252)
(60%,83%,99%)

RGB channels and saturation

R 152 of 255 = 60%
G 212 of 255 = 83%
B 252 of 255 = 99%

152
212
252

R + G + B ~ 81%. #98D4FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 212 + 252 = 616 (100%)
R 152 of 616 ~ 24.68%
G 212 of 616 ~ 34.42%
B 252 of 616 ~ 40.91%

%24.68
%34.42
%40.91

CMYK color model

#98D4FC color CMYK value is (40,16,0,1).

  • cyan value is 39.68%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(40,16,0,1)
C40M16Y0K1 
(40%,16%,0%,1%)
(0.40/0.16/0.00/0.01)	

CMYK percentages

%39.68
%15.87
%0
%1.18

Codes

Color #98D4FC in popluar color models

98D4FC
RGB152212252
HSL204°94.34%79.22%
HSB/HSV204°39.68%98.82%
CMYK39.68%15.87%0.00%
1.18%

Color #98D4FC in popluar number systems.

HEX98D4FC
Decimal152212252
Binary100110001101010011111100
Octal230324374

Shades and tints

Shades of #98D4FC

#98D4FC
(152,212,252)
#8BC1E6
(139,193,230)
#7EAED0
(126,174,208)
#719BBA
(113,155,186)
#6488A4
(100,136,164)
#57758E
(87,117,142)
#4A6278
(74,98,120)
#3D4F62
(61,79,98)
#303C4C
(48,60,76)
#232936
(35,41,54)
#161620
(22,22,32)
#000000
(0,0,0)

Tints of #98D4FC

#98D4FC
(152,212,252)
#A1D7FC
(161,215,252)
#AADAFC
(170,218,252)
#B3DDFC
(179,221,252)
#BCE0FC
(188,224,252)
#C5E3FC
(197,227,252)
#CEE6FC
(206,230,252)
#D7E9FC
(215,233,252)
#E0ECFC
(224,236,252)
#E9EFFC
(233,239,252)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D4FC color. Also use rgb(152,212,252) instead hex code.

Text Font Color

.myTextColor { color: #98D4FC; }

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

This text font color is #98D4FC.


Background Color

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

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

This div background color is #98D4FC.


Border color

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

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

This div border color is #98D4FC.


Opacity

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

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

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

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

This text has shadow with #98D4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D4FC on black background.


Color preview on white background

This text has color #98D4FC on white background.



Black color preview on #98D4FC background

This text has black color on #98D4FC background.


White color preview on #98D4FC background

This text has white color on #98D4FC background.