COLOR #8C8ADA

HEX: #8C8ADA
RGB: (140,138,218)

Color info

#8C8ADA contains mainly blue color. Web safe color of #8C8ADA is #9999CC (or #99C).

RGB color model

#8C8ADA color RGB value is (140,138,218).

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

RGB channels and saturation

R 140 of 255 = 55%
G 138 of 255 = 54%
B 218 of 255 = 85%

140
138
218

R + G + B ~ 65%. #8C8ADA is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 138 + 218 = 496 (100%)
R 140 of 496 ~ 28.23%
G 138 of 496 ~ 27.82%
B 218 of 496 ~ 43.95%

%28.23
%27.82
%43.95

CMYK color model

#8C8ADA color CMYK value is (36,37,0,15).

  • cyan value is 35.78%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(36,37,0,15)
C36M37Y0K15 
(36%,37%,0%,15%)
(0.36/0.37/0.00/0.15)	

CMYK percentages

%35.78
%36.7
%0
%14.51

Codes

Color #8C8ADA in popluar color models

8C8ADA
RGB140138218
HSL242°51.95%69.80%
HSB/HSV242°36.70%85.49%
CMYK35.78%36.70%0.00%
14.51%

Color #8C8ADA in popluar number systems.

HEX8C8ADA
Decimal140138218
Binary100011001000101011011010
Octal214212332

Shades and tints

Shades of #8C8ADA

#8C8ADA
(140,138,218)
#807EC7
(128,126,199)
#7472B4
(116,114,180)
#6866A1
(104,102,161)
#5C5A8E
(92,90,142)
#504E7B
(80,78,123)
#444268
(68,66,104)
#383655
(56,54,85)
#2C2A42
(44,42,66)
#201E2F
(32,30,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #8C8ADA

#8C8ADA
(140,138,218)
#9694DD
(150,148,221)
#A09EE0
(160,158,224)
#AAA8E3
(170,168,227)
#B4B2E6
(180,178,230)
#BEBCE9
(190,188,233)
#C8C6EC
(200,198,236)
#D2D0EF
(210,208,239)
#DCDAF2
(220,218,242)
#E6E4F5
(230,228,245)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8ADA; }

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

This text font color is #8C8ADA.


Background Color

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

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

This div background color is #8C8ADA.


Border color

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

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

This div border color is #8C8ADA.


Opacity

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

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

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

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

This text has shadow with #8C8ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8ADA on black background.


Color preview on white background

This text has color #8C8ADA on white background.



Black color preview on #8C8ADA background

This text has black color on #8C8ADA background.


White color preview on #8C8ADA background

This text has white color on #8C8ADA background.