COLOR #8C93CE

HEX: #8C93CE
RGB: (140,147,206)

Color info

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

RGB color model

#8C93CE color RGB value is (140,147,206).

  • red value is 140;
  • green value is 147;
  • blue value is 206.
RGB:
(140,147,206)
(55%,58%,81%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 206 of 255 = 81%

140
147
206

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

Portions of RGB colors in percentages

R + G + B =
140 + 147 + 206 = 493 (100%)
R 140 of 493 ~ 28.4%
G 147 of 493 ~ 29.82%
B 206 of 493 ~ 41.78%

%28.4
%29.82
%41.78

CMYK color model

#8C93CE color CMYK value is (32,29,0,19).

  • cyan value is 32.04%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(32,29,0,19)
C32M29Y0K19 
(32%,29%,0%,19%)
(0.32/0.29/0.00/0.19)	

CMYK percentages

%32.04
%28.64
%0
%19.22

Codes

Color #8C93CE in popluar color models

8C93CE
RGB140147206
HSL234°40.24%67.84%
HSB/HSV234°32.04%80.78%
CMYK32.04%28.64%0.00%
19.22%

Color #8C93CE in popluar number systems.

HEX8C93CE
Decimal140147206
Binary100011001001001111001110
Octal214223316

Shades and tints

Shades of #8C93CE

#8C93CE
(140,147,206)
#8086BC
(128,134,188)
#7479AA
(116,121,170)
#686C98
(104,108,152)
#5C5F86
(92,95,134)
#505274
(80,82,116)
#444562
(68,69,98)
#383850
(56,56,80)
#2C2B3E
(44,43,62)
#201E2C
(32,30,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #8C93CE

#8C93CE
(140,147,206)
#969CD2
(150,156,210)
#A0A5D6
(160,165,214)
#AAAEDA
(170,174,218)
#B4B7DE
(180,183,222)
#BEC0E2
(190,192,226)
#C8C9E6
(200,201,230)
#D2D2EA
(210,210,234)
#DCDBEE
(220,219,238)
#E6E4F2
(230,228,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C93CE color. Also use rgb(140,147,206) instead hex code.

Text Font Color

.myTextColor { color: #8C93CE; }

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

This text font color is #8C93CE.


Background Color

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

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

This div background color is #8C93CE.


Border color

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

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

This div border color is #8C93CE.


Opacity

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

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

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

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

This text has shadow with #8C93CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C93CE on black background.


Color preview on white background

This text has color #8C93CE on white background.



Black color preview on #8C93CE background

This text has black color on #8C93CE background.


White color preview on #8C93CE background

This text has white color on #8C93CE background.