COLOR #98B9F1

HEX: #98B9F1
RGB: (152,185,241)

Color info

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

RGB color model

#98B9F1 color RGB value is (152,185,241).

  • red value is 152;
  • green value is 185;
  • blue value is 241.
RGB:
(152,185,241)
(60%,73%,95%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 241 of 255 = 95%

152
185
241

R + G + B ~ 76%. #98B9F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 241 = 578 (100%)
R 152 of 578 ~ 26.3%
G 185 of 578 ~ 32.01%
B 241 of 578 ~ 41.7%

%26.3
%32.01
%41.7

CMYK color model

#98B9F1 color CMYK value is (37,23,0,5).

  • cyan value is 36.93%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(37,23,0,5)
C37M23Y0K5 
(37%,23%,0%,5%)
(0.37/0.23/0.00/0.05)	

CMYK percentages

%36.93
%23.24
%0
%5.49

Codes

Color #98B9F1 in popluar color models

98B9F1
RGB152185241
HSL218°76.07%77.06%
HSB/HSV218°36.93%94.51%
CMYK36.93%23.24%0.00%
5.49%

Color #98B9F1 in popluar number systems.

HEX98B9F1
Decimal152185241
Binary100110001011100111110001
Octal230271361

Shades and tints

Shades of #98B9F1

#98B9F1
(152,185,241)
#8BA9DC
(139,169,220)
#7E99C7
(126,153,199)
#7189B2
(113,137,178)
#64799D
(100,121,157)
#576988
(87,105,136)
#4A5973
(74,89,115)
#3D495E
(61,73,94)
#303949
(48,57,73)
#232934
(35,41,52)
#16191F
(22,25,31)
#000000
(0,0,0)

Tints of #98B9F1

#98B9F1
(152,185,241)
#A1BFF2
(161,191,242)
#AAC5F3
(170,197,243)
#B3CBF4
(179,203,244)
#BCD1F5
(188,209,245)
#C5D7F6
(197,215,246)
#CEDDF7
(206,221,247)
#D7E3F8
(215,227,248)
#E0E9F9
(224,233,249)
#E9EFFA
(233,239,250)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B9F1 color. Also use rgb(152,185,241) instead hex code.

Text Font Color

.myTextColor { color: #98B9F1; }

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

This text font color is #98B9F1.


Background Color

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

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

This div background color is #98B9F1.


Border color

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

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

This div border color is #98B9F1.


Opacity

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

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

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

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

This text has shadow with #98B9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B9F1 on black background.


Color preview on white background

This text has color #98B9F1 on white background.



Black color preview on #98B9F1 background

This text has black color on #98B9F1 background.


White color preview on #98B9F1 background

This text has white color on #98B9F1 background.