COLOR #98E3FD

HEX: #98E3FD
RGB: (152,227,253)

Color info

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

RGB color model

#98E3FD color RGB value is (152,227,253).

  • red value is 152;
  • green value is 227;
  • blue value is 253.
RGB:
(152,227,253)
(60%,89%,99%)

RGB channels and saturation

R 152 of 255 = 60%
G 227 of 255 = 89%
B 253 of 255 = 99%

152
227
253

R + G + B ~ 83%. #98E3FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 227 + 253 = 632 (100%)
R 152 of 632 ~ 24.05%
G 227 of 632 ~ 35.92%
B 253 of 632 ~ 40.03%

%24.05
%35.92
%40.03

CMYK color model

#98E3FD color CMYK value is (40,10,0,1).

  • cyan value is 39.92%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(40,10,0,1)
C40M10Y0K1 
(40%,10%,0%,1%)
(0.40/0.10/0.00/0.01)	

CMYK percentages

%39.92
%10.28
%0
%0.78

Codes

Color #98E3FD in popluar color models

98E3FD
RGB152227253
HSL195°96.19%79.41%
HSB/HSV195°39.92%99.22%
CMYK39.92%10.28%0.00%
0.78%

Color #98E3FD in popluar number systems.

HEX98E3FD
Decimal152227253
Binary100110001110001111111101
Octal230343375

Shades and tints

Shades of #98E3FD

#98E3FD
(152,227,253)
#8BCFE6
(139,207,230)
#7EBBCF
(126,187,207)
#71A7B8
(113,167,184)
#6493A1
(100,147,161)
#577F8A
(87,127,138)
#4A6B73
(74,107,115)
#3D575C
(61,87,92)
#304345
(48,67,69)
#232F2E
(35,47,46)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #98E3FD

#98E3FD
(152,227,253)
#A1E5FD
(161,229,253)
#AAE7FD
(170,231,253)
#B3E9FD
(179,233,253)
#BCEBFD
(188,235,253)
#C5EDFD
(197,237,253)
#CEEFFD
(206,239,253)
#D7F1FD
(215,241,253)
#E0F3FD
(224,243,253)
#E9F5FD
(233,245,253)
#F2F7FD
(242,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E3FD color. Also use rgb(152,227,253) instead hex code.

Text Font Color

.myTextColor { color: #98E3FD; }

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

This text font color is #98E3FD.


Background Color

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

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

This div background color is #98E3FD.


Border color

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

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

This div border color is #98E3FD.


Opacity

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

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

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

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

This text has shadow with #98E3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E3FD on black background.


Color preview on white background

This text has color #98E3FD on white background.



Black color preview on #98E3FD background

This text has black color on #98E3FD background.


White color preview on #98E3FD background

This text has white color on #98E3FD background.