COLOR #98A4FD

HEX: #98A4FD
RGB: (152,164,253)

Color info

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

RGB color model

#98A4FD color RGB value is (152,164,253).

  • red value is 152;
  • green value is 164;
  • blue value is 253.
RGB:
(152,164,253)
(60%,64%,99%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 253 of 255 = 99%

152
164
253

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

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 253 = 569 (100%)
R 152 of 569 ~ 26.71%
G 164 of 569 ~ 28.82%
B 253 of 569 ~ 44.46%

%26.71
%28.82
%44.46

CMYK color model

#98A4FD color CMYK value is (40,35,0,1).

  • cyan value is 39.92%
  • magenta value is 35.18%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(40,35,0,1)
C40M35Y0K1 
(40%,35%,0%,1%)
(0.40/0.35/0.00/0.01)	

CMYK percentages

%39.92
%35.18
%0
%0.78

Codes

Color #98A4FD in popluar color models

98A4FD
RGB152164253
HSL233°96.19%79.41%
HSB/HSV233°39.92%99.22%
CMYK39.92%35.18%0.00%
0.78%

Color #98A4FD in popluar number systems.

HEX98A4FD
Decimal152164253
Binary100110001010010011111101
Octal230244375

Shades and tints

Shades of #98A4FD

#98A4FD
(152,164,253)
#8B96E6
(139,150,230)
#7E88CF
(126,136,207)
#717AB8
(113,122,184)
#646CA1
(100,108,161)
#575E8A
(87,94,138)
#4A5073
(74,80,115)
#3D425C
(61,66,92)
#303445
(48,52,69)
#23262E
(35,38,46)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #98A4FD

#98A4FD
(152,164,253)
#A1ACFD
(161,172,253)
#AAB4FD
(170,180,253)
#B3BCFD
(179,188,253)
#BCC4FD
(188,196,253)
#C5CCFD
(197,204,253)
#CED4FD
(206,212,253)
#D7DCFD
(215,220,253)
#E0E4FD
(224,228,253)
#E9ECFD
(233,236,253)
#F2F4FD
(242,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A4FD color. Also use rgb(152,164,253) instead hex code.

Text Font Color

.myTextColor { color: #98A4FD; }

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

This text font color is #98A4FD.


Background Color

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

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

This div background color is #98A4FD.


Border color

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

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

This div border color is #98A4FD.


Opacity

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

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

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

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

This text has shadow with #98A4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A4FD on black background.


Color preview on white background

This text has color #98A4FD on white background.



Black color preview on #98A4FD background

This text has black color on #98A4FD background.


White color preview on #98A4FD background

This text has white color on #98A4FD background.