COLOR #828884

HEX: #828884 RGB: (130,136,132)

Color info

#828884 contains red, green and blue colors in about the same proportion. Web safe color of #828884 is #999999 (or #999).

RGB color model

#828884 color RGB value is (130,136,132).

RGB: (130,136,132) (51%, 53%, 52%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 132 of 255 = 52%

130
136
132

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

Portions of RGB colors in percentages

R + G + B = 130 + 136 + 132 = 398 (100%)
R 130 of 398 ~ 32.66%
G 136 of 398 ~ 34.17%
B 132 of 398 ~ 33.17'%

%32.66
%34.17
%33.17

CMYK color model

#828884 color CMYK value is (4,0,3,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 46.67%

CMYK: (4,0,3,47)
C4M0Y3K47 (4%, 0%, 3%, 47%)
(0.04 / 0.00 / 0.03 / 0.47)

CMYK percentages

%4.41
%0
%2.94
%46.67

Codes

Color #828884 in popluar color models

82 88 84
RGB 130 136 132
HSL 140° 2.46% 52.16%
HSB/HSV 140° 4.41% 53.33%
CMYK 4.41% 0.00% 2.94%
46.67%

Color #828884 in popluar number systems.

HEX 82 88 84
Decimal 130 136 132
Binary 10000010 10001000 10000100
Octal 202 210 204

Shades and tints

Shades of #828884

#828884
(130,136,132)
#777C78
(119,124,120)
#6C706C
(108,112,108)
#616460
(97,100,96)
#565854
(86,88,84)
#4B4C48
(75,76,72)
#40403C
(64,64,60)
#353430
(53,52,48)
#2A2824
(42,40,36)
#1F1C18
(31,28,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #828884

#828884
(130,136,132)
#8D928F
(141,146,143)
#989C9A
(152,156,154)
#A3A6A5
(163,166,165)
#AEB0B0
(174,176,176)
#B9BABB
(185,186,187)
#C4C4C6
(196,196,198)
#CFCED1
(207,206,209)
#DAD8DC
(218,216,220)
#E5E2E7
(229,226,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828884 color. Also use rgb(130,136,132) instead hex code.

Text Font Color

.myTextColor { color: #828884; }

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

This text font color is #828884.

Background Color

.myBgColor { background-color: #828884; }

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

This div background color is #828884.

Border color

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

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

This div border color is #828884.

Opacity

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

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

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

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

This text has shadow with #828884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828884.

Preview

Color preview on black background

This text has color #828884 on black background.


Color preview on white background

This text has color #828884 on white background.


Black color preview on #828884 background

This text has black color on #828884 background.


White color preview on #828884 background

This text has white color on #828884 background.


Related colors

Complementary color

Complementary color for #hex is #7D777B.


I love getcolorcode.com

Triadic colors

1 #848288 and #888482 with #828884 are triadic colors.

2 #848882 and #888284 with #828884 are triadic colors.