COLOR #8C8CBA

HEX: #8C8CBA
RGB: (140,140,186)

Color info

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

RGB color model

#8C8CBA color RGB value is (140,140,186).

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

RGB channels and saturation

R 140 of 255 = 55%
G 140 of 255 = 55%
B 186 of 255 = 73%

140
140
186

R + G + B ~ 61%. #8C8CBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 140 + 186 = 466 (100%)
R 140 of 466 ~ 30.04%
G 140 of 466 ~ 30.04%
B 186 of 466 ~ 39.91%

%30.04
%30.04
%39.91

CMYK color model

#8C8CBA color CMYK value is (25,25,0,27).

  • cyan value is 24.73%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,25,0,27)
C25M25Y0K27 
(25%,25%,0%,27%)
(0.25/0.25/0.00/0.27)	

CMYK percentages

%24.73
%24.73
%0
%27.06

Codes

Color #8C8CBA in popluar color models

8C8CBA
RGB140140186
HSL240°25.00%63.92%
HSB/HSV240°24.73%72.94%
CMYK24.73%24.73%0.00%
27.06%

Color #8C8CBA in popluar number systems.

HEX8C8CBA
Decimal140140186
Binary100011001000110010111010
Octal214214272

Shades and tints

Shades of #8C8CBA

#8C8CBA
(140,140,186)
#8080AA
(128,128,170)
#74749A
(116,116,154)
#68688A
(104,104,138)
#5C5C7A
(92,92,122)
#50506A
(80,80,106)
#44445A
(68,68,90)
#38384A
(56,56,74)
#2C2C3A
(44,44,58)
#20202A
(32,32,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #8C8CBA

#8C8CBA
(140,140,186)
#9696C0
(150,150,192)
#A0A0C6
(160,160,198)
#AAAACC
(170,170,204)
#B4B4D2
(180,180,210)
#BEBED8
(190,190,216)
#C8C8DE
(200,200,222)
#D2D2E4
(210,210,228)
#DCDCEA
(220,220,234)
#E6E6F0
(230,230,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8CBA; }

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

This text font color is #8C8CBA.


Background Color

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

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

This div background color is #8C8CBA.


Border color

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

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

This div border color is #8C8CBA.


Opacity

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

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

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

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

This text has shadow with #8C8CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8CBA on black background.


Color preview on white background

This text has color #8C8CBA on white background.



Black color preview on #8C8CBA background

This text has black color on #8C8CBA background.


White color preview on #8C8CBA background

This text has white color on #8C8CBA background.