COLOR #82888B

HEX: #82888B RGB: (130,136,139)

Color info

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

RGB color model

#82888B color RGB value is (130,136,139).

RGB: (130,136,139) (51%, 53%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 139 of 255 = 55%

130
136
139

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

Portions of RGB colors in percentages

R + G + B = 130 + 136 + 139 = 405 (100%)
R 130 of 405 ~ 32.1%
G 136 of 405 ~ 33.58%
B 139 of 405 ~ 34.32'%

%32.1
%33.58
%34.32

CMYK color model

#82888B color CMYK value is (6,2,0,45).

  • cyan value is 6.47%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (6,2,0,45)
C6M2Y0K45 (6%, 2%, 0%, 45%)
(0.06 / 0.02 / 0.00 / 0.45)

CMYK percentages

%6.47
%2.16
%0
%45.49

Codes

Color #82888B in popluar color models

82 88 8B
RGB 130 136 139
HSL 200° 3.73% 52.75%
HSB/HSV 200° 6.47% 54.51%
CMYK 6.47% 2.16% 0.00%
45.49%

Color #82888B in popluar number systems.

HEX 82 88 8B
Decimal 130 136 139
Binary 10000010 10001000 10001011
Octal 202 210 213

Shades and tints

Shades of #82888B

#82888B
(130,136,139)
#777C7F
(119,124,127)
#6C7073
(108,112,115)
#616467
(97,100,103)
#56585B
(86,88,91)
#4B4C4F
(75,76,79)
#404043
(64,64,67)
#353437
(53,52,55)
#2A282B
(42,40,43)
#1F1C1F
(31,28,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #82888B

#82888B
(130,136,139)
#8D9295
(141,146,149)
#989C9F
(152,156,159)
#A3A6A9
(163,166,169)
#AEB0B3
(174,176,179)
#B9BABD
(185,186,189)
#C4C4C7
(196,196,199)
#CFCED1
(207,206,209)
#DAD8DB
(218,216,219)
#E5E2E5
(229,226,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82888B; }

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

This text font color is #82888B.

Background Color

.myBgColor { background-color: #82888B; }

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

This div background color is #82888B.

Border color

.myBorderColor { border: 1px solid #82888B; }

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

This div border color is #82888B.

Opacity

.myOpacity80 { color: #82888B; opacity: 0.8; }

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

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

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

This text has shadow with #82888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82888B.

Preview

Color preview on black background

This text has color #82888B on black background.


Color preview on white background

This text has color #82888B on white background.


Black color preview on #82888B background

This text has black color on #82888B background.


White color preview on #82888B background

This text has white color on #82888B background.


Related colors

Complementary color

Complementary color for #hex is #7D7774.


I love getcolorcode.com

Triadic colors

1 #8B8288 and #888B82 with #82888B are triadic colors.

2 #8B8882 and #88828B with #82888B are triadic colors.