COLOR #8C82F6

HEX: #8C82F6
RGB: (140,130,246)

Color info

#8C82F6 contains mainly blue color. Web safe color of #8C82F6 is #9999FF (or #99F).

RGB color model

#8C82F6 color RGB value is (140,130,246).

  • red value is 140;
  • green value is 130;
  • blue value is 246.
RGB:
(140,130,246)
(55%,51%,96%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 246 of 255 = 96%

140
130
246

R + G + B ~ 67%. #8C82F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 130 + 246 = 516 (100%)
R 140 of 516 ~ 27.13%
G 130 of 516 ~ 25.19%
B 246 of 516 ~ 47.67%

%27.13
%25.19
%47.67

CMYK color model

#8C82F6 color CMYK value is (43,47,0,4).

  • cyan value is 43.09%
  • magenta value is 47.15%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(43,47,0,4)
C43M47Y0K4 
(43%,47%,0%,4%)
(0.43/0.47/0.00/0.04)	

CMYK percentages

%43.09
%47.15
%0
%3.53

Codes

Color #8C82F6 in popluar color models

8C82F6
RGB140130246
HSL245°86.57%73.73%
HSB/HSV245°47.15%96.47%
CMYK43.09%47.15%0.00%
3.53%

Color #8C82F6 in popluar number systems.

HEX8C82F6
Decimal140130246
Binary100011001000001011110110
Octal214202366

Shades and tints

Shades of #8C82F6

#8C82F6
(140,130,246)
#8077E0
(128,119,224)
#746CCA
(116,108,202)
#6861B4
(104,97,180)
#5C569E
(92,86,158)
#504B88
(80,75,136)
#444072
(68,64,114)
#38355C
(56,53,92)
#2C2A46
(44,42,70)
#201F30
(32,31,48)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #8C82F6

#8C82F6
(140,130,246)
#968DF6
(150,141,246)
#A098F6
(160,152,246)
#AAA3F6
(170,163,246)
#B4AEF6
(180,174,246)
#BEB9F6
(190,185,246)
#C8C4F6
(200,196,246)
#D2CFF6
(210,207,246)
#DCDAF6
(220,218,246)
#E6E5F6
(230,229,246)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C82F6 color. Also use rgb(140,130,246) instead hex code.

Text Font Color

.myTextColor { color: #8C82F6; }

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

This text font color is #8C82F6.


Background Color

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

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

This div background color is #8C82F6.


Border color

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

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

This div border color is #8C82F6.


Opacity

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

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

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

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

This text has shadow with #8C82F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C82F6 on black background.


Color preview on white background

This text has color #8C82F6 on white background.



Black color preview on #8C82F6 background

This text has black color on #8C82F6 background.


White color preview on #8C82F6 background

This text has white color on #8C82F6 background.