COLOR #829D85

HEX: #829D85
RGB: (130,157,133)

Renk bilgisi

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

RGB renk modeli

#829D85 color RGB value is (130,157,133).

  • kırmız ton 130;
  • yeşil ton 157;
  • mavi ton 133.
RGB:
(130,157,133)
(51%,62%,52%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 133 of 255 = 52%

130
157
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 133 = 420 (100%)
R 130 of 420 ~ 30.95%
G 157 of 420 ~ 37.38%
B 133 of 420 ~ 31.67%

%30.95
%37.38
%31.67

CMYK RENK MODELİ

#829D85 rengi CMYK tonu (17,0,15,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 0.00%
  • sarı tonu 15.29%
  • ana renk tonu 38.43%
CMYK:
(17,0,15,38)
C17M0Y15K38 
(17%,0%,15%,38%)
(0.17/0.00/0.15/0.38)	

CMYK yüzdeleri

%17.2
%0
%15.29
%38.43

Codes

Color #829D85 in popluar color models

829D85
RGB130157133
HSL127°12.11%56.27%
HSB/HSV127°17.20%61.57%
CMYK17.20%0.00%15.29%
38.43%

Color #829D85 in popluar number systems.

HEX829D85
Decimal130157133
Binary100000101001110110000101
Octal202235205

Shades and tints

Shades of #829D85

#829D85
(130,157,133)
#778F79
(119,143,121)
#6C816D
(108,129,109)
#617361
(97,115,97)
#566555
(86,101,85)
#4B5749
(75,87,73)
#40493D
(64,73,61)
#353B31
(53,59,49)
#2A2D25
(42,45,37)
#1F1F19
(31,31,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #829D85

#829D85
(130,157,133)
#8DA590
(141,165,144)
#98AD9B
(152,173,155)
#A3B5A6
(163,181,166)
#AEBDB1
(174,189,177)
#B9C5BC
(185,197,188)
#C4CDC7
(196,205,199)
#CFD5D2
(207,213,210)
#DADDDD
(218,221,221)
#E5E5E8
(229,229,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829D85 color. Also use rgb(130,157,133) instead hex code.

Text Font Color

.myTextColor { color: #829D85; }

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

This text font color is #829D85.


Background Color

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

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

This div background color is #829D85.


Border color

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

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

This div border color is #829D85.


Opacity

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

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

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

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

This text has shadow with #829D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D85 on black background.


Color preview on white background

This text has color #829D85 on white background.



Black color preview on #829D85 background

This text has black color on #829D85 background.


White color preview on #829D85 background

This text has white color on #829D85 background.