COLOR #8668B0

HEX: #8668B0
RGB: (134,104,176)

Color info

#8668B0 contains mainly red and blue colors. Web safe color of #8668B0 is #996699 (or #969).

RGB color model

#8668B0 color RGB value is (134,104,176).

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

RGB channels and saturation

R 134 of 255 = 53%
G 104 of 255 = 41%
B 176 of 255 = 69%

134
104
176

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

Portions of RGB colors in percentages

R + G + B =
134 + 104 + 176 = 414 (100%)
R 134 of 414 ~ 32.37%
G 104 of 414 ~ 25.12%
B 176 of 414 ~ 42.51%

%32.37
%25.12
%42.51

CMYK color model

#8668B0 color CMYK value is (24,41,0,31).

  • cyan value is 23.86%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(24,41,0,31)
C24M41Y0K31 
(24%,41%,0%,31%)
(0.24/0.41/0.00/0.31)	

CMYK percentages

%23.86
%40.91
%0
%30.98

Codes

Color #8668B0 in popluar color models

8668B0
RGB134104176
HSL265°31.30%54.90%
HSB/HSV265°40.91%69.02%
CMYK23.86%40.91%0.00%
30.98%

Color #8668B0 in popluar number systems.

HEX8668B0
Decimal134104176
Binary10000110110100010110000
Octal206150260

Shades and tints

Shades of #8668B0

#8668B0
(134,104,176)
#7A5FA0
(122,95,160)
#6E5690
(110,86,144)
#624D80
(98,77,128)
#564470
(86,68,112)
#4A3B60
(74,59,96)
#3E3250
(62,50,80)
#322940
(50,41,64)
#262030
(38,32,48)
#1A1720
(26,23,32)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #8668B0

#8668B0
(134,104,176)
#9175B7
(145,117,183)
#9C82BE
(156,130,190)
#A78FC5
(167,143,197)
#B29CCC
(178,156,204)
#BDA9D3
(189,169,211)
#C8B6DA
(200,182,218)
#D3C3E1
(211,195,225)
#DED0E8
(222,208,232)
#E9DDEF
(233,221,239)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8668B0; }

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

This text font color is #8668B0.


Background Color

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

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

This div background color is #8668B0.


Border color

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

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

This div border color is #8668B0.


Opacity

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

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

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

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

This text has shadow with #8668B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8668B0 on black background.


Color preview on white background

This text has color #8668B0 on white background.



Black color preview on #8668B0 background

This text has black color on #8668B0 background.


White color preview on #8668B0 background

This text has white color on #8668B0 background.