COLOR #824E86

HEX: #824E86
RGB: (130,78,134)

Color info

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

RGB color model

#824E86 color RGB value is (130,78,134).

  • red value is 130;
  • green value is 78;
  • blue value is 134.
RGB:
(130,78,134)
(51%,31%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 78 of 255 = 31%
B 134 of 255 = 53%

130
78
134

R + G + B ~ 45%. #824E86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 78 + 134 = 342 (100%)
R 130 of 342 ~ 38.01%
G 78 of 342 ~ 22.81%
B 134 of 342 ~ 39.18%

%38.01
%22.81
%39.18

CMYK color model

#824E86 color CMYK value is (3,42,0,47).

  • cyan value is 2.99%
  • magenta value is 41.79%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(3,42,0,47)
C3M42Y0K47 
(3%,42%,0%,47%)
(0.03/0.42/0.00/0.47)	

CMYK percentages

%2.99
%41.79
%0
%47.45

Codes

Color #824E86 in popluar color models

824E86
RGB13078134
HSL296°26.42%41.57%
HSB/HSV296°41.79%52.55%
CMYK2.99%41.79%0.00%
47.45%

Color #824E86 in popluar number systems.

HEX824E86
Decimal13078134
Binary10000010100111010000110
Octal202116206

Shades and tints

Shades of #824E86

#824E86
(130,78,134)
#77477A
(119,71,122)
#6C406E
(108,64,110)
#613962
(97,57,98)
#563256
(86,50,86)
#4B2B4A
(75,43,74)
#40243E
(64,36,62)
#351D32
(53,29,50)
#2A1626
(42,22,38)
#1F0F1A
(31,15,26)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #824E86

#824E86
(130,78,134)
#8D5E91
(141,94,145)
#986E9C
(152,110,156)
#A37EA7
(163,126,167)
#AE8EB2
(174,142,178)
#B99EBD
(185,158,189)
#C4AEC8
(196,174,200)
#CFBED3
(207,190,211)
#DACEDE
(218,206,222)
#E5DEE9
(229,222,233)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824E86 color. Also use rgb(130,78,134) instead hex code.

Text Font Color

.myTextColor { color: #824E86; }

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

This text font color is #824E86.


Background Color

.myBgColor { background-color: #824E86; }

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

This div background color is #824E86.


Border color

.myBorderColor { border: 1px solid #824E86; }

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

This div border color is #824E86.


Opacity

.myOpacity80 { color: #824E86; opacity: 0.8; }

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

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

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

This text has shadow with #824E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824E86 on black background.


Color preview on white background

This text has color #824E86 on white background.



Black color preview on #824E86 background

This text has black color on #824E86 background.


White color preview on #824E86 background

This text has white color on #824E86 background.