COLOR #8C8CB6

HEX: #8C8CB6
RGB: (140,140,182)

Color info

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

RGB color model

#8C8CB6 color RGB value is (140,140,182).

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

RGB channels and saturation

R 140 of 255 = 55%
G 140 of 255 = 55%
B 182 of 255 = 71%

140
140
182

R + G + B ~ 60%. #8C8CB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 140 + 182 = 462 (100%)
R 140 of 462 ~ 30.3%
G 140 of 462 ~ 30.3%
B 182 of 462 ~ 39.39%

%30.3
%30.3
%39.39

CMYK color model

#8C8CB6 color CMYK value is (23,23,0,29).

  • cyan value is 23.08%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(23,23,0,29)
C23M23Y0K29 
(23%,23%,0%,29%)
(0.23/0.23/0.00/0.29)	

CMYK percentages

%23.08
%23.08
%0
%28.63

Codes

Color #8C8CB6 in popluar color models

8C8CB6
RGB140140182
HSL240°22.34%63.14%
HSB/HSV240°23.08%71.37%
CMYK23.08%23.08%0.00%
28.63%

Color #8C8CB6 in popluar number systems.

HEX8C8CB6
Decimal140140182
Binary100011001000110010110110
Octal214214266

Shades and tints

Shades of #8C8CB6

#8C8CB6
(140,140,182)
#8080A6
(128,128,166)
#747496
(116,116,150)
#686886
(104,104,134)
#5C5C76
(92,92,118)
#505066
(80,80,102)
#444456
(68,68,86)
#383846
(56,56,70)
#2C2C36
(44,44,54)
#202026
(32,32,38)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #8C8CB6

#8C8CB6
(140,140,182)
#9696BC
(150,150,188)
#A0A0C2
(160,160,194)
#AAAAC8
(170,170,200)
#B4B4CE
(180,180,206)
#BEBED4
(190,190,212)
#C8C8DA
(200,200,218)
#D2D2E0
(210,210,224)
#DCDCE6
(220,220,230)
#E6E6EC
(230,230,236)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8CB6; }

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

This text font color is #8C8CB6.


Background Color

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

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

This div background color is #8C8CB6.


Border color

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

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

This div border color is #8C8CB6.


Opacity

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

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

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

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

This text has shadow with #8C8CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8CB6 on black background.


Color preview on white background

This text has color #8C8CB6 on white background.



Black color preview on #8C8CB6 background

This text has black color on #8C8CB6 background.


White color preview on #8C8CB6 background

This text has white color on #8C8CB6 background.