COLOR #815B80

HEX: #815B80
RGB: (129,91,128)

Color info

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

RGB color model

#815B80 color RGB value is (129,91,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 128 of 255 = 50%

129
91
128

R + G + B ~ 46%. #815B80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 128 = 348 (100%)
R 129 of 348 ~ 37.07%
G 91 of 348 ~ 26.15%
B 128 of 348 ~ 36.78%

%37.07
%26.15
%36.78

CMYK color model

#815B80 color CMYK value is (0,29,1,49).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,29,1,49)
C0M29Y1K49 
(0%,29%,1%,49%)
(0.00/0.29/0.01/0.49)	

CMYK percentages

%0
%29.46
%0.78
%49.41

Codes

Color #815B80 in popluar color models

815B80
RGB12991128
HSL302°17.27%43.14%
HSB/HSV302°29.46%50.59%
CMYK0.00%29.46%0.78%
49.41%

Color #815B80 in popluar number systems.

HEX815B80
Decimal12991128
Binary10000001101101110000000
Octal201133200

Shades and tints

Shades of #815B80

#815B80
(129,91,128)
#765375
(118,83,117)
#6B4B6A
(107,75,106)
#60435F
(96,67,95)
#553B54
(85,59,84)
#4A3349
(74,51,73)
#3F2B3E
(63,43,62)
#342333
(52,35,51)
#291B28
(41,27,40)
#1E131D
(30,19,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #815B80

#815B80
(129,91,128)
#8C698B
(140,105,139)
#977796
(151,119,150)
#A285A1
(162,133,161)
#AD93AC
(173,147,172)
#B8A1B7
(184,161,183)
#C3AFC2
(195,175,194)
#CEBDCD
(206,189,205)
#D9CBD8
(217,203,216)
#E4D9E3
(228,217,227)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815B80; }

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

This text font color is #815B80.


Background Color

.myBgColor { background-color: #815B80; }

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

This div background color is #815B80.


Border color

.myBorderColor { border: 1px solid #815B80; }

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

This div border color is #815B80.


Opacity

.myOpacity80 { color: #815B80; opacity: 0.8; }

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

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

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

This text has shadow with #815B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815B80 on black background.


Color preview on white background

This text has color #815B80 on white background.



Black color preview on #815B80 background

This text has black color on #815B80 background.


White color preview on #815B80 background

This text has white color on #815B80 background.