COLOR #8C98CA

HEX: #8C98CA RGB: (140,152,202)

Color info

#8C98CA contains mainly green and blue colors. Web safe color of #8C98CA is #9999CC (or #99C).

RGB color model

#8C98CA color RGB value is (140,152,202).

RGB: (140,152,202) (55%, 60%, 79%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 202 of 255 = 79%

140
152
202

R + G + B ~ 65%. #8C98CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 152 + 202 = 494 (100%)
R 140 of 494 ~ 28.34%
G 152 of 494 ~ 30.77%
B 202 of 494 ~ 40.89'%

%28.34
%30.77
%40.89

CMYK color model

#8C98CA color CMYK value is (31,25,0,21).

  • cyan value is 30.69%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (31,25,0,21)
C31M25Y0K21 (31%, 25%, 0%, 21%)
(0.31 / 0.25 / 0.00 / 0.21)

CMYK percentages

%30.69
%24.75
%0
%20.78

Codes

Color #8C98CA in popluar color models

8C 98 CA
RGB 140 152 202
HSL 228° 36.90% 67.06%
HSB/HSV 228° 30.69% 79.22%
CMYK 30.69% 24.75% 0.00%
20.78%

Color #8C98CA in popluar number systems.

HEX 8C 98 CA
Decimal 140 152 202
Binary 10001100 10011000 11001010
Octal 214 230 312

Shades and tints

Shades of #8C98CA

#8C98CA
(140,152,202)
#808BB8
(128,139,184)
#747EA6
(116,126,166)
#687194
(104,113,148)
#5C6482
(92,100,130)
#505770
(80,87,112)
#444A5E
(68,74,94)
#383D4C
(56,61,76)
#2C303A
(44,48,58)
#202328
(32,35,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #8C98CA

#8C98CA
(140,152,202)
#96A1CE
(150,161,206)
#A0AAD2
(160,170,210)
#AAB3D6
(170,179,214)
#B4BCDA
(180,188,218)
#BEC5DE
(190,197,222)
#C8CEE2
(200,206,226)
#D2D7E6
(210,215,230)
#DCE0EA
(220,224,234)
#E6E9EE
(230,233,238)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C98CA; }

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

This text font color is #8C98CA.

Background Color

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

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

This div background color is #8C98CA.

Border color

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

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

This div border color is #8C98CA.

Opacity

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

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

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

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

This text has shadow with #8C98CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C98CA.

Preview

Color preview on black background

This text has color #8C98CA on black background.


Color preview on white background

This text has color #8C98CA on white background.


Black color preview on #8C98CA background

This text has black color on #8C98CA background.


White color preview on #8C98CA background

This text has white color on #8C98CA background.


Related colors

Complementary color

Complementary color for #hex is #736735.


I love getcolorcode.com

Triadic colors

1 #CA8C98 and #98CA8C with #8C98CA are triadic colors.

2 #CA988C and #988CCA with #8C98CA are triadic colors.