COLOR #8676B3

HEX: #8676B3
RGB: (134,118,179)

Color info

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

RGB color model

#8676B3 color RGB value is (134,118,179).

  • red value is 134;
  • green value is 118;
  • blue value is 179.
RGB:
(134,118,179)
(53%,46%,70%)

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 179 of 255 = 70%

134
118
179

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

Portions of RGB colors in percentages

R + G + B =
134 + 118 + 179 = 431 (100%)
R 134 of 431 ~ 31.09%
G 118 of 431 ~ 27.38%
B 179 of 431 ~ 41.53%

%31.09
%27.38
%41.53

CMYK color model

#8676B3 color CMYK value is (25,34,0,30).

  • cyan value is 25.14%
  • magenta value is 34.08%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(25,34,0,30)
C25M34Y0K30 
(25%,34%,0%,30%)
(0.25/0.34/0.00/0.30)	

CMYK percentages

%25.14
%34.08
%0
%29.8

Codes

Color #8676B3 in popluar color models

8676B3
RGB134118179
HSL256°28.64%58.24%
HSB/HSV256°34.08%70.20%
CMYK25.14%34.08%0.00%
29.80%

Color #8676B3 in popluar number systems.

HEX8676B3
Decimal134118179
Binary10000110111011010110011
Octal206166263

Shades and tints

Shades of #8676B3

#8676B3
(134,118,179)
#7A6CA3
(122,108,163)
#6E6293
(110,98,147)
#625883
(98,88,131)
#564E73
(86,78,115)
#4A4463
(74,68,99)
#3E3A53
(62,58,83)
#323043
(50,48,67)
#262633
(38,38,51)
#1A1C23
(26,28,35)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #8676B3

#8676B3
(134,118,179)
#9182B9
(145,130,185)
#9C8EBF
(156,142,191)
#A79AC5
(167,154,197)
#B2A6CB
(178,166,203)
#BDB2D1
(189,178,209)
#C8BED7
(200,190,215)
#D3CADD
(211,202,221)
#DED6E3
(222,214,227)
#E9E2E9
(233,226,233)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8676B3; }

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

This text font color is #8676B3.


Background Color

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

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

This div background color is #8676B3.


Border color

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

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

This div border color is #8676B3.


Opacity

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

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

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

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

This text has shadow with #8676B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8676B3 on black background.


Color preview on white background

This text has color #8676B3 on white background.



Black color preview on #8676B3 background

This text has black color on #8676B3 background.


White color preview on #8676B3 background

This text has white color on #8676B3 background.