COLOR #815687

HEX: #815687
RGB: (129,86,135)

Color info

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

RGB color model

#815687 color RGB value is (129,86,135).

  • red value is 129;
  • green value is 86;
  • blue value is 135.
RGB:
(129,86,135)
(51%,34%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 86 of 255 = 34%
B 135 of 255 = 53%

129
86
135

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

Portions of RGB colors in percentages

R + G + B =
129 + 86 + 135 = 350 (100%)
R 129 of 350 ~ 36.86%
G 86 of 350 ~ 24.57%
B 135 of 350 ~ 38.57%

%36.86
%24.57
%38.57

CMYK color model

#815687 color CMYK value is (4,36,0,47).

  • cyan value is 4.44%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,36,0,47)
C4M36Y0K47 
(4%,36%,0%,47%)
(0.04/0.36/0.00/0.47)	

CMYK percentages

%4.44
%36.3
%0
%47.06

Codes

Color #815687 in popluar color models

815687
RGB12986135
HSL293°22.17%43.33%
HSB/HSV293°36.30%52.94%
CMYK4.44%36.30%0.00%
47.06%

Color #815687 in popluar number systems.

HEX815687
Decimal12986135
Binary10000001101011010000111
Octal201126207

Shades and tints

Shades of #815687

#815687
(129,86,135)
#764F7B
(118,79,123)
#6B486F
(107,72,111)
#604163
(96,65,99)
#553A57
(85,58,87)
#4A334B
(74,51,75)
#3F2C3F
(63,44,63)
#342533
(52,37,51)
#291E27
(41,30,39)
#1E171B
(30,23,27)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #815687

#815687
(129,86,135)
#8C6591
(140,101,145)
#97749B
(151,116,155)
#A283A5
(162,131,165)
#AD92AF
(173,146,175)
#B8A1B9
(184,161,185)
#C3B0C3
(195,176,195)
#CEBFCD
(206,191,205)
#D9CED7
(217,206,215)
#E4DDE1
(228,221,225)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815687 color. Also use rgb(129,86,135) instead hex code.

Text Font Color

.myTextColor { color: #815687; }

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

This text font color is #815687.


Background Color

.myBgColor { background-color: #815687; }

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

This div background color is #815687.


Border color

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

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

This div border color is #815687.


Opacity

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

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

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

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

This text has shadow with #815687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815687 on black background.


Color preview on white background

This text has color #815687 on white background.



Black color preview on #815687 background

This text has black color on #815687 background.


White color preview on #815687 background

This text has white color on #815687 background.