COLOR #98A9F7

HEX: #98A9F7
RGB: (152,169,247)

Color info

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

RGB color model

#98A9F7 color RGB value is (152,169,247).

  • red value is 152;
  • green value is 169;
  • blue value is 247.
RGB:
(152,169,247)
(60%,66%,97%)

RGB channels and saturation

R 152 of 255 = 60%
G 169 of 255 = 66%
B 247 of 255 = 97%

152
169
247

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

Portions of RGB colors in percentages

R + G + B =
152 + 169 + 247 = 568 (100%)
R 152 of 568 ~ 26.76%
G 169 of 568 ~ 29.75%
B 247 of 568 ~ 43.49%

%26.76
%29.75
%43.49

CMYK color model

#98A9F7 color CMYK value is (38,32,0,3).

  • cyan value is 38.46%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(38,32,0,3)
C38M32Y0K3 
(38%,32%,0%,3%)
(0.38/0.32/0.00/0.03)	

CMYK percentages

%38.46
%31.58
%0
%3.14

Codes

Color #98A9F7 in popluar color models

98A9F7
RGB152169247
HSL229°85.59%78.24%
HSB/HSV229°38.46%96.86%
CMYK38.46%31.58%0.00%
3.14%

Color #98A9F7 in popluar number systems.

HEX98A9F7
Decimal152169247
Binary100110001010100111110111
Octal230251367

Shades and tints

Shades of #98A9F7

#98A9F7
(152,169,247)
#8B9AE1
(139,154,225)
#7E8BCB
(126,139,203)
#717CB5
(113,124,181)
#646D9F
(100,109,159)
#575E89
(87,94,137)
#4A4F73
(74,79,115)
#3D405D
(61,64,93)
#303147
(48,49,71)
#232231
(35,34,49)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #98A9F7

#98A9F7
(152,169,247)
#A1B0F7
(161,176,247)
#AAB7F7
(170,183,247)
#B3BEF7
(179,190,247)
#BCC5F7
(188,197,247)
#C5CCF7
(197,204,247)
#CED3F7
(206,211,247)
#D7DAF7
(215,218,247)
#E0E1F7
(224,225,247)
#E9E8F7
(233,232,247)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A9F7 color. Also use rgb(152,169,247) instead hex code.

Text Font Color

.myTextColor { color: #98A9F7; }

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

This text font color is #98A9F7.


Background Color

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

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

This div background color is #98A9F7.


Border color

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

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

This div border color is #98A9F7.


Opacity

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

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

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

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

This text has shadow with #98A9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A9F7 on black background.


Color preview on white background

This text has color #98A9F7 on white background.



Black color preview on #98A9F7 background

This text has black color on #98A9F7 background.


White color preview on #98A9F7 background

This text has white color on #98A9F7 background.