COLOR #8672B0

HEX: #8672B0
RGB: (134,114,176)

Color info

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

RGB color model

#8672B0 color RGB value is (134,114,176).

  • red value is 134;
  • green value is 114;
  • blue value is 176.
RGB:
(134,114,176)
(53%,45%,69%)

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 176 of 255 = 69%

134
114
176

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

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 176 = 424 (100%)
R 134 of 424 ~ 31.6%
G 114 of 424 ~ 26.89%
B 176 of 424 ~ 41.51%

%31.6
%26.89
%41.51

CMYK color model

#8672B0 color CMYK value is (24,35,0,31).

  • cyan value is 23.86%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(24,35,0,31)
C24M35Y0K31 
(24%,35%,0%,31%)
(0.24/0.35/0.00/0.31)	

CMYK percentages

%23.86
%35.23
%0
%30.98

Codes

Color #8672B0 in popluar color models

8672B0
RGB134114176
HSL259°28.18%56.86%
HSB/HSV259°35.23%69.02%
CMYK23.86%35.23%0.00%
30.98%

Color #8672B0 in popluar number systems.

HEX8672B0
Decimal134114176
Binary10000110111001010110000
Octal206162260

Shades and tints

Shades of #8672B0

#8672B0
(134,114,176)
#7A68A0
(122,104,160)
#6E5E90
(110,94,144)
#625480
(98,84,128)
#564A70
(86,74,112)
#4A4060
(74,64,96)
#3E3650
(62,54,80)
#322C40
(50,44,64)
#262230
(38,34,48)
#1A1820
(26,24,32)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #8672B0

#8672B0
(134,114,176)
#917EB7
(145,126,183)
#9C8ABE
(156,138,190)
#A796C5
(167,150,197)
#B2A2CC
(178,162,204)
#BDAED3
(189,174,211)
#C8BADA
(200,186,218)
#D3C6E1
(211,198,225)
#DED2E8
(222,210,232)
#E9DEEF
(233,222,239)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8672B0; }

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

This text font color is #8672B0.


Background Color

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

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

This div background color is #8672B0.


Border color

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

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

This div border color is #8672B0.


Opacity

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

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

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

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

This text has shadow with #8672B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8672B0 on black background.


Color preview on white background

This text has color #8672B0 on white background.



Black color preview on #8672B0 background

This text has black color on #8672B0 background.


White color preview on #8672B0 background

This text has white color on #8672B0 background.