COLOR #866CE3

HEX: #866CE3
RGB: (134,108,227)

Color info

#866CE3 contains mainly blue color. Web safe color of #866CE3 is #9966CC (or #96C).

RGB color model

#866CE3 color RGB value is (134,108,227).

  • red value is 134;
  • green value is 108;
  • blue value is 227.
RGB:
(134,108,227)
(53%,42%,89%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 227 of 255 = 89%

134
108
227

R + G + B ~ 61%. #866CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 108 + 227 = 469 (100%)
R 134 of 469 ~ 28.57%
G 108 of 469 ~ 23.03%
B 227 of 469 ~ 48.4%

%28.57
%23.03
%48.4

CMYK color model

#866CE3 color CMYK value is (41,52,0,11).

  • cyan value is 40.97%
  • magenta value is 52.42%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(41,52,0,11)
C41M52Y0K11 
(41%,52%,0%,11%)
(0.41/0.52/0.00/0.11)	

CMYK percentages

%40.97
%52.42
%0
%10.98

Codes

Color #866CE3 in popluar color models

866CE3
RGB134108227
HSL253°68.00%65.69%
HSB/HSV253°52.42%89.02%
CMYK40.97%52.42%0.00%
10.98%

Color #866CE3 in popluar number systems.

HEX866CE3
Decimal134108227
Binary10000110110110011100011
Octal206154343

Shades and tints

Shades of #866CE3

#866CE3
(134,108,227)
#7A63CF
(122,99,207)
#6E5ABB
(110,90,187)
#6251A7
(98,81,167)
#564893
(86,72,147)
#4A3F7F
(74,63,127)
#3E366B
(62,54,107)
#322D57
(50,45,87)
#262443
(38,36,67)
#1A1B2F
(26,27,47)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #866CE3

#866CE3
(134,108,227)
#9179E5
(145,121,229)
#9C86E7
(156,134,231)
#A793E9
(167,147,233)
#B2A0EB
(178,160,235)
#BDADED
(189,173,237)
#C8BAEF
(200,186,239)
#D3C7F1
(211,199,241)
#DED4F3
(222,212,243)
#E9E1F5
(233,225,245)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866CE3 color. Also use rgb(134,108,227) instead hex code.

Text Font Color

.myTextColor { color: #866CE3; }

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

This text font color is #866CE3.


Background Color

.myBgColor { background-color: #866CE3; }

<div style="background-color:#866CE3">Inner text</div>

This div background color is #866CE3.


Border color

.myBorderColor { border: 1px solid #866CE3; }

<div style="border:3px solid #866CE3">Div</div>

This div border color is #866CE3.


Opacity

.myOpacity80 { color: #866CE3; opacity: 0.8; }

<p style="color:#866CE3;opacity:0.8;">80%</p>

Text with #866CE3 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 #866CE3;}

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

This text has shadow with #866CE3 color.

.textShadow {text-shadow: 3px 3px 1px #866CE3, 3px 3px 1px red;}

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

This text has shadow with #866CE3 primary color and red secondary color.


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

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

This text has shadow with #866CE3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866CE3 on black background.


Color preview on white background

This text has color #866CE3 on white background.



Black color preview on #866CE3 background

This text has black color on #866CE3 background.


White color preview on #866CE3 background

This text has white color on #866CE3 background.