COLOR #8667AD

HEX: #8667AD
RGB: (134,103,173)

Color info

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

RGB color model

#8667AD color RGB value is (134,103,173).

  • red value is 134;
  • green value is 103;
  • blue value is 173.
RGB:
(134,103,173)
(53%,40%,68%)

RGB channels and saturation

R 134 of 255 = 53%
G 103 of 255 = 40%
B 173 of 255 = 68%

134
103
173

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

Portions of RGB colors in percentages

R + G + B =
134 + 103 + 173 = 410 (100%)
R 134 of 410 ~ 32.68%
G 103 of 410 ~ 25.12%
B 173 of 410 ~ 42.2%

%32.68
%25.12
%42.2

CMYK color model

#8667AD color CMYK value is (23,40,0,32).

  • cyan value is 22.54%
  • magenta value is 40.46%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,40,0,32)
C23M40Y0K32 
(23%,40%,0%,32%)
(0.23/0.40/0.00/0.32)	

CMYK percentages

%22.54
%40.46
%0
%32.16

Codes

Color #8667AD in popluar color models

8667AD
RGB134103173
HSL267°29.91%54.12%
HSB/HSV267°40.46%67.84%
CMYK22.54%40.46%0.00%
32.16%

Color #8667AD in popluar number systems.

HEX8667AD
Decimal134103173
Binary10000110110011110101101
Octal206147255

Shades and tints

Shades of #8667AD

#8667AD
(134,103,173)
#7A5E9E
(122,94,158)
#6E558F
(110,85,143)
#624C80
(98,76,128)
#564371
(86,67,113)
#4A3A62
(74,58,98)
#3E3153
(62,49,83)
#322844
(50,40,68)
#261F35
(38,31,53)
#1A1626
(26,22,38)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #8667AD

#8667AD
(134,103,173)
#9174B4
(145,116,180)
#9C81BB
(156,129,187)
#A78EC2
(167,142,194)
#B29BC9
(178,155,201)
#BDA8D0
(189,168,208)
#C8B5D7
(200,181,215)
#D3C2DE
(211,194,222)
#DECFE5
(222,207,229)
#E9DCEC
(233,220,236)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8667AD color. Also use rgb(134,103,173) instead hex code.

Text Font Color

.myTextColor { color: #8667AD; }

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

This text font color is #8667AD.


Background Color

.myBgColor { background-color: #8667AD; }

<div style="background-color:#8667AD">Inner text</div>

This div background color is #8667AD.


Border color

.myBorderColor { border: 1px solid #8667AD; }

<div style="border:3px solid #8667AD">Div</div>

This div border color is #8667AD.


Opacity

.myOpacity80 { color: #8667AD; opacity: 0.8; }

<p style="color:#8667AD;opacity:0.8;">80%</p>

Text with #8667AD 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 #8667AD;}

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

This text has shadow with #8667AD color.

.textShadow {text-shadow: 3px 3px 1px #8667AD, 3px 3px 1px red;}

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

This text has shadow with #8667AD primary color and red secondary color.


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

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

This text has shadow with #8667AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8667AD on black background.


Color preview on white background

This text has color #8667AD on white background.



Black color preview on #8667AD background

This text has black color on #8667AD background.


White color preview on #8667AD background

This text has white color on #8667AD background.