COLOR #8C8ADC

HEX: #8C8ADC RGB: (140,138,220)

Color info

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

RGB color model

#8C8ADC color RGB value is (140,138,220).

RGB: (140,138,220) (55%, 54%, 86%)

RGB channels and saturation

R 140 of 255 = 55%
G 138 of 255 = 54%
B 220 of 255 = 86%

140
138
220

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

Portions of RGB colors in percentages

R + G + B = 140 + 138 + 220 = 498 (100%)
R 140 of 498 ~ 28.11%
G 138 of 498 ~ 27.71%
B 220 of 498 ~ 44.18'%

%28.11
%27.71
%44.18

CMYK color model

#8C8ADC color CMYK value is (36,37,0,14).

  • cyan value is 36.36%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (36,37,0,14) C36M37Y0K14 (36%,37%,0%,14%) (0.36/0.37/0.00/0.14) 

CMYK percentages

%36.36
%37.27
%0
%13.73

Codes

Color #8C8ADC in popluar color models

8C 8A DC
RGB 140 138 220
HSL 241° 53.95% 70.20%
HSB/HSV 241° 37.27% 86.27%
CMYK 36.36% 37.27% 0.00%
13.73%

Color #8C8ADC in popluar number systems.

HEX 8C 8A DC
Decimal 140 138 220
Binary 10001100 10001010 11011100
Octal 214 212 334

Shades and tints

Shades of #8C8ADC

#8C8ADC
(140,138,220)
#807EC8
(128,126,200)
#7472B4
(116,114,180)
#6866A0
(104,102,160)
#5C5A8C
(92,90,140)
#504E78
(80,78,120)
#444264
(68,66,100)
#383650
(56,54,80)
#2C2A3C
(44,42,60)
#201E28
(32,30,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8C8ADC

#8C8ADC
(140,138,220)
#9694DF
(150,148,223)
#A09EE2
(160,158,226)
#AAA8E5
(170,168,229)
#B4B2E8
(180,178,232)
#BEBCEB
(190,188,235)
#C8C6EE
(200,198,238)
#D2D0F1
(210,208,241)
#DCDAF4
(220,218,244)
#E6E4F7
(230,228,247)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8ADC; }

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

This text font color is #8C8ADC.

Background Color

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

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

This div background color is #8C8ADC.

Border color

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

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

This div border color is #8C8ADC.

Opacity

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

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

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

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

This text has shadow with #8C8ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8ADC.

Preview

Color preview on black background

This text has color #8C8ADC on black background.


Color preview on white background

This text has color #8C8ADC on white background.


Black color preview on #8C8ADC background

This text has black color on #8C8ADC background.


White color preview on #8C8ADC background

This text has white color on #8C8ADC background.


Related colors

Complementary color

Complementary color for #hex is #737523.


I love getcolorcode.com

Triadic colors

1 #DC8C8A and #8ADC8C with #8C8ADC are triadic colors.

2 #DC8A8C and #8A8CDC with #8C8ADC are triadic colors.