COLOR #828185

HEX: #828185
RGB: (130,129,133)

Color info

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

RGB color model

#828185 color RGB value is (130,129,133).

  • red value is 130;
  • green value is 129;
  • blue value is 133.
RGB:
(130,129,133)
(51%,51%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 133 of 255 = 52%

130
129
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 133 = 392 (100%)
R 130 of 392 ~ 33.16%
G 129 of 392 ~ 32.91%
B 133 of 392 ~ 33.93%

%33.16
%32.91
%33.93

CMYK color model

#828185 color CMYK value is (2,3,0,48).

  • cyan value is 2.26%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,3,0,48)
C2M3Y0K48 
(2%,3%,0%,48%)
(0.02/0.03/0.00/0.48)	

CMYK percentages

%2.26
%3.01
%0
%47.84

Codes

Color #828185 in popluar color models

828185
RGB130129133
HSL255°1.61%51.37%
HSB/HSV255°3.01%52.16%
CMYK2.26%3.01%0.00%
47.84%

Color #828185 in popluar number systems.

HEX828185
Decimal130129133
Binary100000101000000110000101
Octal202201205

Shades and tints

Shades of #828185

#828185
(130,129,133)
#777679
(119,118,121)
#6C6B6D
(108,107,109)
#616061
(97,96,97)
#565555
(86,85,85)
#4B4A49
(75,74,73)
#403F3D
(64,63,61)
#353431
(53,52,49)
#2A2925
(42,41,37)
#1F1E19
(31,30,25)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #828185

#828185
(130,129,133)
#8D8C90
(141,140,144)
#98979B
(152,151,155)
#A3A2A6
(163,162,166)
#AEADB1
(174,173,177)
#B9B8BC
(185,184,188)
#C4C3C7
(196,195,199)
#CFCED2
(207,206,210)
#DAD9DD
(218,217,221)
#E5E4E8
(229,228,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828185; }

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

This text font color is #828185.


Background Color

.myBgColor { background-color: #828185; }

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

This div background color is #828185.


Border color

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

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

This div border color is #828185.


Opacity

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

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

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

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

This text has shadow with #828185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828185 on black background.


Color preview on white background

This text has color #828185 on white background.



Black color preview on #828185 background

This text has black color on #828185 background.


White color preview on #828185 background

This text has white color on #828185 background.