COLOR #825E86

HEX: #825E86 RGB: (130,94,134)

Color info

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

RGB color model

#825E86 color RGB value is (130,94,134).

RGB: (130,94,134) (51%, 37%, 53%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 134 of 255 = 53%

130
94
134

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

Portions of RGB colors in percentages

R + G + B = 130 + 94 + 134 = 358 (100%)
R 130 of 358 ~ 36.31%
G 94 of 358 ~ 26.26%
B 134 of 358 ~ 37.43'%

%36.31
%26.26
%37.43

CMYK color model

#825E86 color CMYK value is (3,30,0,47).

  • cyan value is 2.99%
  • magenta value is 29.85%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (3,30,0,47)
C3M30Y0K47 (3%, 30%, 0%, 47%)
(0.03 / 0.30 / 0.00 / 0.47)

CMYK percentages

%2.99
%29.85
%0
%47.45

Codes

Color #825E86 in popluar color models

82 5E 86
RGB 130 94 134
HSL 294° 17.54% 44.71%
HSB/HSV 294° 29.85% 52.55%
CMYK 2.99% 29.85% 0.00%
47.45%

Color #825E86 in popluar number systems.

HEX 82 5E 86
Decimal 130 94 134
Binary 10000010 1011110 10000110
Octal 202 136 206

Shades and tints

Shades of #825E86

#825E86
(130,94,134)
#77567A
(119,86,122)
#6C4E6E
(108,78,110)
#614662
(97,70,98)
#563E56
(86,62,86)
#4B364A
(75,54,74)
#402E3E
(64,46,62)
#352632
(53,38,50)
#2A1E26
(42,30,38)
#1F161A
(31,22,26)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #825E86

#825E86
(130,94,134)
#8D6C91
(141,108,145)
#987A9C
(152,122,156)
#A388A7
(163,136,167)
#AE96B2
(174,150,178)
#B9A4BD
(185,164,189)
#C4B2C8
(196,178,200)
#CFC0D3
(207,192,211)
#DACEDE
(218,206,222)
#E5DCE9
(229,220,233)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E86; }

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

This text font color is #825E86.

Background Color

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

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

This div background color is #825E86.

Border color

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

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

This div border color is #825E86.

Opacity

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

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

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

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

This text has shadow with #825E86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825E86.

Preview

Color preview on black background

This text has color #825E86 on black background.


Color preview on white background

This text has color #825E86 on white background.


Black color preview on #825E86 background

This text has black color on #825E86 background.


White color preview on #825E86 background

This text has white color on #825E86 background.


Related colors

Complementary color

Complementary color for #hex is #7DA179.


I love getcolorcode.com

Triadic colors

1 #86825E and #5E8682 with #825E86 are triadic colors.

2 #865E82 and #5E8286 with #825E86 are triadic colors.