COLOR #8C98DE

HEX: #8C98DE RGB: (140,152,222)

Color info

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

RGB color model

#8C98DE color RGB value is (140,152,222).

RGB: (140,152,222) (55%, 60%, 87%)

RGB channels and saturation

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

140
152
222

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

Portions of RGB colors in percentages

R + G + B = 140 + 152 + 222 = 514 (100%)
R 140 of 514 ~ 27.24%
G 152 of 514 ~ 29.57%
B 222 of 514 ~ 43.19'%

%27.24
%29.57
%43.19

CMYK color model

#8C98DE color CMYK value is (37,32,0,13).

  • cyan value is 36.94%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (37,32,0,13)
C37M32Y0K13 (37%, 32%, 0%, 13%)
(0.37 / 0.32 / 0.00 / 0.13)

CMYK percentages

%36.94
%31.53
%0
%12.94

Codes

Color #8C98DE in popluar color models

8C 98 DE
RGB 140 152 222
HSL 231° 55.41% 70.98%
HSB/HSV 231° 36.94% 87.06%
CMYK 36.94% 31.53% 0.00%
12.94%

Color #8C98DE in popluar number systems.

HEX 8C 98 DE
Decimal 140 152 222
Binary 10001100 10011000 11011110
Octal 214 230 336

Shades and tints

Shades of #8C98DE

#8C98DE
(140,152,222)
#808BCA
(128,139,202)
#747EB6
(116,126,182)
#6871A2
(104,113,162)
#5C648E
(92,100,142)
#50577A
(80,87,122)
#444A66
(68,74,102)
#383D52
(56,61,82)
#2C303E
(44,48,62)
#20232A
(32,35,42)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #8C98DE

#8C98DE
(140,152,222)
#96A1E1
(150,161,225)
#A0AAE4
(160,170,228)
#AAB3E7
(170,179,231)
#B4BCEA
(180,188,234)
#BEC5ED
(190,197,237)
#C8CEF0
(200,206,240)
#D2D7F3
(210,215,243)
#DCE0F6
(220,224,246)
#E6E9F9
(230,233,249)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C98DE; }

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

This text font color is #8C98DE.

Background Color

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

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

This div background color is #8C98DE.

Border color

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

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

This div border color is #8C98DE.

Opacity

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

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

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

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

This text has shadow with #8C98DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C98DE.

Preview

Color preview on black background

This text has color #8C98DE on black background.


Color preview on white background

This text has color #8C98DE on white background.


Black color preview on #8C98DE background

This text has black color on #8C98DE background.


White color preview on #8C98DE background

This text has white color on #8C98DE background.


Related colors

Complementary color

Complementary color for #hex is #736721.


I love getcolorcode.com

Triadic colors

1 #DE8C98 and #98DE8C with #8C98DE are triadic colors.

2 #DE988C and #988CDE with #8C98DE are triadic colors.