COLOR #816680

HEX: #816680
RGB: (129,102,128)

Color info

#816680 contains red, green and blue colors in about the same proportion. Web safe color of #816680 is #996666 (or #966).

RGB color model

#816680 color RGB value is (129,102,128).

  • red value is 129;
  • green value is 102;
  • blue value is 128.
RGB:
(129,102,128)
(51%,40%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 102 of 255 = 40%
B 128 of 255 = 50%

129
102
128

R + G + B ~ 47%. #816680 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 102 + 128 = 359 (100%)
R 129 of 359 ~ 35.93%
G 102 of 359 ~ 28.41%
B 128 of 359 ~ 35.65%

%35.93
%28.41
%35.65

CMYK color model

#816680 color CMYK value is (0,21,1,49).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,21,1,49)
C0M21Y1K49 
(0%,21%,1%,49%)
(0.00/0.21/0.01/0.49)	

CMYK percentages

%0
%20.93
%0.78
%49.41

Codes

Color #816680 in popluar color models

816680
RGB129102128
HSL302°11.69%45.29%
HSB/HSV302°20.93%50.59%
CMYK0.00%20.93%0.78%
49.41%

Color #816680 in popluar number systems.

HEX816680
Decimal129102128
Binary10000001110011010000000
Octal201146200

Shades and tints

Shades of #816680

#816680
(129,102,128)
#765D75
(118,93,117)
#6B546A
(107,84,106)
#604B5F
(96,75,95)
#554254
(85,66,84)
#4A3949
(74,57,73)
#3F303E
(63,48,62)
#342733
(52,39,51)
#291E28
(41,30,40)
#1E151D
(30,21,29)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #816680

#816680
(129,102,128)
#8C738B
(140,115,139)
#978096
(151,128,150)
#A28DA1
(162,141,161)
#AD9AAC
(173,154,172)
#B8A7B7
(184,167,183)
#C3B4C2
(195,180,194)
#CEC1CD
(206,193,205)
#D9CED8
(217,206,216)
#E4DBE3
(228,219,227)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816680 color. Also use rgb(129,102,128) instead hex code.

Text Font Color

.myTextColor { color: #816680; }

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

This text font color is #816680.


Background Color

.myBgColor { background-color: #816680; }

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

This div background color is #816680.


Border color

.myBorderColor { border: 1px solid #816680; }

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

This div border color is #816680.


Opacity

.myOpacity80 { color: #816680; opacity: 0.8; }

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

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

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

This text has shadow with #816680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816680 on black background.


Color preview on white background

This text has color #816680 on white background.



Black color preview on #816680 background

This text has black color on #816680 background.


White color preview on #816680 background

This text has white color on #816680 background.