COLOR #8668D7

HEX: #8668D7
RGB: (134,104,215)

Color info

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

RGB color model

#8668D7 color RGB value is (134,104,215).

  • red value is 134;
  • green value is 104;
  • blue value is 215.
RGB:
(134,104,215)
(53%,41%,84%)

RGB channels and saturation

R 134 of 255 = 53%
G 104 of 255 = 41%
B 215 of 255 = 84%

134
104
215

R + G + B ~ 59%. #8668D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 104 + 215 = 453 (100%)
R 134 of 453 ~ 29.58%
G 104 of 453 ~ 22.96%
B 215 of 453 ~ 47.46%

%29.58
%22.96
%47.46

CMYK color model

#8668D7 color CMYK value is (38,52,0,16).

  • cyan value is 37.67%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(38,52,0,16)
C38M52Y0K16 
(38%,52%,0%,16%)
(0.38/0.52/0.00/0.16)	

CMYK percentages

%37.67
%51.63
%0
%15.69

Codes

Color #8668D7 in popluar color models

8668D7
RGB134104215
HSL256°58.12%62.55%
HSB/HSV256°51.63%84.31%
CMYK37.67%51.63%0.00%
15.69%

Color #8668D7 in popluar number systems.

HEX8668D7
Decimal134104215
Binary10000110110100011010111
Octal206150327

Shades and tints

Shades of #8668D7

#8668D7
(134,104,215)
#7A5FC4
(122,95,196)
#6E56B1
(110,86,177)
#624D9E
(98,77,158)
#56448B
(86,68,139)
#4A3B78
(74,59,120)
#3E3265
(62,50,101)
#322952
(50,41,82)
#26203F
(38,32,63)
#1A172C
(26,23,44)
#0E0E19
(14,14,25)
#000000
(0,0,0)

Tints of #8668D7

#8668D7
(134,104,215)
#9175DA
(145,117,218)
#9C82DD
(156,130,221)
#A78FE0
(167,143,224)
#B29CE3
(178,156,227)
#BDA9E6
(189,169,230)
#C8B6E9
(200,182,233)
#D3C3EC
(211,195,236)
#DED0EF
(222,208,239)
#E9DDF2
(233,221,242)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8668D7 color. Also use rgb(134,104,215) instead hex code.

Text Font Color

.myTextColor { color: #8668D7; }

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

This text font color is #8668D7.


Background Color

.myBgColor { background-color: #8668D7; }

<div style="background-color:#8668D7">Inner text</div>

This div background color is #8668D7.


Border color

.myBorderColor { border: 1px solid #8668D7; }

<div style="border:3px solid #8668D7">Div</div>

This div border color is #8668D7.


Opacity

.myOpacity80 { color: #8668D7; opacity: 0.8; }

<p style="color:#8668D7;opacity:0.8;">80%</p>

Text with #8668D7 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 #8668D7;}

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

This text has shadow with #8668D7 color.

.textShadow {text-shadow: 3px 3px 1px #8668D7, 3px 3px 1px red;}

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

This text has shadow with #8668D7 primary color and red secondary color.


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

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

This text has shadow with #8668D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8668D7 on black background.


Color preview on white background

This text has color #8668D7 on white background.



Black color preview on #8668D7 background

This text has black color on #8668D7 background.


White color preview on #8668D7 background

This text has white color on #8668D7 background.