COLOR #829F85

HEX: #829F85
RGB: (130,159,133)

Renk bilgisi

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

RGB renk modeli

#829F85 color RGB value is (130,159,133).

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

RGB bağlantıları ve doygunluk

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

130
159
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 133 = 422 (100%)
R 130 of 422 ~ 30.81%
G 159 of 422 ~ 37.68%
B 133 of 422 ~ 31.52%

%30.81
%37.68
%31.52

CMYK RENK MODELİ

#829F85 rengi CMYK tonu (18,0,16,38).

  • camgöbeği tonu 18.24%
  • eflatun tonu 0.00%
  • sarı tonu 16.35%
  • ana renk tonu 37.65%
CMYK:
(18,0,16,38)
C18M0Y16K38 
(18%,0%,16%,38%)
(0.18/0.00/0.16/0.38)	

CMYK yüzdeleri

%18.24
%0
%16.35
%37.65

Codes

Color #829F85 in popluar color models

829F85
RGB130159133
HSL126°13.12%56.67%
HSB/HSV126°18.24%62.35%
CMYK18.24%0.00%16.35%
37.65%

Color #829F85 in popluar number systems.

HEX829F85
Decimal130159133
Binary100000101001111110000101
Octal202237205

Shades and tints

Shades of #829F85

#829F85
(130,159,133)
#779179
(119,145,121)
#6C836D
(108,131,109)
#617561
(97,117,97)
#566755
(86,103,85)
#4B5949
(75,89,73)
#404B3D
(64,75,61)
#353D31
(53,61,49)
#2A2F25
(42,47,37)
#1F2119
(31,33,25)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #829F85

#829F85
(130,159,133)
#8DA790
(141,167,144)
#98AF9B
(152,175,155)
#A3B7A6
(163,183,166)
#AEBFB1
(174,191,177)
#B9C7BC
(185,199,188)
#C4CFC7
(196,207,199)
#CFD7D2
(207,215,210)
#DADFDD
(218,223,221)
#E5E7E8
(229,231,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F85; }

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

This text font color is #829F85.


Background Color

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

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

This div background color is #829F85.


Border color

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

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

This div border color is #829F85.


Opacity

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

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

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

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

This text has shadow with #829F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F85 on black background.


Color preview on white background

This text has color #829F85 on white background.



Black color preview on #829F85 background

This text has black color on #829F85 background.


White color preview on #829F85 background

This text has white color on #829F85 background.