COLOR #816480

HEX: #816480
RGB: (129,100,128)

Color info

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

RGB color model

#816480 color RGB value is (129,100,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 100 of 255 = 39%
B 128 of 255 = 50%

129
100
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 100 + 128 = 357 (100%)
R 129 of 357 ~ 36.13%
G 100 of 357 ~ 28.01%
B 128 of 357 ~ 35.85%

%36.13
%28.01
%35.85

CMYK color model

#816480 color CMYK value is (0,22,1,49).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,22,1,49)
C0M22Y1K49 
(0%,22%,1%,49%)
(0.00/0.22/0.01/0.49)	

CMYK percentages

%0
%22.48
%0.78
%49.41

Codes

Color #816480 in popluar color models

816480
RGB129100128
HSL302°12.66%44.90%
HSB/HSV302°22.48%50.59%
CMYK0.00%22.48%0.78%
49.41%

Color #816480 in popluar number systems.

HEX816480
Decimal129100128
Binary10000001110010010000000
Octal201144200

Shades and tints

Shades of #816480

#816480
(129,100,128)
#765B75
(118,91,117)
#6B526A
(107,82,106)
#60495F
(96,73,95)
#554054
(85,64,84)
#4A3749
(74,55,73)
#3F2E3E
(63,46,62)
#342533
(52,37,51)
#291C28
(41,28,40)
#1E131D
(30,19,29)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #816480

#816480
(129,100,128)
#8C728B
(140,114,139)
#978096
(151,128,150)
#A28EA1
(162,142,161)
#AD9CAC
(173,156,172)
#B8AAB7
(184,170,183)
#C3B8C2
(195,184,194)
#CEC6CD
(206,198,205)
#D9D4D8
(217,212,216)
#E4E2E3
(228,226,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816480; }

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

This text font color is #816480.


Background Color

.myBgColor { background-color: #816480; }

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

This div background color is #816480.


Border color

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

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

This div border color is #816480.


Opacity

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

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

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

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

This text has shadow with #816480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816480 on black background.


Color preview on white background

This text has color #816480 on white background.



Black color preview on #816480 background

This text has black color on #816480 background.


White color preview on #816480 background

This text has white color on #816480 background.