COLOR #829D99

HEX: #829D99
RGB: (130,157,153)

Renk bilgisi

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

RGB renk modeli

#829D99 color RGB value is (130,157,153).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 153 of 255 = 60%

130
157
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 153 = 440 (100%)
R 130 of 440 ~ 29.55%
G 157 of 440 ~ 35.68%
B 153 of 440 ~ 34.77%

%29.55
%35.68
%34.77

CMYK RENK MODELİ

#829D99 rengi CMYK tonu (17,0,3,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 0.00%
  • sarı tonu 2.55%
  • ana renk tonu 38.43%
CMYK:
(17,0,3,38)
C17M0Y3K38 
(17%,0%,3%,38%)
(0.17/0.00/0.03/0.38)	

CMYK yüzdeleri

%17.2
%0
%2.55
%38.43

Codes

Color #829D99 in popluar color models

829D99
RGB130157153
HSL171°12.11%56.27%
HSB/HSV171°17.20%61.57%
CMYK17.20%0.00%2.55%
38.43%

Color #829D99 in popluar number systems.

HEX829D99
Decimal130157153
Binary100000101001110110011001
Octal202235231

Shades and tints

Shades of #829D99

#829D99
(130,157,153)
#778F8C
(119,143,140)
#6C817F
(108,129,127)
#617372
(97,115,114)
#566565
(86,101,101)
#4B5758
(75,87,88)
#40494B
(64,73,75)
#353B3E
(53,59,62)
#2A2D31
(42,45,49)
#1F1F24
(31,31,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #829D99

#829D99
(130,157,153)
#8DA5A2
(141,165,162)
#98ADAB
(152,173,171)
#A3B5B4
(163,181,180)
#AEBDBD
(174,189,189)
#B9C5C6
(185,197,198)
#C4CDCF
(196,205,207)
#CFD5D8
(207,213,216)
#DADDE1
(218,221,225)
#E5E5EA
(229,229,234)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829D99; }

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

This text font color is #829D99.


Background Color

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

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

This div background color is #829D99.


Border color

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

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

This div border color is #829D99.


Opacity

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

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

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

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

This text has shadow with #829D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D99 on black background.


Color preview on white background

This text has color #829D99 on white background.



Black color preview on #829D99 background

This text has black color on #829D99 background.


White color preview on #829D99 background

This text has white color on #829D99 background.