COLOR #827D87

HEX: #827D87
RGB: (130,125,135)

Color info

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

RGB color model

#827D87 color RGB value is (130,125,135).

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

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 135 of 255 = 53%

130
125
135

R + G + B ~ 51%. #827D87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 135 = 390 (100%)
R 130 of 390 ~ 33.33%
G 125 of 390 ~ 32.05%
B 135 of 390 ~ 34.62%

%33.33
%32.05
%34.62

CMYK color model

#827D87 color CMYK value is (4,7,0,47).

  • cyan value is 3.70%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,7,0,47)
C4M7Y0K47 
(4%,7%,0%,47%)
(0.04/0.07/0.00/0.47)	

CMYK percentages

%3.7
%7.41
%0
%47.06

Codes

Color #827D87 in popluar color models

827D87
RGB130125135
HSL270°4.00%50.98%
HSB/HSV270°7.41%52.94%
CMYK3.70%7.41%0.00%
47.06%

Color #827D87 in popluar number systems.

HEX827D87
Decimal130125135
Binary10000010111110110000111
Octal202175207

Shades and tints

Shades of #827D87

#827D87
(130,125,135)
#77727B
(119,114,123)
#6C676F
(108,103,111)
#615C63
(97,92,99)
#565157
(86,81,87)
#4B464B
(75,70,75)
#403B3F
(64,59,63)
#353033
(53,48,51)
#2A2527
(42,37,39)
#1F1A1B
(31,26,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #827D87

#827D87
(130,125,135)
#8D8891
(141,136,145)
#98939B
(152,147,155)
#A39EA5
(163,158,165)
#AEA9AF
(174,169,175)
#B9B4B9
(185,180,185)
#C4BFC3
(196,191,195)
#CFCACD
(207,202,205)
#DAD5D7
(218,213,215)
#E5E0E1
(229,224,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D87; }

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

This text font color is #827D87.


Background Color

.myBgColor { background-color: #827D87; }

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

This div background color is #827D87.


Border color

.myBorderColor { border: 1px solid #827D87; }

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

This div border color is #827D87.


Opacity

.myOpacity80 { color: #827D87; opacity: 0.8; }

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

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

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

This text has shadow with #827D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D87 on black background.


Color preview on white background

This text has color #827D87 on white background.



Black color preview on #827D87 background

This text has black color on #827D87 background.


White color preview on #827D87 background

This text has white color on #827D87 background.