COLOR #827087

HEX: #827087
RGB: (130,112,135)

Color info

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

RGB color model

#827087 color RGB value is (130,112,135).

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

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 135 of 255 = 53%

130
112
135

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 135 = 377 (100%)
R 130 of 377 ~ 34.48%
G 112 of 377 ~ 29.71%
B 135 of 377 ~ 35.81%

%34.48
%29.71
%35.81

CMYK color model

#827087 color CMYK value is (4,17,0,47).

  • cyan value is 3.70%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,17,0,47)
C4M17Y0K47 
(4%,17%,0%,47%)
(0.04/0.17/0.00/0.47)	

CMYK percentages

%3.7
%17.04
%0
%47.06

Codes

Color #827087 in popluar color models

827087
RGB130112135
HSL287°9.31%48.43%
HSB/HSV287°17.04%52.94%
CMYK3.70%17.04%0.00%
47.06%

Color #827087 in popluar number systems.

HEX827087
Decimal130112135
Binary10000010111000010000111
Octal202160207

Shades and tints

Shades of #827087

#827087
(130,112,135)
#77667B
(119,102,123)
#6C5C6F
(108,92,111)
#615263
(97,82,99)
#564857
(86,72,87)
#4B3E4B
(75,62,75)
#40343F
(64,52,63)
#352A33
(53,42,51)
#2A2027
(42,32,39)
#1F161B
(31,22,27)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #827087

#827087
(130,112,135)
#8D7D91
(141,125,145)
#988A9B
(152,138,155)
#A397A5
(163,151,165)
#AEA4AF
(174,164,175)
#B9B1B9
(185,177,185)
#C4BEC3
(196,190,195)
#CFCBCD
(207,203,205)
#DAD8D7
(218,216,215)
#E5E5E1
(229,229,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827087; }

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

This text font color is #827087.


Background Color

.myBgColor { background-color: #827087; }

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

This div background color is #827087.


Border color

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

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

This div border color is #827087.


Opacity

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

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

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

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

This text has shadow with #827087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827087 on black background.


Color preview on white background

This text has color #827087 on white background.



Black color preview on #827087 background

This text has black color on #827087 background.


White color preview on #827087 background

This text has white color on #827087 background.