COLOR #828C95

HEX: #828C95 RGB: (130,140,149)

Color info

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

RGB color model

#828C95 color RGB value is (130,140,149).

RGB: (130,140,149) (51%, 55%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 149 of 255 = 58%

130
140
149

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

Portions of RGB colors in percentages

R + G + B = 130 + 140 + 149 = 419 (100%)
R 130 of 419 ~ 31.03%
G 140 of 419 ~ 33.41%
B 149 of 419 ~ 35.56'%

%31.03
%33.41
%35.56

CMYK color model

#828C95 color CMYK value is (13,6,0,42).

  • cyan value is 12.75%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (13,6,0,42)
C13M6Y0K42 (13%, 6%, 0%, 42%)
(0.13 / 0.06 / 0.00 / 0.42)

CMYK percentages

%12.75
%6.04
%0
%41.57

Codes

Color #828C95 in popluar color models

82 8C 95
RGB 130 140 149
HSL 208° 8.23% 54.71%
HSB/HSV 208° 12.75% 58.43%
CMYK 12.75% 6.04% 0.00%
41.57%

Color #828C95 in popluar number systems.

HEX 82 8C 95
Decimal 130 140 149
Binary 10000010 10001100 10010101
Octal 202 214 225

Shades and tints

Shades of #828C95

#828C95
(130,140,149)
#778088
(119,128,136)
#6C747B
(108,116,123)
#61686E
(97,104,110)
#565C61
(86,92,97)
#4B5054
(75,80,84)
#404447
(64,68,71)
#35383A
(53,56,58)
#2A2C2D
(42,44,45)
#1F2020
(31,32,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #828C95

#828C95
(130,140,149)
#8D969E
(141,150,158)
#98A0A7
(152,160,167)
#A3AAB0
(163,170,176)
#AEB4B9
(174,180,185)
#B9BEC2
(185,190,194)
#C4C8CB
(196,200,203)
#CFD2D4
(207,210,212)
#DADCDD
(218,220,221)
#E5E6E6
(229,230,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828C95 color. Also use rgb(130,140,149) instead hex code.

Text Font Color

.myTextColor { color: #828C95; }

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

This text font color is #828C95.

Background Color

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

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

This div background color is #828C95.

Border color

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

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

This div border color is #828C95.

Opacity

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

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

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

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

This text has shadow with #828C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828C95.

Preview

Color preview on black background

This text has color #828C95 on black background.


Color preview on white background

This text has color #828C95 on white background.


Black color preview on #828C95 background

This text has black color on #828C95 background.


White color preview on #828C95 background

This text has white color on #828C95 background.


Related colors

Complementary color

Complementary color for #hex is #7D736A.


I love getcolorcode.com

Triadic colors

1 #95828C and #8C9582 with #828C95 are triadic colors.

2 #958C82 and #8C8295 with #828C95 are triadic colors.