COLOR #98D4E9

HEX: #98D4E9
RGB: (152,212,233)

Color info

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

RGB color model

#98D4E9 color RGB value is (152,212,233).

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

RGB channels and saturation

R 152 of 255 = 60%
G 212 of 255 = 83%
B 233 of 255 = 91%

152
212
233

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

Portions of RGB colors in percentages

R + G + B =
152 + 212 + 233 = 597 (100%)
R 152 of 597 ~ 25.46%
G 212 of 597 ~ 35.51%
B 233 of 597 ~ 39.03%

%25.46
%35.51
%39.03

CMYK color model

#98D4E9 color CMYK value is (35,9,0,9).

  • cyan value is 34.76%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(35,9,0,9)
C35M9Y0K9 
(35%,9%,0%,9%)
(0.35/0.09/0.00/0.09)	

CMYK percentages

%34.76
%9.01
%0
%8.63

Codes

Color #98D4E9 in popluar color models

98D4E9
RGB152212233
HSL196°64.80%75.49%
HSB/HSV196°34.76%91.37%
CMYK34.76%9.01%0.00%
8.63%

Color #98D4E9 in popluar number systems.

HEX98D4E9
Decimal152212233
Binary100110001101010011101001
Octal230324351

Shades and tints

Shades of #98D4E9

#98D4E9
(152,212,233)
#8BC1D4
(139,193,212)
#7EAEBF
(126,174,191)
#719BAA
(113,155,170)
#648895
(100,136,149)
#577580
(87,117,128)
#4A626B
(74,98,107)
#3D4F56
(61,79,86)
#303C41
(48,60,65)
#23292C
(35,41,44)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #98D4E9

#98D4E9
(152,212,233)
#A1D7EB
(161,215,235)
#AADAED
(170,218,237)
#B3DDEF
(179,221,239)
#BCE0F1
(188,224,241)
#C5E3F3
(197,227,243)
#CEE6F5
(206,230,245)
#D7E9F7
(215,233,247)
#E0ECF9
(224,236,249)
#E9EFFB
(233,239,251)
#F2F2FD
(242,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D4E9; }

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

This text font color is #98D4E9.


Background Color

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

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

This div background color is #98D4E9.


Border color

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

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

This div border color is #98D4E9.


Opacity

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

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

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

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

This text has shadow with #98D4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D4E9 on black background.


Color preview on white background

This text has color #98D4E9 on white background.



Black color preview on #98D4E9 background

This text has black color on #98D4E9 background.


White color preview on #98D4E9 background

This text has white color on #98D4E9 background.