COLOR #828A7B

HEX: #828A7B RGB: (130,138,123)

Color info

#828A7B contains red, green and blue colors in about the same proportion. Web safe color of #828A7B is #999966 (or #996).

RGB color model

#828A7B color RGB value is (130,138,123).

RGB: (130,138,123) (51%, 54%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 123 of 255 = 48%

130
138
123

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

Portions of RGB colors in percentages

R + G + B = 130 + 138 + 123 = 391 (100%)
R 130 of 391 ~ 33.25%
G 138 of 391 ~ 35.29%
B 123 of 391 ~ 31.46'%

%33.25
%35.29
%31.46

CMYK color model

#828A7B color CMYK value is (6,0,11,46).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK: (6,0,11,46) C6M0Y11K46 (6%,0%,11%,46%) (0.06/0.00/0.11/0.46) 

CMYK percentages

%5.8
%0
%10.87
%45.88

Codes

Color #828A7B in popluar color models

82 8A 7B
RGB 130 138 123
HSL 92° 6.02% 51.18%
HSB/HSV 92° 10.87% 54.12%
CMYK 5.80% 0.00% 10.87%
45.88%

Color #828A7B in popluar number systems.

HEX 82 8A 7B
Decimal 130 138 123
Binary 10000010 10001010 1111011
Octal 202 212 173

Shades and tints

Shades of #828A7B

#828A7B
(130,138,123)
#777E70
(119,126,112)
#6C7265
(108,114,101)
#61665A
(97,102,90)
#565A4F
(86,90,79)
#4B4E44
(75,78,68)
#404239
(64,66,57)
#35362E
(53,54,46)
#2A2A23
(42,42,35)
#1F1E18
(31,30,24)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #828A7B

#828A7B
(130,138,123)
#8D9487
(141,148,135)
#989E93
(152,158,147)
#A3A89F
(163,168,159)
#AEB2AB
(174,178,171)
#B9BCB7
(185,188,183)
#C4C6C3
(196,198,195)
#CFD0CF
(207,208,207)
#DADADB
(218,218,219)
#E5E4E7
(229,228,231)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828A7B color. Also use rgb(130,138,123) instead hex code.

Text Font Color

.myTextColor { color: #828A7B; }

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

This text font color is #828A7B.

Background Color

.myBgColor { background-color: #828A7B; }

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

This div background color is #828A7B.

Border color

.myBorderColor { border: 1px solid #828A7B; }

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

This div border color is #828A7B.

Opacity

.myOpacity80 { color: #828A7B; opacity: 0.8; }

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

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

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

This text has shadow with #828A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828A7B.

Preview

Color preview on black background

This text has color #828A7B on black background.


Color preview on white background

This text has color #828A7B on white background.


Black color preview on #828A7B background

This text has black color on #828A7B background.


White color preview on #828A7B background

This text has white color on #828A7B background.


Related colors

Complementary color

Complementary color for #hex is #7D7584.


I love getcolorcode.com

Triadic colors

1 #7B828A and #8A7B82 with #828A7B are triadic colors.

2 #7B8A82 and #8A827B with #828A7B are triadic colors.