COLOR #827F8F

HEX: #827F8F RGB: (130,127,143)

Color info

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

RGB color model

#827F8F color RGB value is (130,127,143).

RGB: (130,127,143) (51%, 50%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 143 of 255 = 56%

130
127
143

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

Portions of RGB colors in percentages

R + G + B = 130 + 127 + 143 = 400 (100%)
R 130 of 400 ~ 32.5%
G 127 of 400 ~ 31.75%
B 143 of 400 ~ 35.75'%

%32.5
%31.75
%35.75

CMYK color model

#827F8F color CMYK value is (9,11,0,44).

  • cyan value is 9.09%
  • magenta value is 11.19%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (9,11,0,44)
C9M11Y0K44 (9%, 11%, 0%, 44%)
(0.09 / 0.11 / 0.00 / 0.44)

CMYK percentages

%9.09
%11.19
%0
%43.92

Codes

Color #827F8F in popluar color models

82 7F 8F
RGB 130 127 143
HSL 251° 6.67% 52.94%
HSB/HSV 251° 11.19% 56.08%
CMYK 9.09% 11.19% 0.00%
43.92%

Color #827F8F in popluar number systems.

HEX 82 7F 8F
Decimal 130 127 143
Binary 10000010 1111111 10001111
Octal 202 177 217

Shades and tints

Shades of #827F8F

#827F8F
(130,127,143)
#777482
(119,116,130)
#6C6975
(108,105,117)
#615E68
(97,94,104)
#56535B
(86,83,91)
#4B484E
(75,72,78)
#403D41
(64,61,65)
#353234
(53,50,52)
#2A2727
(42,39,39)
#1F1C1A
(31,28,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #827F8F

#827F8F
(130,127,143)
#8D8A99
(141,138,153)
#9895A3
(152,149,163)
#A3A0AD
(163,160,173)
#AEABB7
(174,171,183)
#B9B6C1
(185,182,193)
#C4C1CB
(196,193,203)
#CFCCD5
(207,204,213)
#DAD7DF
(218,215,223)
#E5E2E9
(229,226,233)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827F8F; }

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

This text font color is #827F8F.

Background Color

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

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

This div background color is #827F8F.

Border color

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

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

This div border color is #827F8F.

Opacity

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

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

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

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

This text has shadow with #827F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827F8F.

Preview

Color preview on black background

This text has color #827F8F on black background.


Color preview on white background

This text has color #827F8F on white background.


Black color preview on #827F8F background

This text has black color on #827F8F background.


White color preview on #827F8F background

This text has white color on #827F8F background.


Related colors

Complementary color

Complementary color for #hex is #7D8070.


I love getcolorcode.com

Triadic colors

1 #8F827F and #7F8F82 with #827F8F are triadic colors.

2 #8F7F82 and #7F828F with #827F8F are triadic colors.