COLOR #829799

HEX: #829799
RGB: (130,151,153)

Renk bilgisi

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

RGB renk modeli

#829799 color RGB value is (130,151,153).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 151 of 255 = 59%
B 153 of 255 = 60%

130
151
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 151 + 153 = 434 (100%)
R 130 of 434 ~ 29.95%
G 151 of 434 ~ 34.79%
B 153 of 434 ~ 35.25%

%29.95
%34.79
%35.25

CMYK RENK MODELİ

#829799 rengi CMYK tonu (15,1,0,40).

  • camgöbeği tonu 15.03%
  • eflatun tonu 1.31%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(15,1,0,40)
C15M1Y0K40 
(15%,1%,0%,40%)
(0.15/0.01/0.00/0.40)	

CMYK yüzdeleri

%15.03
%1.31
%0
%40

Codes

Color #829799 in popluar color models

829799
RGB130151153
HSL185°10.13%55.49%
HSB/HSV185°15.03%60.00%
CMYK15.03%1.31%0.00%
40.00%

Color #829799 in popluar number systems.

HEX829799
Decimal130151153
Binary100000101001011110011001
Octal202227231

Shades and tints

Shades of #829799

#829799
(130,151,153)
#778A8C
(119,138,140)
#6C7D7F
(108,125,127)
#617072
(97,112,114)
#566365
(86,99,101)
#4B5658
(75,86,88)
#40494B
(64,73,75)
#353C3E
(53,60,62)
#2A2F31
(42,47,49)
#1F2224
(31,34,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #829799

#829799
(130,151,153)
#8DA0A2
(141,160,162)
#98A9AB
(152,169,171)
#A3B2B4
(163,178,180)
#AEBBBD
(174,187,189)
#B9C4C6
(185,196,198)
#C4CDCF
(196,205,207)
#CFD6D8
(207,214,216)
#DADFE1
(218,223,225)
#E5E8EA
(229,232,234)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829799; }

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

This text font color is #829799.


Background Color

.myBgColor { background-color: #829799; }

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

This div background color is #829799.


Border color

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

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

This div border color is #829799.


Opacity

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

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

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

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

This text has shadow with #829799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829799 on black background.


Color preview on white background

This text has color #829799 on white background.



Black color preview on #829799 background

This text has black color on #829799 background.


White color preview on #829799 background

This text has white color on #829799 background.