COLOR #8674AC

HEX: #8674AC RGB: (134,116,172)

Color info

#8674AC contains red, green and blue colors in about the same proportion. Web safe color of #8674AC is #996699 (or #969).

RGB color model

#8674AC color RGB value is (134,116,172).

RGB: (134,116,172) (53%, 45%, 67%)

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 172 of 255 = 67%

134
116
172

R + G + B ~ 55%. #8674AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 116 + 172 = 422 (100%)
R 134 of 422 ~ 31.75%
G 116 of 422 ~ 27.49%
B 172 of 422 ~ 40.76'%

%31.75
%27.49
%40.76

CMYK color model

#8674AC color CMYK value is (22,33,0,33).

  • cyan value is 22.09%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (22,33,0,33)
C22M33Y0K33 (22%, 33%, 0%, 33%)
(0.22 / 0.33 / 0.00 / 0.33)

CMYK percentages

%22.09
%32.56
%0
%32.55

Codes

Color #8674AC in popluar color models

86 74 AC
RGB 134 116 172
HSL 259° 25.23% 56.47%
HSB/HSV 259° 32.56% 67.45%
CMYK 22.09% 32.56% 0.00%
32.55%

Color #8674AC in popluar number systems.

HEX 86 74 AC
Decimal 134 116 172
Binary 10000110 1110100 10101100
Octal 206 164 254

Shades and tints

Shades of #8674AC

#8674AC
(134,116,172)
#7A6A9D
(122,106,157)
#6E608E
(110,96,142)
#62567F
(98,86,127)
#564C70
(86,76,112)
#4A4261
(74,66,97)
#3E3852
(62,56,82)
#322E43
(50,46,67)
#262434
(38,36,52)
#1A1A25
(26,26,37)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #8674AC

#8674AC
(134,116,172)
#9180B3
(145,128,179)
#9C8CBA
(156,140,186)
#A798C1
(167,152,193)
#B2A4C8
(178,164,200)
#BDB0CF
(189,176,207)
#C8BCD6
(200,188,214)
#D3C8DD
(211,200,221)
#DED4E4
(222,212,228)
#E9E0EB
(233,224,235)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8674AC color. Also use rgb(134,116,172) instead hex code.

Text Font Color

.myTextColor { color: #8674AC; }

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

This text font color is #8674AC.

Background Color

.myBgColor { background-color: #8674AC; }

<div style="background-color:#8674AC">Inner text</div>

This div background color is #8674AC.

Border color

.myBorderColor { border: 1px solid #8674AC; }

<div style="border:3px solid #8674AC">Div</div>

This div border color is #8674AC.

Opacity

.myOpacity80 { color: #8674AC; opacity: 0.8; }

<p style="color:#8674AC;opacity:0.8;">80%</p>

Text with #8674AC 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 #8674AC;}

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

This text has shadow with #8674AC color.


.textShadow {text-shadow: 3px 3px 1px #8674AC', 3px 3px 1px red;}

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

This text has shadow with #8674AC primary color and red secondary color.


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

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

This text has shadow with #8674AC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8674AC; -webkit-box-shadow: 1px 1px 3px 2px #8674AC; box-shadow:1px 1px 3px 2px #8674AC;">
Div content here
</div>

This div box has shadow with color #8674AC.

Preview

Color preview on black background

This text has color #8674AC on black background.


Color preview on white background

This text has color #8674AC on white background.


Black color preview on #8674AC background

This text has black color on #8674AC background.


White color preview on #8674AC background

This text has white color on #8674AC background.


Related colors

Complementary color

Complementary color for #hex is #798B53.


I love getcolorcode.com

Triadic colors

1 #AC8674 and #74AC86 with #8674AC are triadic colors.

2 #AC7486 and #7486AC with #8674AC are triadic colors.