COLOR #829DAF

HEX: #829DAF RGB: (130,157,175)

Color info

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

RGB color model

#829DAF color RGB value is (130,157,175).

RGB: (130,157,175) (51%, 62%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 157 of 255 = 62%
B 175 of 255 = 69%

130
157
175

R + G + B ~ 61%. #829DAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 157 + 175 = 462 (100%)
R 130 of 462 ~ 28.14%
G 157 of 462 ~ 33.98%
B 175 of 462 ~ 37.88'%

%28.14
%33.98
%37.88

CMYK color model

#829DAF color CMYK value is (26,10,0,31).

  • cyan value is 25.71%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (26,10,0,31)
C26M10Y0K31 (26%, 10%, 0%, 31%)
(0.26 / 0.10 / 0.00 / 0.31)

CMYK percentages

%25.71
%10.29
%0
%31.37

Codes

Color #829DAF in popluar color models

82 9D AF
RGB 130 157 175
HSL 204° 21.95% 59.80%
HSB/HSV 204° 25.71% 68.63%
CMYK 25.71% 10.29% 0.00%
31.37%

Color #829DAF in popluar number systems.

HEX 82 9D AF
Decimal 130 157 175
Binary 10000010 10011101 10101111
Octal 202 235 257

Shades and tints

Shades of #829DAF

#829DAF
(130,157,175)
#778FA0
(119,143,160)
#6C8191
(108,129,145)
#617382
(97,115,130)
#566573
(86,101,115)
#4B5764
(75,87,100)
#404955
(64,73,85)
#353B46
(53,59,70)
#2A2D37
(42,45,55)
#1F1F28
(31,31,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #829DAF

#829DAF
(130,157,175)
#8DA5B6
(141,165,182)
#98ADBD
(152,173,189)
#A3B5C4
(163,181,196)
#AEBDCB
(174,189,203)
#B9C5D2
(185,197,210)
#C4CDD9
(196,205,217)
#CFD5E0
(207,213,224)
#DADDE7
(218,221,231)
#E5E5EE
(229,229,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829DAF; }

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

This text font color is #829DAF.

Background Color

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

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

This div background color is #829DAF.

Border color

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

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

This div border color is #829DAF.

Opacity

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

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

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

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

This text has shadow with #829DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829DAF.

Preview

Color preview on black background

This text has color #829DAF on black background.


Color preview on white background

This text has color #829DAF on white background.


Black color preview on #829DAF background

This text has black color on #829DAF background.


White color preview on #829DAF background

This text has white color on #829DAF background.


Related colors

Complementary color

Complementary color for #hex is #7D6250.


I love getcolorcode.com

Triadic colors

1 #AF829D and #9DAF82 with #829DAF are triadic colors.

2 #AF9D82 and #9D82AF with #829DAF are triadic colors.