COLOR #829899

HEX: #829899
RGB: (130,152,153)

Renk bilgisi

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

RGB renk modeli

#829899 color RGB value is (130,152,153).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 152 of 255 = 60%
B 153 of 255 = 60%

130
152
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 152 + 153 = 435 (100%)
R 130 of 435 ~ 29.89%
G 152 of 435 ~ 34.94%
B 153 of 435 ~ 35.17%

%29.89
%34.94
%35.17

CMYK RENK MODELİ

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

  • camgöbeği tonu 15.03%
  • eflatun tonu 0.65%
  • 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
%0.65
%0
%40

Codes

Color #829899 in popluar color models

829899
RGB130152153
HSL183°10.13%55.49%
HSB/HSV183°15.03%60.00%
CMYK15.03%0.65%0.00%
40.00%

Color #829899 in popluar number systems.

HEX829899
Decimal130152153
Binary100000101001100010011001
Octal202230231

Shades and tints

Shades of #829899

#829899
(130,152,153)
#778B8C
(119,139,140)
#6C7E7F
(108,126,127)
#617172
(97,113,114)
#566465
(86,100,101)
#4B5758
(75,87,88)
#404A4B
(64,74,75)
#353D3E
(53,61,62)
#2A3031
(42,48,49)
#1F2324
(31,35,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #829899

#829899
(130,152,153)
#8DA1A2
(141,161,162)
#98AAAB
(152,170,171)
#A3B3B4
(163,179,180)
#AEBCBD
(174,188,189)
#B9C5C6
(185,197,198)
#C4CECF
(196,206,207)
#CFD7D8
(207,215,216)
#DAE0E1
(218,224,225)
#E5E9EA
(229,233,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829899; }

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

This text font color is #829899.


Background Color

.myBgColor { background-color: #829899; }

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

This div background color is #829899.


Border color

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

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

This div border color is #829899.


Opacity

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

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

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

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

This text has shadow with #829899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829899 on black background.


Color preview on white background

This text has color #829899 on white background.



Black color preview on #829899 background

This text has black color on #829899 background.


White color preview on #829899 background

This text has white color on #829899 background.