COLOR #8C8CE8

HEX: #8C8CE8
RGB: (140,140,232)

Color info

#8C8CE8 contains mainly blue color. Web safe color of #8C8CE8 is #9999FF (or #99F).

RGB color model

#8C8CE8 color RGB value is (140,140,232).

  • red value is 140;
  • green value is 140;
  • blue value is 232.
RGB:
(140,140,232)
(55%,55%,91%)

RGB channels and saturation

R 140 of 255 = 55%
G 140 of 255 = 55%
B 232 of 255 = 91%

140
140
232

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

Portions of RGB colors in percentages

R + G + B =
140 + 140 + 232 = 512 (100%)
R 140 of 512 ~ 27.34%
G 140 of 512 ~ 27.34%
B 232 of 512 ~ 45.31%

%27.34
%27.34
%45.31

CMYK color model

#8C8CE8 color CMYK value is (40,40,0,9).

  • cyan value is 39.66%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(40,40,0,9)
C40M40Y0K9 
(40%,40%,0%,9%)
(0.40/0.40/0.00/0.09)	

CMYK percentages

%39.66
%39.66
%0
%9.02

Codes

Color #8C8CE8 in popluar color models

8C8CE8
RGB140140232
HSL240°66.67%72.94%
HSB/HSV240°39.66%90.98%
CMYK39.66%39.66%0.00%
9.02%

Color #8C8CE8 in popluar number systems.

HEX8C8CE8
Decimal140140232
Binary100011001000110011101000
Octal214214350

Shades and tints

Shades of #8C8CE8

#8C8CE8
(140,140,232)
#8080D3
(128,128,211)
#7474BE
(116,116,190)
#6868A9
(104,104,169)
#5C5C94
(92,92,148)
#50507F
(80,80,127)
#44446A
(68,68,106)
#383855
(56,56,85)
#2C2C40
(44,44,64)
#20202B
(32,32,43)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #8C8CE8

#8C8CE8
(140,140,232)
#9696EA
(150,150,234)
#A0A0EC
(160,160,236)
#AAAAEE
(170,170,238)
#B4B4F0
(180,180,240)
#BEBEF2
(190,190,242)
#C8C8F4
(200,200,244)
#D2D2F6
(210,210,246)
#DCDCF8
(220,220,248)
#E6E6FA
(230,230,250)
#F0F0FC
(240,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8CE8; }

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

This text font color is #8C8CE8.


Background Color

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

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

This div background color is #8C8CE8.


Border color

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

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

This div border color is #8C8CE8.


Opacity

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

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

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

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

This text has shadow with #8C8CE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8CE8 on black background.


Color preview on white background

This text has color #8C8CE8 on white background.



Black color preview on #8C8CE8 background

This text has black color on #8C8CE8 background.


White color preview on #8C8CE8 background

This text has white color on #8C8CE8 background.