COLOR #815C86

HEX: #815C86
RGB: (129,92,134)

Color info

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

RGB color model

#815C86 color RGB value is (129,92,134).

  • red value is 129;
  • green value is 92;
  • blue value is 134.
RGB:
(129,92,134)
(51%,36%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 92 of 255 = 36%
B 134 of 255 = 53%

129
92
134

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

Portions of RGB colors in percentages

R + G + B =
129 + 92 + 134 = 355 (100%)
R 129 of 355 ~ 36.34%
G 92 of 355 ~ 25.92%
B 134 of 355 ~ 37.75%

%36.34
%25.92
%37.75

CMYK color model

#815C86 color CMYK value is (4,31,0,47).

  • cyan value is 3.73%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(4,31,0,47)
C4M31Y0K47 
(4%,31%,0%,47%)
(0.04/0.31/0.00/0.47)	

CMYK percentages

%3.73
%31.34
%0
%47.45

Codes

Color #815C86 in popluar color models

815C86
RGB12992134
HSL293°18.58%44.31%
HSB/HSV293°31.34%52.55%
CMYK3.73%31.34%0.00%
47.45%

Color #815C86 in popluar number systems.

HEX815C86
Decimal12992134
Binary10000001101110010000110
Octal201134206

Shades and tints

Shades of #815C86

#815C86
(129,92,134)
#76547A
(118,84,122)
#6B4C6E
(107,76,110)
#604462
(96,68,98)
#553C56
(85,60,86)
#4A344A
(74,52,74)
#3F2C3E
(63,44,62)
#342432
(52,36,50)
#291C26
(41,28,38)
#1E141A
(30,20,26)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #815C86

#815C86
(129,92,134)
#8C6A91
(140,106,145)
#97789C
(151,120,156)
#A286A7
(162,134,167)
#AD94B2
(173,148,178)
#B8A2BD
(184,162,189)
#C3B0C8
(195,176,200)
#CEBED3
(206,190,211)
#D9CCDE
(217,204,222)
#E4DAE9
(228,218,233)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815C86 color. Also use rgb(129,92,134) instead hex code.

Text Font Color

.myTextColor { color: #815C86; }

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

This text font color is #815C86.


Background Color

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

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

This div background color is #815C86.


Border color

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

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

This div border color is #815C86.


Opacity

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

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

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

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

This text has shadow with #815C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815C86 on black background.


Color preview on white background

This text has color #815C86 on white background.



Black color preview on #815C86 background

This text has black color on #815C86 background.


White color preview on #815C86 background

This text has white color on #815C86 background.