COLOR #8C98F8

HEX: #8C98F8
RGB: (140,152,248)

Color info

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

RGB color model

#8C98F8 color RGB value is (140,152,248).

  • red value is 140;
  • green value is 152;
  • blue value is 248.
RGB:
(140,152,248)
(55%,60%,97%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 248 of 255 = 97%

140
152
248

R + G + B ~ 71%. #8C98F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 248 = 540 (100%)
R 140 of 540 ~ 25.93%
G 152 of 540 ~ 28.15%
B 248 of 540 ~ 45.93%

%25.93
%28.15
%45.93

CMYK color model

#8C98F8 color CMYK value is (44,39,0,3).

  • cyan value is 43.55%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(44,39,0,3)
C44M39Y0K3 
(44%,39%,0%,3%)
(0.44/0.39/0.00/0.03)	

CMYK percentages

%43.55
%38.71
%0
%2.75

Codes

Color #8C98F8 in popluar color models

8C98F8
RGB140152248
HSL233°88.52%76.08%
HSB/HSV233°43.55%97.25%
CMYK43.55%38.71%0.00%
2.75%

Color #8C98F8 in popluar number systems.

HEX8C98F8
Decimal140152248
Binary100011001001100011111000
Octal214230370

Shades and tints

Shades of #8C98F8

#8C98F8
(140,152,248)
#808BE2
(128,139,226)
#747ECC
(116,126,204)
#6871B6
(104,113,182)
#5C64A0
(92,100,160)
#50578A
(80,87,138)
#444A74
(68,74,116)
#383D5E
(56,61,94)
#2C3048
(44,48,72)
#202332
(32,35,50)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #8C98F8

#8C98F8
(140,152,248)
#96A1F8
(150,161,248)
#A0AAF8
(160,170,248)
#AAB3F8
(170,179,248)
#B4BCF8
(180,188,248)
#BEC5F8
(190,197,248)
#C8CEF8
(200,206,248)
#D2D7F8
(210,215,248)
#DCE0F8
(220,224,248)
#E6E9F8
(230,233,248)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C98F8 color. Also use rgb(140,152,248) instead hex code.

Text Font Color

.myTextColor { color: #8C98F8; }

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

This text font color is #8C98F8.


Background Color

.myBgColor { background-color: #8C98F8; }

<div style="background-color:#8C98F8">Inner text</div>

This div background color is #8C98F8.


Border color

.myBorderColor { border: 1px solid #8C98F8; }

<div style="border:3px solid #8C98F8">Div</div>

This div border color is #8C98F8.


Opacity

.myOpacity80 { color: #8C98F8; opacity: 0.8; }

<p style="color:#8C98F8;opacity:0.8;">80%</p>

Text with #8C98F8 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 #8C98F8;}

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

This text has shadow with #8C98F8 color.

.textShadow {text-shadow: 3px 3px 1px #8C98F8, 3px 3px 1px red;}

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

This text has shadow with #8C98F8 primary color and red secondary color.


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

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

This text has shadow with #8C98F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C98F8 on black background.


Color preview on white background

This text has color #8C98F8 on white background.



Black color preview on #8C98F8 background

This text has black color on #8C98F8 background.


White color preview on #8C98F8 background

This text has white color on #8C98F8 background.