COLOR #8C8BAE

HEX: #8C8BAE
RGB: (140,139,174)

Color info

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

RGB color model

#8C8BAE color RGB value is (140,139,174).

  • red value is 140;
  • green value is 139;
  • blue value is 174.
RGB:
(140,139,174)
(55%,55%,68%)

RGB channels and saturation

R 140 of 255 = 55%
G 139 of 255 = 55%
B 174 of 255 = 68%

140
139
174

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

Portions of RGB colors in percentages

R + G + B =
140 + 139 + 174 = 453 (100%)
R 140 of 453 ~ 30.91%
G 139 of 453 ~ 30.68%
B 174 of 453 ~ 38.41%

%30.91
%30.68
%38.41

CMYK color model

#8C8BAE color CMYK value is (20,20,0,32).

  • cyan value is 19.54%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,20,0,32)
C20M20Y0K32 
(20%,20%,0%,32%)
(0.20/0.20/0.00/0.32)	

CMYK percentages

%19.54
%20.11
%0
%31.76

Codes

Color #8C8BAE in popluar color models

8C8BAE
RGB140139174
HSL242°17.77%61.37%
HSB/HSV242°20.11%68.24%
CMYK19.54%20.11%0.00%
31.76%

Color #8C8BAE in popluar number systems.

HEX8C8BAE
Decimal140139174
Binary100011001000101110101110
Octal214213256

Shades and tints

Shades of #8C8BAE

#8C8BAE
(140,139,174)
#807F9F
(128,127,159)
#747390
(116,115,144)
#686781
(104,103,129)
#5C5B72
(92,91,114)
#504F63
(80,79,99)
#444354
(68,67,84)
#383745
(56,55,69)
#2C2B36
(44,43,54)
#201F27
(32,31,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #8C8BAE

#8C8BAE
(140,139,174)
#9695B5
(150,149,181)
#A09FBC
(160,159,188)
#AAA9C3
(170,169,195)
#B4B3CA
(180,179,202)
#BEBDD1
(190,189,209)
#C8C7D8
(200,199,216)
#D2D1DF
(210,209,223)
#DCDBE6
(220,219,230)
#E6E5ED
(230,229,237)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8BAE; }

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

This text font color is #8C8BAE.


Background Color

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

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

This div background color is #8C8BAE.


Border color

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

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

This div border color is #8C8BAE.


Opacity

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

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

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

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

This text has shadow with #8C8BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8BAE on black background.


Color preview on white background

This text has color #8C8BAE on white background.



Black color preview on #8C8BAE background

This text has black color on #8C8BAE background.


White color preview on #8C8BAE background

This text has white color on #8C8BAE background.