COLOR #8676AF

HEX: #8676AF RGB: (134,118,175)

Color info

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

RGB color model

#8676AF color RGB value is (134,118,175).

RGB: (134,118,175) (53%, 46%, 69%)

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 175 of 255 = 69%

134
118
175

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

Portions of RGB colors in percentages

R + G + B = 134 + 118 + 175 = 427 (100%)
R 134 of 427 ~ 31.38%
G 118 of 427 ~ 27.63%
B 175 of 427 ~ 40.98'%

%31.38
%27.63
%40.98

CMYK color model

#8676AF color CMYK value is (23,33,0,31).

  • cyan value is 23.43%
  • magenta value is 32.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (23,33,0,31)
C23M33Y0K31 (23%, 33%, 0%, 31%)
(0.23 / 0.33 / 0.00 / 0.31)

CMYK percentages

%23.43
%32.57
%0
%31.37

Codes

Color #8676AF in popluar color models

86 76 AF
RGB 134 118 175
HSL 257° 26.27% 57.45%
HSB/HSV 257° 32.57% 68.63%
CMYK 23.43% 32.57% 0.00%
31.37%

Color #8676AF in popluar number systems.

HEX 86 76 AF
Decimal 134 118 175
Binary 10000110 1110110 10101111
Octal 206 166 257

Shades and tints

Shades of #8676AF

#8676AF
(134,118,175)
#7A6CA0
(122,108,160)
#6E6291
(110,98,145)
#625882
(98,88,130)
#564E73
(86,78,115)
#4A4464
(74,68,100)
#3E3A55
(62,58,85)
#323046
(50,48,70)
#262637
(38,38,55)
#1A1C28
(26,28,40)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #8676AF

#8676AF
(134,118,175)
#9182B6
(145,130,182)
#9C8EBD
(156,142,189)
#A79AC4
(167,154,196)
#B2A6CB
(178,166,203)
#BDB2D2
(189,178,210)
#C8BED9
(200,190,217)
#D3CAE0
(211,202,224)
#DED6E7
(222,214,231)
#E9E2EE
(233,226,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8676AF; }

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

This text font color is #8676AF.

Background Color

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

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

This div background color is #8676AF.

Border color

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

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

This div border color is #8676AF.

Opacity

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

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

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

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

This text has shadow with #8676AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8676AF.

Preview

Color preview on black background

This text has color #8676AF on black background.


Color preview on white background

This text has color #8676AF on white background.


Black color preview on #8676AF background

This text has black color on #8676AF background.


White color preview on #8676AF background

This text has white color on #8676AF background.


Related colors

Complementary color

Complementary color for #hex is #798950.


I love getcolorcode.com

Triadic colors

1 #AF8676 and #76AF86 with #8676AF are triadic colors.

2 #AF7686 and #7686AF with #8676AF are triadic colors.