COLOR #827F85

HEX: #827F85 RGB: (130,127,133)

Color info

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

RGB color model

#827F85 color RGB value is (130,127,133).

RGB: (130,127,133) (51%, 50%, 52%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 133 of 255 = 52%

130
127
133

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

Portions of RGB colors in percentages

R + G + B = 130 + 127 + 133 = 390 (100%)
R 130 of 390 ~ 33.33%
G 127 of 390 ~ 32.56%
B 133 of 390 ~ 34.1'%

%33.33
%32.56
%34.1

CMYK color model

#827F85 color CMYK value is (2,5,0,48).

  • cyan value is 2.26%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (2,5,0,48)
C2M5Y0K48 (2%, 5%, 0%, 48%)
(0.02 / 0.05 / 0.00 / 0.48)

CMYK percentages

%2.26
%4.51
%0
%47.84

Codes

Color #827F85 in popluar color models

82 7F 85
RGB 130 127 133
HSL 270° 2.40% 50.98%
HSB/HSV 270° 4.51% 52.16%
CMYK 2.26% 4.51% 0.00%
47.84%

Color #827F85 in popluar number systems.

HEX 82 7F 85
Decimal 130 127 133
Binary 10000010 1111111 10000101
Octal 202 177 205

Shades and tints

Shades of #827F85

#827F85
(130,127,133)
#777479
(119,116,121)
#6C696D
(108,105,109)
#615E61
(97,94,97)
#565355
(86,83,85)
#4B4849
(75,72,73)
#403D3D
(64,61,61)
#353231
(53,50,49)
#2A2725
(42,39,37)
#1F1C19
(31,28,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #827F85

#827F85
(130,127,133)
#8D8A90
(141,138,144)
#98959B
(152,149,155)
#A3A0A6
(163,160,166)
#AEABB1
(174,171,177)
#B9B6BC
(185,182,188)
#C4C1C7
(196,193,199)
#CFCCD2
(207,204,210)
#DAD7DD
(218,215,221)
#E5E2E8
(229,226,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F85 color. Also use rgb(130,127,133) instead hex code.

Text Font Color

.myTextColor { color: #827F85; }

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

This text font color is #827F85.

Background Color

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

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

This div background color is #827F85.

Border color

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

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

This div border color is #827F85.

Opacity

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

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

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

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

This text has shadow with #827F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827F85.

Preview

Color preview on black background

This text has color #827F85 on black background.


Color preview on white background

This text has color #827F85 on white background.


Black color preview on #827F85 background

This text has black color on #827F85 background.


White color preview on #827F85 background

This text has white color on #827F85 background.


Related colors

Complementary color

Complementary color for #hex is #7D807A.


I love getcolorcode.com

Triadic colors

1 #85827F and #7F8582 with #827F85 are triadic colors.

2 #857F82 and #7F8285 with #827F85 are triadic colors.