COLOR #829C88

HEX: #829C88
RGB: (130,156,136)

Renk bilgisi

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

RGB renk modeli

#829C88 color RGB value is (130,156,136).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 156 of 255 = 61%
B 136 of 255 = 53%

130
156
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 156 + 136 = 422 (100%)
R 130 of 422 ~ 30.81%
G 156 of 422 ~ 36.97%
B 136 of 422 ~ 32.23%

%30.81
%36.97
%32.23

CMYK RENK MODELİ

#829C88 rengi CMYK tonu (17,0,13,39).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 12.82%
  • ana renk tonu 38.82%
CMYK:
(17,0,13,39)
C17M0Y13K39 
(17%,0%,13%,39%)
(0.17/0.00/0.13/0.39)	

CMYK yüzdeleri

%16.67
%0
%12.82
%38.82

Codes

Color #829C88 in popluar color models

829C88
RGB130156136
HSL134°11.61%56.08%
HSB/HSV134°16.67%61.18%
CMYK16.67%0.00%12.82%
38.82%

Color #829C88 in popluar number systems.

HEX829C88
Decimal130156136
Binary100000101001110010001000
Octal202234210

Shades and tints

Shades of #829C88

#829C88
(130,156,136)
#778E7C
(119,142,124)
#6C8070
(108,128,112)
#617264
(97,114,100)
#566458
(86,100,88)
#4B564C
(75,86,76)
#404840
(64,72,64)
#353A34
(53,58,52)
#2A2C28
(42,44,40)
#1F1E1C
(31,30,28)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #829C88

#829C88
(130,156,136)
#8DA592
(141,165,146)
#98AE9C
(152,174,156)
#A3B7A6
(163,183,166)
#AEC0B0
(174,192,176)
#B9C9BA
(185,201,186)
#C4D2C4
(196,210,196)
#CFDBCE
(207,219,206)
#DAE4D8
(218,228,216)
#E5EDE2
(229,237,226)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C88; }

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

This text font color is #829C88.


Background Color

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

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

This div background color is #829C88.


Border color

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

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

This div border color is #829C88.


Opacity

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

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

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

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

This text has shadow with #829C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C88 on black background.


Color preview on white background

This text has color #829C88 on white background.



Black color preview on #829C88 background

This text has black color on #829C88 background.


White color preview on #829C88 background

This text has white color on #829C88 background.