COLOR #98D6F5

HEX: #98D6F5
RGB: (152,214,245)

Color info

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

RGB color model

#98D6F5 color RGB value is (152,214,245).

  • red value is 152;
  • green value is 214;
  • blue value is 245.
RGB:
(152,214,245)
(60%,84%,96%)

RGB channels and saturation

R 152 of 255 = 60%
G 214 of 255 = 84%
B 245 of 255 = 96%

152
214
245

R + G + B ~ 80%. #98D6F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 214 + 245 = 611 (100%)
R 152 of 611 ~ 24.88%
G 214 of 611 ~ 35.02%
B 245 of 611 ~ 40.1%

%24.88
%35.02
%40.1

CMYK color model

#98D6F5 color CMYK value is (38,13,0,4).

  • cyan value is 37.96%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(38,13,0,4)
C38M13Y0K4 
(38%,13%,0%,4%)
(0.38/0.13/0.00/0.04)	

CMYK percentages

%37.96
%12.65
%0
%3.92

Codes

Color #98D6F5 in popluar color models

98D6F5
RGB152214245
HSL200°82.30%77.84%
HSB/HSV200°37.96%96.08%
CMYK37.96%12.65%0.00%
3.92%

Color #98D6F5 in popluar number systems.

HEX98D6F5
Decimal152214245
Binary100110001101011011110101
Octal230326365

Shades and tints

Shades of #98D6F5

#98D6F5
(152,214,245)
#8BC3DF
(139,195,223)
#7EB0C9
(126,176,201)
#719DB3
(113,157,179)
#648A9D
(100,138,157)
#577787
(87,119,135)
#4A6471
(74,100,113)
#3D515B
(61,81,91)
#303E45
(48,62,69)
#232B2F
(35,43,47)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #98D6F5

#98D6F5
(152,214,245)
#A1D9F5
(161,217,245)
#AADCF5
(170,220,245)
#B3DFF5
(179,223,245)
#BCE2F5
(188,226,245)
#C5E5F5
(197,229,245)
#CEE8F5
(206,232,245)
#D7EBF5
(215,235,245)
#E0EEF5
(224,238,245)
#E9F1F5
(233,241,245)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D6F5 color. Also use rgb(152,214,245) instead hex code.

Text Font Color

.myTextColor { color: #98D6F5; }

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

This text font color is #98D6F5.


Background Color

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

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

This div background color is #98D6F5.


Border color

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

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

This div border color is #98D6F5.


Opacity

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

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

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

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

This text has shadow with #98D6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D6F5 on black background.


Color preview on white background

This text has color #98D6F5 on white background.



Black color preview on #98D6F5 background

This text has black color on #98D6F5 background.


White color preview on #98D6F5 background

This text has white color on #98D6F5 background.