COLOR #828980

HEX: #828980
RGB: (130,137,128)

Renk bilgisi

#828980 contains red, green and blue colors in about the same proportion. #828980 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#828980 color RGB value is (130,137,128).

  • kırmız ton 130;
  • yeşil ton 137;
  • mavi ton 128.
RGB:
(130,137,128)
(51%,54%,50%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 137 of 255 = 54%
B 128 of 255 = 50%

130
137
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 137 + 128 = 395 (100%)
R 130 of 395 ~ 32.91%
G 137 of 395 ~ 34.68%
B 128 of 395 ~ 32.41%

%32.91
%34.68
%32.41

CMYK RENK MODELİ

#828980 rengi CMYK tonu (5,0,7,46).

  • camgöbeği tonu 5.11%
  • eflatun tonu 0.00%
  • sarı tonu 6.57%
  • ana renk tonu 46.27%
CMYK:
(5,0,7,46)
C5M0Y7K46 
(5%,0%,7%,46%)
(0.05/0.00/0.07/0.46)	

CMYK yüzdeleri

%5.11
%0
%6.57
%46.27

Codes

Color #828980 in popluar color models

828980
RGB130137128
HSL107°3.67%51.96%
HSB/HSV107°6.57%53.73%
CMYK5.11%0.00%6.57%
46.27%

Color #828980 in popluar number systems.

HEX828980
Decimal130137128
Binary100000101000100110000000
Octal202211200

Shades and tints

Shades of #828980

#828980
(130,137,128)
#777D75
(119,125,117)
#6C716A
(108,113,106)
#61655F
(97,101,95)
#565954
(86,89,84)
#4B4D49
(75,77,73)
#40413E
(64,65,62)
#353533
(53,53,51)
#2A2928
(42,41,40)
#1F1D1D
(31,29,29)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #828980

#828980
(130,137,128)
#8D938B
(141,147,139)
#989D96
(152,157,150)
#A3A7A1
(163,167,161)
#AEB1AC
(174,177,172)
#B9BBB7
(185,187,183)
#C4C5C2
(196,197,194)
#CFCFCD
(207,207,205)
#DAD9D8
(218,217,216)
#E5E3E3
(229,227,227)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828980 color. Also use rgb(130,137,128) instead hex code.

Text Font Color

.myTextColor { color: #828980; }

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

This text font color is #828980.


Background Color

.myBgColor { background-color: #828980; }

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

This div background color is #828980.


Border color

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

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

This div border color is #828980.


Opacity

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

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

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

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

This text has shadow with #828980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828980 on black background.


Color preview on white background

This text has color #828980 on white background.



Black color preview on #828980 background

This text has black color on #828980 background.


White color preview on #828980 background

This text has white color on #828980 background.