COLOR #98ABF0

HEX: #98ABF0
RGB: (152,171,240)

Color info

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

RGB color model

#98ABF0 color RGB value is (152,171,240).

  • red value is 152;
  • green value is 171;
  • blue value is 240.
RGB:
(152,171,240)
(60%,67%,94%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 240 of 255 = 94%

152
171
240

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

Portions of RGB colors in percentages

R + G + B =
152 + 171 + 240 = 563 (100%)
R 152 of 563 ~ 27%
G 171 of 563 ~ 30.37%
B 240 of 563 ~ 42.63%

%27
%30.37
%42.63

CMYK color model

#98ABF0 color CMYK value is (37,29,0,6).

  • cyan value is 36.67%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(37,29,0,6)
C37M29Y0K6 
(37%,29%,0%,6%)
(0.37/0.29/0.00/0.06)	

CMYK percentages

%36.67
%28.75
%0
%5.88

Codes

Color #98ABF0 in popluar color models

98ABF0
RGB152171240
HSL227°74.58%76.86%
HSB/HSV227°36.67%94.12%
CMYK36.67%28.75%0.00%
5.88%

Color #98ABF0 in popluar number systems.

HEX98ABF0
Decimal152171240
Binary100110001010101111110000
Octal230253360

Shades and tints

Shades of #98ABF0

#98ABF0
(152,171,240)
#8B9CDB
(139,156,219)
#7E8DC6
(126,141,198)
#717EB1
(113,126,177)
#646F9C
(100,111,156)
#576087
(87,96,135)
#4A5172
(74,81,114)
#3D425D
(61,66,93)
#303348
(48,51,72)
#232433
(35,36,51)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #98ABF0

#98ABF0
(152,171,240)
#A1B2F1
(161,178,241)
#AAB9F2
(170,185,242)
#B3C0F3
(179,192,243)
#BCC7F4
(188,199,244)
#C5CEF5
(197,206,245)
#CED5F6
(206,213,246)
#D7DCF7
(215,220,247)
#E0E3F8
(224,227,248)
#E9EAF9
(233,234,249)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ABF0 color. Also use rgb(152,171,240) instead hex code.

Text Font Color

.myTextColor { color: #98ABF0; }

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

This text font color is #98ABF0.


Background Color

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

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

This div background color is #98ABF0.


Border color

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

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

This div border color is #98ABF0.


Opacity

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

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

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

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

This text has shadow with #98ABF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ABF0 on black background.


Color preview on white background

This text has color #98ABF0 on white background.



Black color preview on #98ABF0 background

This text has black color on #98ABF0 background.


White color preview on #98ABF0 background

This text has white color on #98ABF0 background.