COLOR #98D4E5

HEX: #98D4E5
RGB: (152,212,229)

Color info

#98D4E5 contains mainly green and blue colors. Web safe color of #98D4E5 is #99CCCC (or #9CC).

RGB color model

#98D4E5 color RGB value is (152,212,229).

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

RGB channels and saturation

R 152 of 255 = 60%
G 212 of 255 = 83%
B 229 of 255 = 90%

152
212
229

R + G + B ~ 78%. #98D4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 212 + 229 = 593 (100%)
R 152 of 593 ~ 25.63%
G 212 of 593 ~ 35.75%
B 229 of 593 ~ 38.62%

%25.63
%35.75
%38.62

CMYK color model

#98D4E5 color CMYK value is (34,7,0,10).

  • cyan value is 33.62%
  • magenta value is 7.42%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,7,0,10)
C34M7Y0K10 
(34%,7%,0%,10%)
(0.34/0.07/0.00/0.10)	

CMYK percentages

%33.62
%7.42
%0
%10.2

Codes

Color #98D4E5 in popluar color models

98D4E5
RGB152212229
HSL193°59.69%74.71%
HSB/HSV193°33.62%89.80%
CMYK33.62%7.42%0.00%
10.20%

Color #98D4E5 in popluar number systems.

HEX98D4E5
Decimal152212229
Binary100110001101010011100101
Octal230324345

Shades and tints

Shades of #98D4E5

#98D4E5
(152,212,229)
#8BC1D1
(139,193,209)
#7EAEBD
(126,174,189)
#719BA9
(113,155,169)
#648895
(100,136,149)
#577581
(87,117,129)
#4A626D
(74,98,109)
#3D4F59
(61,79,89)
#303C45
(48,60,69)
#232931
(35,41,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #98D4E5

#98D4E5
(152,212,229)
#A1D7E7
(161,215,231)
#AADAE9
(170,218,233)
#B3DDEB
(179,221,235)
#BCE0ED
(188,224,237)
#C5E3EF
(197,227,239)
#CEE6F1
(206,230,241)
#D7E9F3
(215,233,243)
#E0ECF5
(224,236,245)
#E9EFF7
(233,239,247)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D4E5; }

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

This text font color is #98D4E5.


Background Color

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

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

This div background color is #98D4E5.


Border color

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

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

This div border color is #98D4E5.


Opacity

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

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

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

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

This text has shadow with #98D4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D4E5 on black background.


Color preview on white background

This text has color #98D4E5 on white background.



Black color preview on #98D4E5 background

This text has black color on #98D4E5 background.


White color preview on #98D4E5 background

This text has white color on #98D4E5 background.