COLOR #828E7F

HEX: #828E7F RGB: (130,142,127)

Color info

#828E7F contains red, green and blue colors in about the same proportion. Web safe color of #828E7F is #999966 (or #996).

RGB color model

#828E7F color RGB value is (130,142,127).

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

RGB channels and saturation

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

130
142
127

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

Portions of RGB colors in percentages

R + G + B = 130 + 142 + 127 = 399 (100%)
R 130 of 399 ~ 32.58%
G 142 of 399 ~ 35.59%
B 127 of 399 ~ 31.83'%

%32.58
%35.59
%31.83

CMYK color model

#828E7F color CMYK value is (8,0,11,44).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%

CMYK: (8,0,11,44)
C8M0Y11K44 (8%, 0%, 11%, 44%)
(0.08 / 0.00 / 0.11 / 0.44)

CMYK percentages

%8.45
%0
%10.56
%44.31

Codes

Color #828E7F in popluar color models

82 8E 7F
RGB 130 142 127
HSL 108° 6.22% 52.75%
HSB/HSV 108° 10.56% 55.69%
CMYK 8.45% 0.00% 10.56%
44.31%

Color #828E7F in popluar number systems.

HEX 82 8E 7F
Decimal 130 142 127
Binary 10000010 10001110 1111111
Octal 202 216 177

Shades and tints

Shades of #828E7F

#828E7F
(130,142,127)
#778274
(119,130,116)
#6C7669
(108,118,105)
#616A5E
(97,106,94)
#565E53
(86,94,83)
#4B5248
(75,82,72)
#40463D
(64,70,61)
#353A32
(53,58,50)
#2A2E27
(42,46,39)
#1F221C
(31,34,28)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #828E7F

#828E7F
(130,142,127)
#8D988A
(141,152,138)
#98A295
(152,162,149)
#A3ACA0
(163,172,160)
#AEB6AB
(174,182,171)
#B9C0B6
(185,192,182)
#C4CAC1
(196,202,193)
#CFD4CC
(207,212,204)
#DADED7
(218,222,215)
#E5E8E2
(229,232,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828E7F color. Also use rgb(130,142,127) instead hex code.

Text Font Color

.myTextColor { color: #828E7F; }

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

This text font color is #828E7F.

Background Color

.myBgColor { background-color: #828E7F; }

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

This div background color is #828E7F.

Border color

.myBorderColor { border: 1px solid #828E7F; }

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

This div border color is #828E7F.

Opacity

.myOpacity80 { color: #828E7F; opacity: 0.8; }

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

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

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

This text has shadow with #828E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828E7F.

Preview

Color preview on black background

This text has color #828E7F on black background.


Color preview on white background

This text has color #828E7F on white background.


Black color preview on #828E7F background

This text has black color on #828E7F background.


White color preview on #828E7F background

This text has white color on #828E7F background.


Related colors

Complementary color

Complementary color for #hex is #7D7180.


I love getcolorcode.com

Triadic colors

1 #7F828E and #8E7F82 with #828E7F are triadic colors.

2 #7F8E82 and #8E827F with #828E7F are triadic colors.