COLOR #8C98C1

HEX: #8C98C1
RGB: (140,152,193)

Color info

#8C98C1 contains red, green and blue colors in about the same proportion. Web safe color of #8C98C1 is #9999CC (or #99C).

RGB color model

#8C98C1 color RGB value is (140,152,193).

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

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 193 of 255 = 76%

140
152
193

R + G + B ~ 64%. #8C98C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 193 = 485 (100%)
R 140 of 485 ~ 28.87%
G 152 of 485 ~ 31.34%
B 193 of 485 ~ 39.79%

%28.87
%31.34
%39.79

CMYK color model

#8C98C1 color CMYK value is (27,21,0,24).

  • cyan value is 27.46%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(27,21,0,24)
C27M21Y0K24 
(27%,21%,0%,24%)
(0.27/0.21/0.00/0.24)	

CMYK percentages

%27.46
%21.24
%0
%24.31

Codes

Color #8C98C1 in popluar color models

8C98C1
RGB140152193
HSL226°29.94%65.29%
HSB/HSV226°27.46%75.69%
CMYK27.46%21.24%0.00%
24.31%

Color #8C98C1 in popluar number systems.

HEX8C98C1
Decimal140152193
Binary100011001001100011000001
Octal214230301

Shades and tints

Shades of #8C98C1

#8C98C1
(140,152,193)
#808BB0
(128,139,176)
#747E9F
(116,126,159)
#68718E
(104,113,142)
#5C647D
(92,100,125)
#50576C
(80,87,108)
#444A5B
(68,74,91)
#383D4A
(56,61,74)
#2C3039
(44,48,57)
#202328
(32,35,40)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #8C98C1

#8C98C1
(140,152,193)
#96A1C6
(150,161,198)
#A0AACB
(160,170,203)
#AAB3D0
(170,179,208)
#B4BCD5
(180,188,213)
#BEC5DA
(190,197,218)
#C8CEDF
(200,206,223)
#D2D7E4
(210,215,228)
#DCE0E9
(220,224,233)
#E6E9EE
(230,233,238)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C98C1; }

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

This text font color is #8C98C1.


Background Color

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

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

This div background color is #8C98C1.


Border color

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

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

This div border color is #8C98C1.


Opacity

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

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

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

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

This text has shadow with #8C98C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C98C1 on black background.


Color preview on white background

This text has color #8C98C1 on white background.



Black color preview on #8C98C1 background

This text has black color on #8C98C1 background.


White color preview on #8C98C1 background

This text has white color on #8C98C1 background.