COLOR #829F87

HEX: #829F87
RGB: (130,159,135)

Renk bilgisi

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

RGB renk modeli

#829F87 color RGB value is (130,159,135).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 135 of 255 = 53%

130
159
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 135 = 424 (100%)
R 130 of 424 ~ 30.66%
G 159 of 424 ~ 37.5%
B 135 of 424 ~ 31.84%

%30.66
%37.5
%31.84

CMYK RENK MODELİ

#829F87 rengi CMYK tonu (18,0,15,38).

  • camgöbeği tonu 18.24%
  • eflatun tonu 0.00%
  • sarı tonu 15.09%
  • ana renk tonu 37.65%
CMYK:
(18,0,15,38)
C18M0Y15K38 
(18%,0%,15%,38%)
(0.18/0.00/0.15/0.38)	

CMYK yüzdeleri

%18.24
%0
%15.09
%37.65

Codes

Color #829F87 in popluar color models

829F87
RGB130159135
HSL130°13.12%56.67%
HSB/HSV130°18.24%62.35%
CMYK18.24%0.00%15.09%
37.65%

Color #829F87 in popluar number systems.

HEX829F87
Decimal130159135
Binary100000101001111110000111
Octal202237207

Shades and tints

Shades of #829F87

#829F87
(130,159,135)
#77917B
(119,145,123)
#6C836F
(108,131,111)
#617563
(97,117,99)
#566757
(86,103,87)
#4B594B
(75,89,75)
#404B3F
(64,75,63)
#353D33
(53,61,51)
#2A2F27
(42,47,39)
#1F211B
(31,33,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #829F87

#829F87
(130,159,135)
#8DA791
(141,167,145)
#98AF9B
(152,175,155)
#A3B7A5
(163,183,165)
#AEBFAF
(174,191,175)
#B9C7B9
(185,199,185)
#C4CFC3
(196,207,195)
#CFD7CD
(207,215,205)
#DADFD7
(218,223,215)
#E5E7E1
(229,231,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F87; }

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

This text font color is #829F87.


Background Color

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

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

This div background color is #829F87.


Border color

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

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

This div border color is #829F87.


Opacity

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

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

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

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

This text has shadow with #829F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F87 on black background.


Color preview on white background

This text has color #829F87 on white background.



Black color preview on #829F87 background

This text has black color on #829F87 background.


White color preview on #829F87 background

This text has white color on #829F87 background.