COLOR #829C80

HEX: #829C80
RGB: (130,156,128)

Renk bilgisi

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

RGB renk modeli

#829C80 color RGB value is (130,156,128).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 156 of 255 = 61%
B 128 of 255 = 50%

130
156
128

R + G + B ~ 54%. #829C80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 156 + 128 = 414 (100%)
R 130 of 414 ~ 31.4%
G 156 of 414 ~ 37.68%
B 128 of 414 ~ 30.92%

%31.4
%37.68
%30.92

CMYK RENK MODELİ

#829C80 rengi CMYK tonu (17,0,18,39).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 17.95%
  • ana renk tonu 38.82%
CMYK:
(17,0,18,39)
C17M0Y18K39 
(17%,0%,18%,39%)
(0.17/0.00/0.18/0.39)	

CMYK yüzdeleri

%16.67
%0
%17.95
%38.82

Codes

Color #829C80 in popluar color models

829C80
RGB130156128
HSL116°12.39%55.69%
HSB/HSV116°17.95%61.18%
CMYK16.67%0.00%17.95%
38.82%

Color #829C80 in popluar number systems.

HEX829C80
Decimal130156128
Binary100000101001110010000000
Octal202234200

Shades and tints

Shades of #829C80

#829C80
(130,156,128)
#778E75
(119,142,117)
#6C806A
(108,128,106)
#61725F
(97,114,95)
#566454
(86,100,84)
#4B5649
(75,86,73)
#40483E
(64,72,62)
#353A33
(53,58,51)
#2A2C28
(42,44,40)
#1F1E1D
(31,30,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #829C80

#829C80
(130,156,128)
#8DA58B
(141,165,139)
#98AE96
(152,174,150)
#A3B7A1
(163,183,161)
#AEC0AC
(174,192,172)
#B9C9B7
(185,201,183)
#C4D2C2
(196,210,194)
#CFDBCD
(207,219,205)
#DAE4D8
(218,228,216)
#E5EDE3
(229,237,227)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C80; }

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

This text font color is #829C80.


Background Color

.myBgColor { background-color: #829C80; }

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

This div background color is #829C80.


Border color

.myBorderColor { border: 1px solid #829C80; }

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

This div border color is #829C80.


Opacity

.myOpacity80 { color: #829C80; opacity: 0.8; }

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

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

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

This text has shadow with #829C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C80 on black background.


Color preview on white background

This text has color #829C80 on white background.



Black color preview on #829C80 background

This text has black color on #829C80 background.


White color preview on #829C80 background

This text has white color on #829C80 background.