COLOR #8674AF

HEX: #8674AF
RGB: (134,116,175)

Color info

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

RGB color model

#8674AF color RGB value is (134,116,175).

  • red value is 134;
  • green value is 116;
  • blue value is 175.
RGB:
(134,116,175)
(53%,45%,69%)

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 175 of 255 = 69%

134
116
175

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

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 175 = 425 (100%)
R 134 of 425 ~ 31.53%
G 116 of 425 ~ 27.29%
B 175 of 425 ~ 41.18%

%31.53
%27.29
%41.18

CMYK color model

#8674AF color CMYK value is (23,34,0,31).

  • cyan value is 23.43%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,34,0,31)
C23M34Y0K31 
(23%,34%,0%,31%)
(0.23/0.34/0.00/0.31)	

CMYK percentages

%23.43
%33.71
%0
%31.37

Codes

Color #8674AF in popluar color models

8674AF
RGB134116175
HSL258°26.94%57.06%
HSB/HSV258°33.71%68.63%
CMYK23.43%33.71%0.00%
31.37%

Color #8674AF in popluar number systems.

HEX8674AF
Decimal134116175
Binary10000110111010010101111
Octal206164257

Shades and tints

Shades of #8674AF

#8674AF
(134,116,175)
#7A6AA0
(122,106,160)
#6E6091
(110,96,145)
#625682
(98,86,130)
#564C73
(86,76,115)
#4A4264
(74,66,100)
#3E3855
(62,56,85)
#322E46
(50,46,70)
#262437
(38,36,55)
#1A1A28
(26,26,40)
#0E1019
(14,16,25)
#000000
(0,0,0)

Tints of #8674AF

#8674AF
(134,116,175)
#9180B6
(145,128,182)
#9C8CBD
(156,140,189)
#A798C4
(167,152,196)
#B2A4CB
(178,164,203)
#BDB0D2
(189,176,210)
#C8BCD9
(200,188,217)
#D3C8E0
(211,200,224)
#DED4E7
(222,212,231)
#E9E0EE
(233,224,238)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8674AF; }

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

This text font color is #8674AF.


Background Color

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

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

This div background color is #8674AF.


Border color

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

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

This div border color is #8674AF.


Opacity

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

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

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

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

This text has shadow with #8674AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8674AF on black background.


Color preview on white background

This text has color #8674AF on white background.



Black color preview on #8674AF background

This text has black color on #8674AF background.


White color preview on #8674AF background

This text has white color on #8674AF background.