COLOR #825F87

HEX: #825F87 RGB: (130,95,135)

Color info

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

RGB color model

#825F87 color RGB value is (130,95,135).

RGB: (130,95,135) (51%, 37%, 53%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 135 of 255 = 53%

130
95
135

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

Portions of RGB colors in percentages

R + G + B = 130 + 95 + 135 = 360 (100%)
R 130 of 360 ~ 36.11%
G 95 of 360 ~ 26.39%
B 135 of 360 ~ 37.5'%

%36.11
%26.39
%37.5

CMYK color model

#825F87 color CMYK value is (4,30,0,47).

  • cyan value is 3.70%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (4,30,0,47)
C4M30Y0K47 (4%, 30%, 0%, 47%)
(0.04 / 0.30 / 0.00 / 0.47)

CMYK percentages

%3.7
%29.63
%0
%47.06

Codes

Color #825F87 in popluar color models

82 5F 87
RGB 130 95 135
HSL 293° 17.39% 45.10%
HSB/HSV 293° 29.63% 52.94%
CMYK 3.70% 29.63% 0.00%
47.06%

Color #825F87 in popluar number systems.

HEX 82 5F 87
Decimal 130 95 135
Binary 10000010 1011111 10000111
Octal 202 137 207

Shades and tints

Shades of #825F87

#825F87
(130,95,135)
#77577B
(119,87,123)
#6C4F6F
(108,79,111)
#614763
(97,71,99)
#563F57
(86,63,87)
#4B374B
(75,55,75)
#402F3F
(64,47,63)
#352733
(53,39,51)
#2A1F27
(42,31,39)
#1F171B
(31,23,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #825F87

#825F87
(130,95,135)
#8D6D91
(141,109,145)
#987B9B
(152,123,155)
#A389A5
(163,137,165)
#AE97AF
(174,151,175)
#B9A5B9
(185,165,185)
#C4B3C3
(196,179,195)
#CFC1CD
(207,193,205)
#DACFD7
(218,207,215)
#E5DDE1
(229,221,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825F87 color. Also use rgb(130,95,135) instead hex code.

Text Font Color

.myTextColor { color: #825F87; }

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

This text font color is #825F87.

Background Color

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

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

This div background color is #825F87.

Border color

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

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

This div border color is #825F87.

Opacity

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

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

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

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

This text has shadow with #825F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825F87.

Preview

Color preview on black background

This text has color #825F87 on black background.


Color preview on white background

This text has color #825F87 on white background.


Black color preview on #825F87 background

This text has black color on #825F87 background.


White color preview on #825F87 background

This text has white color on #825F87 background.


Related colors

Complementary color

Complementary color for #hex is #7DA078.


I love getcolorcode.com

Triadic colors

1 #87825F and #5F8782 with #825F87 are triadic colors.

2 #875F82 and #5F8287 with #825F87 are triadic colors.