COLOR #8C84D4

HEX: #8C84D4
RGB: (140,132,212)

Color info

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

RGB color model

#8C84D4 color RGB value is (140,132,212).

  • red value is 140;
  • green value is 132;
  • blue value is 212.
RGB:
(140,132,212)
(55%,52%,83%)

RGB channels and saturation

R 140 of 255 = 55%
G 132 of 255 = 52%
B 212 of 255 = 83%

140
132
212

R + G + B ~ 63%. #8C84D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 132 + 212 = 484 (100%)
R 140 of 484 ~ 28.93%
G 132 of 484 ~ 27.27%
B 212 of 484 ~ 43.8%

%28.93
%27.27
%43.8

CMYK color model

#8C84D4 color CMYK value is (34,38,0,17).

  • cyan value is 33.96%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(34,38,0,17)
C34M38Y0K17 
(34%,38%,0%,17%)
(0.34/0.38/0.00/0.17)	

CMYK percentages

%33.96
%37.74
%0
%16.86

Codes

Color #8C84D4 in popluar color models

8C84D4
RGB140132212
HSL246°48.19%67.45%
HSB/HSV246°37.74%83.14%
CMYK33.96%37.74%0.00%
16.86%

Color #8C84D4 in popluar number systems.

HEX8C84D4
Decimal140132212
Binary100011001000010011010100
Octal214204324

Shades and tints

Shades of #8C84D4

#8C84D4
(140,132,212)
#8078C1
(128,120,193)
#746CAE
(116,108,174)
#68609B
(104,96,155)
#5C5488
(92,84,136)
#504875
(80,72,117)
#443C62
(68,60,98)
#38304F
(56,48,79)
#2C243C
(44,36,60)
#201829
(32,24,41)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #8C84D4

#8C84D4
(140,132,212)
#968FD7
(150,143,215)
#A09ADA
(160,154,218)
#AAA5DD
(170,165,221)
#B4B0E0
(180,176,224)
#BEBBE3
(190,187,227)
#C8C6E6
(200,198,230)
#D2D1E9
(210,209,233)
#DCDCEC
(220,220,236)
#E6E7EF
(230,231,239)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C84D4 color. Also use rgb(140,132,212) instead hex code.

Text Font Color

.myTextColor { color: #8C84D4; }

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

This text font color is #8C84D4.


Background Color

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

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

This div background color is #8C84D4.


Border color

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

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

This div border color is #8C84D4.


Opacity

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

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

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

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

This text has shadow with #8C84D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C84D4 on black background.


Color preview on white background

This text has color #8C84D4 on white background.



Black color preview on #8C84D4 background

This text has black color on #8C84D4 background.


White color preview on #8C84D4 background

This text has white color on #8C84D4 background.