COLOR #8677B0

HEX: #8677B0 RGB: (134,119,176)

Color info

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

RGB color model

#8677B0 color RGB value is (134,119,176).

RGB: (134,119,176) (53%, 47%, 69%)

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 176 of 255 = 69%

134
119
176

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

Portions of RGB colors in percentages

R + G + B = 134 + 119 + 176 = 429 (100%)
R 134 of 429 ~ 31.24%
G 119 of 429 ~ 27.74%
B 176 of 429 ~ 41.03'%

%31.24
%27.74
%41.03

CMYK color model

#8677B0 color CMYK value is (24,32,0,31).

  • cyan value is 23.86%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (24,32,0,31)
C24M32Y0K31 (24%, 32%, 0%, 31%)
(0.24 / 0.32 / 0.00 / 0.31)

CMYK percentages

%23.86
%32.39
%0
%30.98

Codes

Color #8677B0 in popluar color models

86 77 B0
RGB 134 119 176
HSL 256° 26.51% 57.84%
HSB/HSV 256° 32.39% 69.02%
CMYK 23.86% 32.39% 0.00%
30.98%

Color #8677B0 in popluar number systems.

HEX 86 77 B0
Decimal 134 119 176
Binary 10000110 1110111 10110000
Octal 206 167 260

Shades and tints

Shades of #8677B0

#8677B0
(134,119,176)
#7A6DA0
(122,109,160)
#6E6390
(110,99,144)
#625980
(98,89,128)
#564F70
(86,79,112)
#4A4560
(74,69,96)
#3E3B50
(62,59,80)
#323140
(50,49,64)
#262730
(38,39,48)
#1A1D20
(26,29,32)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #8677B0

#8677B0
(134,119,176)
#9183B7
(145,131,183)
#9C8FBE
(156,143,190)
#A79BC5
(167,155,197)
#B2A7CC
(178,167,204)
#BDB3D3
(189,179,211)
#C8BFDA
(200,191,218)
#D3CBE1
(211,203,225)
#DED7E8
(222,215,232)
#E9E3EF
(233,227,239)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8677B0; }

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

This text font color is #8677B0.

Background Color

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

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

This div background color is #8677B0.

Border color

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

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

This div border color is #8677B0.

Opacity

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

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

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

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

This text has shadow with #8677B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8677B0.

Preview

Color preview on black background

This text has color #8677B0 on black background.


Color preview on white background

This text has color #8677B0 on white background.


Black color preview on #8677B0 background

This text has black color on #8677B0 background.


White color preview on #8677B0 background

This text has white color on #8677B0 background.


Related colors

Complementary color

Complementary color for #hex is #79884F.


I love getcolorcode.com

Triadic colors

1 #B08677 and #77B086 with #8677B0 are triadic colors.

2 #B07786 and #7786B0 with #8677B0 are triadic colors.