COLOR #828885

HEX: #828885 RGB: (130,136,133)

Color info

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

RGB color model

#828885 color RGB value is (130,136,133).

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

RGB channels and saturation

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

130
136
133

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

Portions of RGB colors in percentages

R + G + B = 130 + 136 + 133 = 399 (100%)
R 130 of 399 ~ 32.58%
G 136 of 399 ~ 34.09%
B 133 of 399 ~ 33.33'%

%32.58
%34.09
%33.33

CMYK color model

#828885 color CMYK value is (4,0,2,47).

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

CMYK: (4,0,2,47)
C4M0Y2K47 (4%, 0%, 2%, 47%)
(0.04 / 0.00 / 0.02 / 0.47)

CMYK percentages

%4.41
%0
%2.21
%46.67

Codes

Color #828885 in popluar color models

82 88 85
RGB 130 136 133
HSL 150° 2.46% 52.16%
HSB/HSV 150° 4.41% 53.33%
CMYK 4.41% 0.00% 2.21%
46.67%

Color #828885 in popluar number systems.

HEX 82 88 85
Decimal 130 136 133
Binary 10000010 10001000 10000101
Octal 202 210 205

Shades and tints

Shades of #828885

#828885
(130,136,133)
#777C79
(119,124,121)
#6C706D
(108,112,109)
#616461
(97,100,97)
#565855
(86,88,85)
#4B4C49
(75,76,73)
#40403D
(64,64,61)
#353431
(53,52,49)
#2A2825
(42,40,37)
#1F1C19
(31,28,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #828885

#828885
(130,136,133)
#8D9290
(141,146,144)
#989C9B
(152,156,155)
#A3A6A6
(163,166,166)
#AEB0B1
(174,176,177)
#B9BABC
(185,186,188)
#C4C4C7
(196,196,199)
#CFCED2
(207,206,210)
#DAD8DD
(218,216,221)
#E5E2E8
(229,226,232)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828885; }

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

This text font color is #828885.

Background Color

.myBgColor { background-color: #828885; }

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

This div background color is #828885.

Border color

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

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

This div border color is #828885.

Opacity

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

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

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

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

This text has shadow with #828885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828885.

Preview

Color preview on black background

This text has color #828885 on black background.


Color preview on white background

This text has color #828885 on white background.


Black color preview on #828885 background

This text has black color on #828885 background.


White color preview on #828885 background

This text has white color on #828885 background.


Related colors

Complementary color

Complementary color for #hex is #7D777A.


I love getcolorcode.com

Triadic colors

1 #858288 and #888582 with #828885 are triadic colors.

2 #858882 and #888285 with #828885 are triadic colors.