COLOR #829DA2

HEX: #829DA2
RGB: (130,157,162)

Renk bilgisi

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

RGB renk modeli

#829DA2 color RGB value is (130,157,162).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 162 of 255 = 64%

130
157
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 162 = 449 (100%)
R 130 of 449 ~ 28.95%
G 157 of 449 ~ 34.97%
B 162 of 449 ~ 36.08%

%28.95
%34.97
%36.08

CMYK RENK MODELİ

#829DA2 rengi CMYK tonu (20,3,0,36).

  • camgöbeği tonu 19.75%
  • eflatun tonu 3.09%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(20,3,0,36)
C20M3Y0K36 
(20%,3%,0%,36%)
(0.20/0.03/0.00/0.36)	

CMYK yüzdeleri

%19.75
%3.09
%0
%36.47

Codes

Color #829DA2 in popluar color models

829DA2
RGB130157162
HSL189°14.68%57.25%
HSB/HSV189°19.75%63.53%
CMYK19.75%3.09%0.00%
36.47%

Color #829DA2 in popluar number systems.

HEX829DA2
Decimal130157162
Binary100000101001110110100010
Octal202235242

Shades and tints

Shades of #829DA2

#829DA2
(130,157,162)
#778F94
(119,143,148)
#6C8186
(108,129,134)
#617378
(97,115,120)
#56656A
(86,101,106)
#4B575C
(75,87,92)
#40494E
(64,73,78)
#353B40
(53,59,64)
#2A2D32
(42,45,50)
#1F1F24
(31,31,36)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #829DA2

#829DA2
(130,157,162)
#8DA5AA
(141,165,170)
#98ADB2
(152,173,178)
#A3B5BA
(163,181,186)
#AEBDC2
(174,189,194)
#B9C5CA
(185,197,202)
#C4CDD2
(196,205,210)
#CFD5DA
(207,213,218)
#DADDE2
(218,221,226)
#E5E5EA
(229,229,234)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829DA2; }

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

This text font color is #829DA2.


Background Color

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

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

This div background color is #829DA2.


Border color

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

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

This div border color is #829DA2.


Opacity

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

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

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

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

This text has shadow with #829DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829DA2 on black background.


Color preview on white background

This text has color #829DA2 on white background.



Black color preview on #829DA2 background

This text has black color on #829DA2 background.


White color preview on #829DA2 background

This text has white color on #829DA2 background.