COLOR #8C8AB6

HEX: #8C8AB6
RGB: (140,138,182)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
138
182

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

Portions of RGB colors in percentages

R + G + B =
140 + 138 + 182 = 460 (100%)
R 140 of 460 ~ 30.43%
G 138 of 460 ~ 30%
B 182 of 460 ~ 39.57%

%30.43
%30
%39.57

CMYK color model

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

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

CMYK percentages

%23.08
%24.18
%0
%28.63

Codes

Color #8C8AB6 in popluar color models

8C8AB6
RGB140138182
HSL243°23.16%62.75%
HSB/HSV243°24.18%71.37%
CMYK23.08%24.18%0.00%
28.63%

Color #8C8AB6 in popluar number systems.

HEX8C8AB6
Decimal140138182
Binary100011001000101010110110
Octal214212266

Shades and tints

Shades of #8C8AB6

#8C8AB6
(140,138,182)
#807EA6
(128,126,166)
#747296
(116,114,150)
#686686
(104,102,134)
#5C5A76
(92,90,118)
#504E66
(80,78,102)
#444256
(68,66,86)
#383646
(56,54,70)
#2C2A36
(44,42,54)
#201E26
(32,30,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #8C8AB6

#8C8AB6
(140,138,182)
#9694BC
(150,148,188)
#A09EC2
(160,158,194)
#AAA8C8
(170,168,200)
#B4B2CE
(180,178,206)
#BEBCD4
(190,188,212)
#C8C6DA
(200,198,218)
#D2D0E0
(210,208,224)
#DCDAE6
(220,218,230)
#E6E4EC
(230,228,236)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8AB6; }

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

This text font color is #8C8AB6.


Background Color

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

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

This div background color is #8C8AB6.


Border color

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

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

This div border color is #8C8AB6.


Opacity

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

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

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

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

This text has shadow with #8C8AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8AB6 on black background.


Color preview on white background

This text has color #8C8AB6 on white background.



Black color preview on #8C8AB6 background

This text has black color on #8C8AB6 background.


White color preview on #8C8AB6 background

This text has white color on #8C8AB6 background.