COLOR #829DA2

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

Color info

#829DA2 contains red, green and blue colors in about the same proportion. Web safe color of #829DA2 is #999999 (or #999).

RGB color model

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

RGB: (130,157,162) (51%, 62%, 64%)

RGB channels and saturation

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).

Portions of RGB colors in percentages

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 color model

#829DA2 color CMYK value is (20,3,0,36).

  • cyan value is 19.75%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (20,3,0,36)
C20M3Y0K36 (20%, 3%, 0%, 36%)
(0.20 / 0.03 / 0.00 / 0.36)

CMYK percentages

%19.75
%3.09
%0
%36.47

Codes

Color #829DA2 in popluar color models

82 9D A2
RGB 130 157 162
HSL 189° 14.68% 57.25%
HSB/HSV 189° 19.75% 63.53%
CMYK 19.75% 3.09% 0.00%
36.47%

Color #829DA2 in popluar number systems.

HEX 82 9D A2
Decimal 130 157 162
Binary 10000010 10011101 10100010
Octal 202 235 242

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.


Related colors

Complementary color

Complementary color for #hex is #7D625D.


I love getcolorcode.com

Triadic colors

1 #A2829D and #9DA282 with #829DA2 are triadic colors.

2 #A29D82 and #9D82A2 with #829DA2 are triadic colors.