COLOR #98DCF2

HEX: #98DCF2
RGB: (152,220,242)

Color info

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

RGB color model

#98DCF2 color RGB value is (152,220,242).

  • red value is 152;
  • green value is 220;
  • blue value is 242.
RGB:
(152,220,242)
(60%,86%,95%)

RGB channels and saturation

R 152 of 255 = 60%
G 220 of 255 = 86%
B 242 of 255 = 95%

152
220
242

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

Portions of RGB colors in percentages

R + G + B =
152 + 220 + 242 = 614 (100%)
R 152 of 614 ~ 24.76%
G 220 of 614 ~ 35.83%
B 242 of 614 ~ 39.41%

%24.76
%35.83
%39.41

CMYK color model

#98DCF2 color CMYK value is (37,9,0,5).

  • cyan value is 37.19%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(37,9,0,5)
C37M9Y0K5 
(37%,9%,0%,5%)
(0.37/0.09/0.00/0.05)	

CMYK percentages

%37.19
%9.09
%0
%5.1

Codes

Color #98DCF2 in popluar color models

98DCF2
RGB152220242
HSL195°77.59%77.25%
HSB/HSV195°37.19%94.90%
CMYK37.19%9.09%0.00%
5.10%

Color #98DCF2 in popluar number systems.

HEX98DCF2
Decimal152220242
Binary100110001101110011110010
Octal230334362

Shades and tints

Shades of #98DCF2

#98DCF2
(152,220,242)
#8BC8DC
(139,200,220)
#7EB4C6
(126,180,198)
#71A0B0
(113,160,176)
#648C9A
(100,140,154)
#577884
(87,120,132)
#4A646E
(74,100,110)
#3D5058
(61,80,88)
#303C42
(48,60,66)
#23282C
(35,40,44)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #98DCF2

#98DCF2
(152,220,242)
#A1DFF3
(161,223,243)
#AAE2F4
(170,226,244)
#B3E5F5
(179,229,245)
#BCE8F6
(188,232,246)
#C5EBF7
(197,235,247)
#CEEEF8
(206,238,248)
#D7F1F9
(215,241,249)
#E0F4FA
(224,244,250)
#E9F7FB
(233,247,251)
#F2FAFC
(242,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DCF2 color. Also use rgb(152,220,242) instead hex code.

Text Font Color

.myTextColor { color: #98DCF2; }

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

This text font color is #98DCF2.


Background Color

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

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

This div background color is #98DCF2.


Border color

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

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

This div border color is #98DCF2.


Opacity

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

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

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

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

This text has shadow with #98DCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DCF2 on black background.


Color preview on white background

This text has color #98DCF2 on white background.



Black color preview on #98DCF2 background

This text has black color on #98DCF2 background.


White color preview on #98DCF2 background

This text has white color on #98DCF2 background.