COLOR #8678A3

HEX: #8678A3
RGB: (134,120,163)

Color info

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

RGB color model

#8678A3 color RGB value is (134,120,163).

  • red value is 134;
  • green value is 120;
  • blue value is 163.
RGB:
(134,120,163)
(53%,47%,64%)

RGB channels and saturation

R 134 of 255 = 53%
G 120 of 255 = 47%
B 163 of 255 = 64%

134
120
163

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

Portions of RGB colors in percentages

R + G + B =
134 + 120 + 163 = 417 (100%)
R 134 of 417 ~ 32.13%
G 120 of 417 ~ 28.78%
B 163 of 417 ~ 39.09%

%32.13
%28.78
%39.09

CMYK color model

#8678A3 color CMYK value is (18,26,0,36).

  • cyan value is 17.79%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(18,26,0,36)
C18M26Y0K36 
(18%,26%,0%,36%)
(0.18/0.26/0.00/0.36)	

CMYK percentages

%17.79
%26.38
%0
%36.08

Codes

Color #8678A3 in popluar color models

8678A3
RGB134120163
HSL260°18.94%55.49%
HSB/HSV260°26.38%63.92%
CMYK17.79%26.38%0.00%
36.08%

Color #8678A3 in popluar number systems.

HEX8678A3
Decimal134120163
Binary10000110111100010100011
Octal206170243

Shades and tints

Shades of #8678A3

#8678A3
(134,120,163)
#7A6E95
(122,110,149)
#6E6487
(110,100,135)
#625A79
(98,90,121)
#56506B
(86,80,107)
#4A465D
(74,70,93)
#3E3C4F
(62,60,79)
#323241
(50,50,65)
#262833
(38,40,51)
#1A1E25
(26,30,37)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #8678A3

#8678A3
(134,120,163)
#9184AB
(145,132,171)
#9C90B3
(156,144,179)
#A79CBB
(167,156,187)
#B2A8C3
(178,168,195)
#BDB4CB
(189,180,203)
#C8C0D3
(200,192,211)
#D3CCDB
(211,204,219)
#DED8E3
(222,216,227)
#E9E4EB
(233,228,235)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8678A3 color. Also use rgb(134,120,163) instead hex code.

Text Font Color

.myTextColor { color: #8678A3; }

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

This text font color is #8678A3.


Background Color

.myBgColor { background-color: #8678A3; }

<div style="background-color:#8678A3">Inner text</div>

This div background color is #8678A3.


Border color

.myBorderColor { border: 1px solid #8678A3; }

<div style="border:3px solid #8678A3">Div</div>

This div border color is #8678A3.


Opacity

.myOpacity80 { color: #8678A3; opacity: 0.8; }

<p style="color:#8678A3;opacity:0.8;">80%</p>

Text with #8678A3 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 #8678A3;}

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

This text has shadow with #8678A3 color.

.textShadow {text-shadow: 3px 3px 1px #8678A3, 3px 3px 1px red;}

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

This text has shadow with #8678A3 primary color and red secondary color.


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

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

This text has shadow with #8678A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8678A3 on black background.


Color preview on white background

This text has color #8678A3 on white background.



Black color preview on #8678A3 background

This text has black color on #8678A3 background.


White color preview on #8678A3 background

This text has white color on #8678A3 background.