COLOR #8C80BE

HEX: #8C80BE
RGB: (140,128,190)

Color info

#8C80BE contains mainly red and blue colors. Web safe color of #8C80BE is #9966CC (or #96C).

RGB color model

#8C80BE color RGB value is (140,128,190).

  • red value is 140;
  • green value is 128;
  • blue value is 190.
RGB:
(140,128,190)
(55%,50%,75%)

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 190 of 255 = 75%

140
128
190

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

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 190 = 458 (100%)
R 140 of 458 ~ 30.57%
G 128 of 458 ~ 27.95%
B 190 of 458 ~ 41.48%

%30.57
%27.95
%41.48

CMYK color model

#8C80BE color CMYK value is (26,33,0,25).

  • cyan value is 26.32%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(26,33,0,25)
C26M33Y0K25 
(26%,33%,0%,25%)
(0.26/0.33/0.00/0.25)	

CMYK percentages

%26.32
%32.63
%0
%25.49

Codes

Color #8C80BE in popluar color models

8C80BE
RGB140128190
HSL252°32.29%62.35%
HSB/HSV252°32.63%74.51%
CMYK26.32%32.63%0.00%
25.49%

Color #8C80BE in popluar number systems.

HEX8C80BE
Decimal140128190
Binary100011001000000010111110
Octal214200276

Shades and tints

Shades of #8C80BE

#8C80BE
(140,128,190)
#8075AD
(128,117,173)
#746A9C
(116,106,156)
#685F8B
(104,95,139)
#5C547A
(92,84,122)
#504969
(80,73,105)
#443E58
(68,62,88)
#383347
(56,51,71)
#2C2836
(44,40,54)
#201D25
(32,29,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8C80BE

#8C80BE
(140,128,190)
#968BC3
(150,139,195)
#A096C8
(160,150,200)
#AAA1CD
(170,161,205)
#B4ACD2
(180,172,210)
#BEB7D7
(190,183,215)
#C8C2DC
(200,194,220)
#D2CDE1
(210,205,225)
#DCD8E6
(220,216,230)
#E6E3EB
(230,227,235)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C80BE; }

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

This text font color is #8C80BE.


Background Color

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

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

This div background color is #8C80BE.


Border color

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

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

This div border color is #8C80BE.


Opacity

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

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

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

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

This text has shadow with #8C80BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C80BE on black background.


Color preview on white background

This text has color #8C80BE on white background.



Black color preview on #8C80BE background

This text has black color on #8C80BE background.


White color preview on #8C80BE background

This text has white color on #8C80BE background.