COLOR #8680A4

HEX: #8680A4
RGB: (134,128,164)

Color info

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

RGB color model

#8680A4 color RGB value is (134,128,164).

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

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 164 of 255 = 64%

134
128
164

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 164 = 426 (100%)
R 134 of 426 ~ 31.46%
G 128 of 426 ~ 30.05%
B 164 of 426 ~ 38.5%

%31.46
%30.05
%38.5

CMYK color model

#8680A4 color CMYK value is (18,22,0,36).

  • cyan value is 18.29%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(18,22,0,36)
C18M22Y0K36 
(18%,22%,0%,36%)
(0.18/0.22/0.00/0.36)	

CMYK percentages

%18.29
%21.95
%0
%35.69

Codes

Color #8680A4 in popluar color models

8680A4
RGB134128164
HSL250°16.51%57.25%
HSB/HSV250°21.95%64.31%
CMYK18.29%21.95%0.00%
35.69%

Color #8680A4 in popluar number systems.

HEX8680A4
Decimal134128164
Binary100001101000000010100100
Octal206200244

Shades and tints

Shades of #8680A4

#8680A4
(134,128,164)
#7A7596
(122,117,150)
#6E6A88
(110,106,136)
#625F7A
(98,95,122)
#56546C
(86,84,108)
#4A495E
(74,73,94)
#3E3E50
(62,62,80)
#323342
(50,51,66)
#262834
(38,40,52)
#1A1D26
(26,29,38)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #8680A4

#8680A4
(134,128,164)
#918BAC
(145,139,172)
#9C96B4
(156,150,180)
#A7A1BC
(167,161,188)
#B2ACC4
(178,172,196)
#BDB7CC
(189,183,204)
#C8C2D4
(200,194,212)
#D3CDDC
(211,205,220)
#DED8E4
(222,216,228)
#E9E3EC
(233,227,236)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8680A4; }

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

This text font color is #8680A4.


Background Color

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

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

This div background color is #8680A4.


Border color

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

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

This div border color is #8680A4.


Opacity

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

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

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

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

This text has shadow with #8680A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8680A4 on black background.


Color preview on white background

This text has color #8680A4 on white background.



Black color preview on #8680A4 background

This text has black color on #8680A4 background.


White color preview on #8680A4 background

This text has white color on #8680A4 background.