COLOR #8C98DD

HEX: #8C98DD
RGB: (140,152,221)

Color info

#8C98DD contains mainly blue color. Web safe color of #8C98DD is #9999CC (or #99C).

RGB color model

#8C98DD color RGB value is (140,152,221).

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

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 221 of 255 = 87%

140
152
221

R + G + B ~ 67%. #8C98DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 221 = 513 (100%)
R 140 of 513 ~ 27.29%
G 152 of 513 ~ 29.63%
B 221 of 513 ~ 43.08%

%27.29
%29.63
%43.08

CMYK color model

#8C98DD color CMYK value is (37,31,0,13).

  • cyan value is 36.65%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(37,31,0,13)
C37M31Y0K13 
(37%,31%,0%,13%)
(0.37/0.31/0.00/0.13)	

CMYK percentages

%36.65
%31.22
%0
%13.33

Codes

Color #8C98DD in popluar color models

8C98DD
RGB140152221
HSL231°54.36%70.78%
HSB/HSV231°36.65%86.67%
CMYK36.65%31.22%0.00%
13.33%

Color #8C98DD in popluar number systems.

HEX8C98DD
Decimal140152221
Binary100011001001100011011101
Octal214230335

Shades and tints

Shades of #8C98DD

#8C98DD
(140,152,221)
#808BC9
(128,139,201)
#747EB5
(116,126,181)
#6871A1
(104,113,161)
#5C648D
(92,100,141)
#505779
(80,87,121)
#444A65
(68,74,101)
#383D51
(56,61,81)
#2C303D
(44,48,61)
#202329
(32,35,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #8C98DD

#8C98DD
(140,152,221)
#96A1E0
(150,161,224)
#A0AAE3
(160,170,227)
#AAB3E6
(170,179,230)
#B4BCE9
(180,188,233)
#BEC5EC
(190,197,236)
#C8CEEF
(200,206,239)
#D2D7F2
(210,215,242)
#DCE0F5
(220,224,245)
#E6E9F8
(230,233,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C98DD; }

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

This text font color is #8C98DD.


Background Color

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

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

This div background color is #8C98DD.


Border color

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

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

This div border color is #8C98DD.


Opacity

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

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

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

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

This text has shadow with #8C98DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C98DD on black background.


Color preview on white background

This text has color #8C98DD on white background.



Black color preview on #8C98DD background

This text has black color on #8C98DD background.


White color preview on #8C98DD background

This text has white color on #8C98DD background.