COLOR #8C8CB0

HEX: #8C8CB0 RGB: (140,140,176)

Color info

#8C8CB0 contains red, green and blue colors in about the same proportion. Web safe color of #8C8CB0 is #999999 (or #999).

RGB color model

#8C8CB0 color RGB value is (140,140,176).

RGB: (140,140,176) (55%, 55%, 69%)

RGB channels and saturation

R 140 of 255 = 55%
G 140 of 255 = 55%
B 176 of 255 = 69%

140
140
176

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

Portions of RGB colors in percentages

R + G + B = 140 + 140 + 176 = 456 (100%)
R 140 of 456 ~ 30.7%
G 140 of 456 ~ 30.7%
B 176 of 456 ~ 38.6'%

%30.7
%30.7
%38.6

CMYK color model

#8C8CB0 color CMYK value is (20,20,0,31).

  • cyan value is 20.45%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (20,20,0,31)
C20M20Y0K31 (20%, 20%, 0%, 31%)
(0.20 / 0.20 / 0.00 / 0.31)

CMYK percentages

%20.45
%20.45
%0
%30.98

Codes

Color #8C8CB0 in popluar color models

8C 8C B0
RGB 140 140 176
HSL 240° 18.56% 61.96%
HSB/HSV 240° 20.45% 69.02%
CMYK 20.45% 20.45% 0.00%
30.98%

Color #8C8CB0 in popluar number systems.

HEX 8C 8C B0
Decimal 140 140 176
Binary 10001100 10001100 10110000
Octal 214 214 260

Shades and tints

Shades of #8C8CB0

#8C8CB0
(140,140,176)
#8080A0
(128,128,160)
#747490
(116,116,144)
#686880
(104,104,128)
#5C5C70
(92,92,112)
#505060
(80,80,96)
#444450
(68,68,80)
#383840
(56,56,64)
#2C2C30
(44,44,48)
#202020
(32,32,32)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #8C8CB0

#8C8CB0
(140,140,176)
#9696B7
(150,150,183)
#A0A0BE
(160,160,190)
#AAAAC5
(170,170,197)
#B4B4CC
(180,180,204)
#BEBED3
(190,190,211)
#C8C8DA
(200,200,218)
#D2D2E1
(210,210,225)
#DCDCE8
(220,220,232)
#E6E6EF
(230,230,239)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8CB0; }

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

This text font color is #8C8CB0.

Background Color

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

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

This div background color is #8C8CB0.

Border color

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

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

This div border color is #8C8CB0.

Opacity

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

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

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

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

This text has shadow with #8C8CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8CB0.

Preview

Color preview on black background

This text has color #8C8CB0 on black background.


Color preview on white background

This text has color #8C8CB0 on white background.


Black color preview on #8C8CB0 background

This text has black color on #8C8CB0 background.


White color preview on #8C8CB0 background

This text has white color on #8C8CB0 background.


Related colors

Complementary color

Complementary color for #hex is #73734F.


I love getcolorcode.com