COLOR #828F80

HEX: #828F80 RGB: (130,143,128)

Renk bilgisi

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

RGB renk modeli

#828F80 color RGB value is (130,143,128).

RGB: (130,143,128) (51%, 56%, 50%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 143 of 255 = 56%
B 128 of 255 = 50%

130
143
128

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

Yüzdelerle RGB renk parçaları

R + G + B = 130 + 143 + 128 = 401 (100%)
R 130 of 401 ~ 32.42%
G 143 of 401 ~ 35.66%
B 128 of 401 ~ 31.92'%

%32.42
%35.66
%31.92

CMYK RENK MODELİ

#828F80 rengi CMYK tonu (9,0,10,44).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 10.49%
  • ana renk tonu 43.92%
CMYK: (9,0,10,44) C9M0Y10K44 (9%,0%,10%,44%) (0.09/0.00/0.10/0.44) 

CMYK yüzdeleri

%9.09
%0
%10.49
%43.92

Codes

Color #828F80 in popluar color models

82 8F 80
RGB 130 143 128
HSL 112° 6.28% 53.14%
HSB/HSV 112° 10.49% 56.08%
CMYK 9.09% 0.00% 10.49%
43.92%

Color #828F80 in popluar number systems.

HEX 82 8F 80
Decimal 130 143 128
Binary 10000010 10001111 10000000
Octal 202 217 200

Shades and tints

Shades of #828F80

#828F80
(130,143,128)
#778275
(119,130,117)
#6C756A
(108,117,106)
#61685F
(97,104,95)
#565B54
(86,91,84)
#4B4E49
(75,78,73)
#40413E
(64,65,62)
#353433
(53,52,51)
#2A2728
(42,39,40)
#1F1A1D
(31,26,29)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #828F80

#828F80
(130,143,128)
#8D998B
(141,153,139)
#98A396
(152,163,150)
#A3ADA1
(163,173,161)
#AEB7AC
(174,183,172)
#B9C1B7
(185,193,183)
#C4CBC2
(196,203,194)
#CFD5CD
(207,213,205)
#DADFD8
(218,223,216)
#E5E9E3
(229,233,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828F80; }

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

This text font color is #828F80.

Background Color

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

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

This div background color is #828F80.

Border color

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

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

This div border color is #828F80.

Opacity

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

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

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

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

This text has shadow with #828F80 color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #828F80.

Preview

Color preview on black background

This text has color #828F80 on black background.


Color preview on white background

This text has color #828F80 on white background.



Black color preview on #828F80 background

This text has black color on #828F80 background.


White color preview on #828F80 background

This text has white color on #828F80 background.


Related colors


Complementary color

Complementary color for #828F80 is #7D707F.


I love getcolorcode.com

Triadic colors

1 #80828F and #8F8082 with #828F80 are triadic colors.

2 #808F82 and #8F8280 with #828F80 are triadic colors.