COLOR #8677B8

HEX: #8677B8
RGB: (134,119,184)

Color info

#8677B8 contains mainly red and blue colors. Web safe color of #8677B8 is #9966CC (or #96C).

RGB color model

#8677B8 color RGB value is (134,119,184).

  • red value is 134;
  • green value is 119;
  • blue value is 184.
RGB:
(134,119,184)
(53%,47%,72%)

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 184 of 255 = 72%

134
119
184

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

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 184 = 437 (100%)
R 134 of 437 ~ 30.66%
G 119 of 437 ~ 27.23%
B 184 of 437 ~ 42.11%

%30.66
%27.23
%42.11

CMYK color model

#8677B8 color CMYK value is (27,35,0,28).

  • cyan value is 27.17%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(27,35,0,28)
C27M35Y0K28 
(27%,35%,0%,28%)
(0.27/0.35/0.00/0.28)	

CMYK percentages

%27.17
%35.33
%0
%27.84

Codes

Color #8677B8 in popluar color models

8677B8
RGB134119184
HSL254°31.40%59.41%
HSB/HSV254°35.33%72.16%
CMYK27.17%35.33%0.00%
27.84%

Color #8677B8 in popluar number systems.

HEX8677B8
Decimal134119184
Binary10000110111011110111000
Octal206167270

Shades and tints

Shades of #8677B8

#8677B8
(134,119,184)
#7A6DA8
(122,109,168)
#6E6398
(110,99,152)
#625988
(98,89,136)
#564F78
(86,79,120)
#4A4568
(74,69,104)
#3E3B58
(62,59,88)
#323148
(50,49,72)
#262738
(38,39,56)
#1A1D28
(26,29,40)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #8677B8

#8677B8
(134,119,184)
#9183BE
(145,131,190)
#9C8FC4
(156,143,196)
#A79BCA
(167,155,202)
#B2A7D0
(178,167,208)
#BDB3D6
(189,179,214)
#C8BFDC
(200,191,220)
#D3CBE2
(211,203,226)
#DED7E8
(222,215,232)
#E9E3EE
(233,227,238)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8677B8; }

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

This text font color is #8677B8.


Background Color

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

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

This div background color is #8677B8.


Border color

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

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

This div border color is #8677B8.


Opacity

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

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

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

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

This text has shadow with #8677B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8677B8 on black background.


Color preview on white background

This text has color #8677B8 on white background.



Black color preview on #8677B8 background

This text has black color on #8677B8 background.


White color preview on #8677B8 background

This text has white color on #8677B8 background.