COLOR #98D5F5

HEX: #98D5F5
RGB: (152,213,245)

Color info

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

RGB color model

#98D5F5 color RGB value is (152,213,245).

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

RGB channels and saturation

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

152
213
245

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

Portions of RGB colors in percentages

R + G + B =
152 + 213 + 245 = 610 (100%)
R 152 of 610 ~ 24.92%
G 213 of 610 ~ 34.92%
B 245 of 610 ~ 40.16%

%24.92
%34.92
%40.16

CMYK color model

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

  • cyan value is 37.96%
  • magenta value is 13.06%
  • 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
%13.06
%0
%3.92

Codes

Color #98D5F5 in popluar color models

98D5F5
RGB152213245
HSL201°82.30%77.84%
HSB/HSV201°37.96%96.08%
CMYK37.96%13.06%0.00%
3.92%

Color #98D5F5 in popluar number systems.

HEX98D5F5
Decimal152213245
Binary100110001101010111110101
Octal230325365

Shades and tints

Shades of #98D5F5

#98D5F5
(152,213,245)
#8BC2DF
(139,194,223)
#7EAFC9
(126,175,201)
#719CB3
(113,156,179)
#64899D
(100,137,157)
#577687
(87,118,135)
#4A6371
(74,99,113)
#3D505B
(61,80,91)
#303D45
(48,61,69)
#232A2F
(35,42,47)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #98D5F5

#98D5F5
(152,213,245)
#A1D8F5
(161,216,245)
#AADBF5
(170,219,245)
#B3DEF5
(179,222,245)
#BCE1F5
(188,225,245)
#C5E4F5
(197,228,245)
#CEE7F5
(206,231,245)
#D7EAF5
(215,234,245)
#E0EDF5
(224,237,245)
#E9F0F5
(233,240,245)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D5F5; }

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

This text font color is #98D5F5.


Background Color

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

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

This div background color is #98D5F5.


Border color

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

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

This div border color is #98D5F5.


Opacity

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

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

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

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

This text has shadow with #98D5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D5F5 on black background.


Color preview on white background

This text has color #98D5F5 on white background.



Black color preview on #98D5F5 background

This text has black color on #98D5F5 background.


White color preview on #98D5F5 background

This text has white color on #98D5F5 background.