COLOR #828188

HEX: #828188
RGB: (130,129,136)

Color info

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

RGB color model

#828188 color RGB value is (130,129,136).

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

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 136 of 255 = 53%

130
129
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 136 = 395 (100%)
R 130 of 395 ~ 32.91%
G 129 of 395 ~ 32.66%
B 136 of 395 ~ 34.43%

%32.91
%32.66
%34.43

CMYK color model

#828188 color CMYK value is (4,5,0,47).

  • cyan value is 4.41%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,5,0,47)
C4M5Y0K47 
(4%,5%,0%,47%)
(0.04/0.05/0.00/0.47)	

CMYK percentages

%4.41
%5.15
%0
%46.67

Codes

Color #828188 in popluar color models

828188
RGB130129136
HSL249°2.86%51.96%
HSB/HSV249°5.15%53.33%
CMYK4.41%5.15%0.00%
46.67%

Color #828188 in popluar number systems.

HEX828188
Decimal130129136
Binary100000101000000110001000
Octal202201210

Shades and tints

Shades of #828188

#828188
(130,129,136)
#77767C
(119,118,124)
#6C6B70
(108,107,112)
#616064
(97,96,100)
#565558
(86,85,88)
#4B4A4C
(75,74,76)
#403F40
(64,63,64)
#353434
(53,52,52)
#2A2928
(42,41,40)
#1F1E1C
(31,30,28)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #828188

#828188
(130,129,136)
#8D8C92
(141,140,146)
#98979C
(152,151,156)
#A3A2A6
(163,162,166)
#AEADB0
(174,173,176)
#B9B8BA
(185,184,186)
#C4C3C4
(196,195,196)
#CFCECE
(207,206,206)
#DAD9D8
(218,217,216)
#E5E4E2
(229,228,226)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828188; }

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

This text font color is #828188.


Background Color

.myBgColor { background-color: #828188; }

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

This div background color is #828188.


Border color

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

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

This div border color is #828188.


Opacity

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

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

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

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

This text has shadow with #828188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828188 on black background.


Color preview on white background

This text has color #828188 on white background.



Black color preview on #828188 background

This text has black color on #828188 background.


White color preview on #828188 background

This text has white color on #828188 background.