COLOR #8680B6

HEX: #8680B6
RGB: (134,128,182)

Color info

#8680B6 contains red, green and blue colors in about the same proportion. Web safe color of #8680B6 is #9966CC (or #96C).

RGB color model

#8680B6 color RGB value is (134,128,182).

  • red value is 134;
  • green value is 128;
  • blue value is 182.
RGB:
(134,128,182)
(53%,50%,71%)

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 182 of 255 = 71%

134
128
182

R + G + B ~ 58%. #8680B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 182 = 444 (100%)
R 134 of 444 ~ 30.18%
G 128 of 444 ~ 28.83%
B 182 of 444 ~ 40.99%

%30.18
%28.83
%40.99

CMYK color model

#8680B6 color CMYK value is (26,30,0,29).

  • cyan value is 26.37%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(26,30,0,29)
C26M30Y0K29 
(26%,30%,0%,29%)
(0.26/0.30/0.00/0.29)	

CMYK percentages

%26.37
%29.67
%0
%28.63

Codes

Color #8680B6 in popluar color models

8680B6
RGB134128182
HSL247°27.00%60.78%
HSB/HSV247°29.67%71.37%
CMYK26.37%29.67%0.00%
28.63%

Color #8680B6 in popluar number systems.

HEX8680B6
Decimal134128182
Binary100001101000000010110110
Octal206200266

Shades and tints

Shades of #8680B6

#8680B6
(134,128,182)
#7A75A6
(122,117,166)
#6E6A96
(110,106,150)
#625F86
(98,95,134)
#565476
(86,84,118)
#4A4966
(74,73,102)
#3E3E56
(62,62,86)
#323346
(50,51,70)
#262836
(38,40,54)
#1A1D26
(26,29,38)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #8680B6

#8680B6
(134,128,182)
#918BBC
(145,139,188)
#9C96C2
(156,150,194)
#A7A1C8
(167,161,200)
#B2ACCE
(178,172,206)
#BDB7D4
(189,183,212)
#C8C2DA
(200,194,218)
#D3CDE0
(211,205,224)
#DED8E6
(222,216,230)
#E9E3EC
(233,227,236)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8680B6 color. Also use rgb(134,128,182) instead hex code.

Text Font Color

.myTextColor { color: #8680B6; }

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

This text font color is #8680B6.


Background Color

.myBgColor { background-color: #8680B6; }

<div style="background-color:#8680B6">Inner text</div>

This div background color is #8680B6.


Border color

.myBorderColor { border: 1px solid #8680B6; }

<div style="border:3px solid #8680B6">Div</div>

This div border color is #8680B6.


Opacity

.myOpacity80 { color: #8680B6; opacity: 0.8; }

<p style="color:#8680B6;opacity:0.8;">80%</p>

Text with #8680B6 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 #8680B6;}

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

This text has shadow with #8680B6 color.

.textShadow {text-shadow: 3px 3px 1px #8680B6, 3px 3px 1px red;}

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

This text has shadow with #8680B6 primary color and red secondary color.


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

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

This text has shadow with #8680B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8680B6 on black background.


Color preview on white background

This text has color #8680B6 on white background.



Black color preview on #8680B6 background

This text has black color on #8680B6 background.


White color preview on #8680B6 background

This text has white color on #8680B6 background.