COLOR #829980

HEX: #829980
RGB: (130,153,128)

Renk bilgisi

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

RGB renk modeli

#829980 color RGB value is (130,153,128).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 153 of 255 = 60%
B 128 of 255 = 50%

130
153
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 153 + 128 = 411 (100%)
R 130 of 411 ~ 31.63%
G 153 of 411 ~ 37.23%
B 128 of 411 ~ 31.14%

%31.63
%37.23
%31.14

CMYK RENK MODELİ

#829980 rengi CMYK tonu (15,0,16,40).

  • camgöbeği tonu 15.03%
  • eflatun tonu 0.00%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%
CMYK:
(15,0,16,40)
C15M0Y16K40 
(15%,0%,16%,40%)
(0.15/0.00/0.16/0.40)	

CMYK yüzdeleri

%15.03
%0
%16.34
%40

Codes

Color #829980 in popluar color models

829980
RGB130153128
HSL115°10.92%55.10%
HSB/HSV115°16.34%60.00%
CMYK15.03%0.00%16.34%
40.00%

Color #829980 in popluar number systems.

HEX829980
Decimal130153128
Binary100000101001100110000000
Octal202231200

Shades and tints

Shades of #829980

#829980
(130,153,128)
#778C75
(119,140,117)
#6C7F6A
(108,127,106)
#61725F
(97,114,95)
#566554
(86,101,84)
#4B5849
(75,88,73)
#404B3E
(64,75,62)
#353E33
(53,62,51)
#2A3128
(42,49,40)
#1F241D
(31,36,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #829980

#829980
(130,153,128)
#8DA28B
(141,162,139)
#98AB96
(152,171,150)
#A3B4A1
(163,180,161)
#AEBDAC
(174,189,172)
#B9C6B7
(185,198,183)
#C4CFC2
(196,207,194)
#CFD8CD
(207,216,205)
#DAE1D8
(218,225,216)
#E5EAE3
(229,234,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829980; }

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

This text font color is #829980.


Background Color

.myBgColor { background-color: #829980; }

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

This div background color is #829980.


Border color

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

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

This div border color is #829980.


Opacity

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

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

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

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

This text has shadow with #829980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829980 on black background.


Color preview on white background

This text has color #829980 on white background.



Black color preview on #829980 background

This text has black color on #829980 background.


White color preview on #829980 background

This text has white color on #829980 background.