COLOR #8680AB

HEX: #8680AB
RGB: (134,128,171)

Color info

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

RGB color model

#8680AB color RGB value is (134,128,171).

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

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 171 of 255 = 67%

134
128
171

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 171 = 433 (100%)
R 134 of 433 ~ 30.95%
G 128 of 433 ~ 29.56%
B 171 of 433 ~ 39.49%

%30.95
%29.56
%39.49

CMYK color model

#8680AB color CMYK value is (22,25,0,33).

  • cyan value is 21.64%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(22,25,0,33)
C22M25Y0K33 
(22%,25%,0%,33%)
(0.22/0.25/0.00/0.33)	

CMYK percentages

%21.64
%25.15
%0
%32.94

Codes

Color #8680AB in popluar color models

8680AB
RGB134128171
HSL248°20.38%58.63%
HSB/HSV248°25.15%67.06%
CMYK21.64%25.15%0.00%
32.94%

Color #8680AB in popluar number systems.

HEX8680AB
Decimal134128171
Binary100001101000000010101011
Octal206200253

Shades and tints

Shades of #8680AB

#8680AB
(134,128,171)
#7A759C
(122,117,156)
#6E6A8D
(110,106,141)
#625F7E
(98,95,126)
#56546F
(86,84,111)
#4A4960
(74,73,96)
#3E3E51
(62,62,81)
#323342
(50,51,66)
#262833
(38,40,51)
#1A1D24
(26,29,36)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #8680AB

#8680AB
(134,128,171)
#918BB2
(145,139,178)
#9C96B9
(156,150,185)
#A7A1C0
(167,161,192)
#B2ACC7
(178,172,199)
#BDB7CE
(189,183,206)
#C8C2D5
(200,194,213)
#D3CDDC
(211,205,220)
#DED8E3
(222,216,227)
#E9E3EA
(233,227,234)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8680AB; }

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

This text font color is #8680AB.


Background Color

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

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

This div background color is #8680AB.


Border color

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

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

This div border color is #8680AB.


Opacity

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

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

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

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

This text has shadow with #8680AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8680AB on black background.


Color preview on white background

This text has color #8680AB on white background.



Black color preview on #8680AB background

This text has black color on #8680AB background.


White color preview on #8680AB background

This text has white color on #8680AB background.