COLOR #827587

HEX: #827587
RGB: (130,117,135)

Color info

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

RGB color model

#827587 color RGB value is (130,117,135).

  • red value is 130;
  • green value is 117;
  • blue value is 135.
RGB:
(130,117,135)
(51%,46%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 117 of 255 = 46%
B 135 of 255 = 53%

130
117
135

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

Portions of RGB colors in percentages

R + G + B =
130 + 117 + 135 = 382 (100%)
R 130 of 382 ~ 34.03%
G 117 of 382 ~ 30.63%
B 135 of 382 ~ 35.34%

%34.03
%30.63
%35.34

CMYK color model

#827587 color CMYK value is (4,13,0,47).

  • cyan value is 3.70%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,13,0,47)
C4M13Y0K47 
(4%,13%,0%,47%)
(0.04/0.13/0.00/0.47)	

CMYK percentages

%3.7
%13.33
%0
%47.06

Codes

Color #827587 in popluar color models

827587
RGB130117135
HSL283°7.14%49.41%
HSB/HSV283°13.33%52.94%
CMYK3.70%13.33%0.00%
47.06%

Color #827587 in popluar number systems.

HEX827587
Decimal130117135
Binary10000010111010110000111
Octal202165207

Shades and tints

Shades of #827587

#827587
(130,117,135)
#776B7B
(119,107,123)
#6C616F
(108,97,111)
#615763
(97,87,99)
#564D57
(86,77,87)
#4B434B
(75,67,75)
#40393F
(64,57,63)
#352F33
(53,47,51)
#2A2527
(42,37,39)
#1F1B1B
(31,27,27)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #827587

#827587
(130,117,135)
#8D8191
(141,129,145)
#988D9B
(152,141,155)
#A399A5
(163,153,165)
#AEA5AF
(174,165,175)
#B9B1B9
(185,177,185)
#C4BDC3
(196,189,195)
#CFC9CD
(207,201,205)
#DAD5D7
(218,213,215)
#E5E1E1
(229,225,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827587; }

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

This text font color is #827587.


Background Color

.myBgColor { background-color: #827587; }

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

This div background color is #827587.


Border color

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

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

This div border color is #827587.


Opacity

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

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

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

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

This text has shadow with #827587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827587 on black background.


Color preview on white background

This text has color #827587 on white background.



Black color preview on #827587 background

This text has black color on #827587 background.


White color preview on #827587 background

This text has white color on #827587 background.