COLOR #98ADF2

HEX: #98ADF2
RGB: (152,173,242)

Color info

#98ADF2 contains mainly blue color. Web safe color of #98ADF2 is #9999FF (or #99F).

RGB color model

#98ADF2 color RGB value is (152,173,242).

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

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 242 of 255 = 95%

152
173
242

R + G + B ~ 74%. #98ADF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 173 + 242 = 567 (100%)
R 152 of 567 ~ 26.81%
G 173 of 567 ~ 30.51%
B 242 of 567 ~ 42.68%

%26.81
%30.51
%42.68

CMYK color model

#98ADF2 color CMYK value is (37,29,0,5).

  • cyan value is 37.19%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(37,29,0,5)
C37M29Y0K5 
(37%,29%,0%,5%)
(0.37/0.29/0.00/0.05)	

CMYK percentages

%37.19
%28.51
%0
%5.1

Codes

Color #98ADF2 in popluar color models

98ADF2
RGB152173242
HSL226°77.59%77.25%
HSB/HSV226°37.19%94.90%
CMYK37.19%28.51%0.00%
5.10%

Color #98ADF2 in popluar number systems.

HEX98ADF2
Decimal152173242
Binary100110001010110111110010
Octal230255362

Shades and tints

Shades of #98ADF2

#98ADF2
(152,173,242)
#8B9EDC
(139,158,220)
#7E8FC6
(126,143,198)
#7180B0
(113,128,176)
#64719A
(100,113,154)
#576284
(87,98,132)
#4A536E
(74,83,110)
#3D4458
(61,68,88)
#303542
(48,53,66)
#23262C
(35,38,44)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #98ADF2

#98ADF2
(152,173,242)
#A1B4F3
(161,180,243)
#AABBF4
(170,187,244)
#B3C2F5
(179,194,245)
#BCC9F6
(188,201,246)
#C5D0F7
(197,208,247)
#CED7F8
(206,215,248)
#D7DEF9
(215,222,249)
#E0E5FA
(224,229,250)
#E9ECFB
(233,236,251)
#F2F3FC
(242,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ADF2; }

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

This text font color is #98ADF2.


Background Color

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

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

This div background color is #98ADF2.


Border color

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

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

This div border color is #98ADF2.


Opacity

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

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

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

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

This text has shadow with #98ADF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ADF2 on black background.


Color preview on white background

This text has color #98ADF2 on white background.



Black color preview on #98ADF2 background

This text has black color on #98ADF2 background.


White color preview on #98ADF2 background

This text has white color on #98ADF2 background.