COLOR #8C84C8

HEX: #8C84C8
RGB: (140,132,200)

Color info

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

RGB color model

#8C84C8 color RGB value is (140,132,200).

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

RGB channels and saturation

R 140 of 255 = 55%
G 132 of 255 = 52%
B 200 of 255 = 78%

140
132
200

R + G + B ~ 62%. #8C84C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 132 + 200 = 472 (100%)
R 140 of 472 ~ 29.66%
G 132 of 472 ~ 27.97%
B 200 of 472 ~ 42.37%

%29.66
%27.97
%42.37

CMYK color model

#8C84C8 color CMYK value is (30,34,0,22).

  • cyan value is 30.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(30,34,0,22)
C30M34Y0K22 
(30%,34%,0%,22%)
(0.30/0.34/0.00/0.22)	

CMYK percentages

%30
%34
%0
%21.57

Codes

Color #8C84C8 in popluar color models

8C84C8
RGB140132200
HSL247°38.20%65.10%
HSB/HSV247°34.00%78.43%
CMYK30.00%34.00%0.00%
21.57%

Color #8C84C8 in popluar number systems.

HEX8C84C8
Decimal140132200
Binary100011001000010011001000
Octal214204310

Shades and tints

Shades of #8C84C8

#8C84C8
(140,132,200)
#8078B6
(128,120,182)
#746CA4
(116,108,164)
#686092
(104,96,146)
#5C5480
(92,84,128)
#50486E
(80,72,110)
#443C5C
(68,60,92)
#38304A
(56,48,74)
#2C2438
(44,36,56)
#201826
(32,24,38)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #8C84C8

#8C84C8
(140,132,200)
#968FCD
(150,143,205)
#A09AD2
(160,154,210)
#AAA5D7
(170,165,215)
#B4B0DC
(180,176,220)
#BEBBE1
(190,187,225)
#C8C6E6
(200,198,230)
#D2D1EB
(210,209,235)
#DCDCF0
(220,220,240)
#E6E7F5
(230,231,245)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C84C8; }

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

This text font color is #8C84C8.


Background Color

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

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

This div background color is #8C84C8.


Border color

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

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

This div border color is #8C84C8.


Opacity

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

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

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

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

This text has shadow with #8C84C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C84C8 on black background.


Color preview on white background

This text has color #8C84C8 on white background.



Black color preview on #8C84C8 background

This text has black color on #8C84C8 background.


White color preview on #8C84C8 background

This text has white color on #8C84C8 background.