COLOR #829FAB

HEX: #829FAB RGB: (130,159,171)

Color info

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

RGB color model

#829FAB color RGB value is (130,159,171).

RGB: (130,159,171) (51%, 62%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 171 of 255 = 67%

130
159
171

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

Portions of RGB colors in percentages

R + G + B = 130 + 159 + 171 = 460 (100%)
R 130 of 460 ~ 28.26%
G 159 of 460 ~ 34.57%
B 171 of 460 ~ 37.17'%

%28.26
%34.57
%37.17

CMYK color model

#829FAB color CMYK value is (24,7,0,33).

  • cyan value is 23.98%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (24,7,0,33)
C24M7Y0K33 (24%, 7%, 0%, 33%)
(0.24 / 0.07 / 0.00 / 0.33)

CMYK percentages

%23.98
%7.02
%0
%32.94

Codes

Color #829FAB in popluar color models

82 9F AB
RGB 130 159 171
HSL 198° 19.62% 59.02%
HSB/HSV 198° 23.98% 67.06%
CMYK 23.98% 7.02% 0.00%
32.94%

Color #829FAB in popluar number systems.

HEX 82 9F AB
Decimal 130 159 171
Binary 10000010 10011111 10101011
Octal 202 237 253

Shades and tints

Shades of #829FAB

#829FAB
(130,159,171)
#77919C
(119,145,156)
#6C838D
(108,131,141)
#61757E
(97,117,126)
#56676F
(86,103,111)
#4B5960
(75,89,96)
#404B51
(64,75,81)
#353D42
(53,61,66)
#2A2F33
(42,47,51)
#1F2124
(31,33,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #829FAB

#829FAB
(130,159,171)
#8DA7B2
(141,167,178)
#98AFB9
(152,175,185)
#A3B7C0
(163,183,192)
#AEBFC7
(174,191,199)
#B9C7CE
(185,199,206)
#C4CFD5
(196,207,213)
#CFD7DC
(207,215,220)
#DADFE3
(218,223,227)
#E5E7EA
(229,231,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829FAB color. Also use rgb(130,159,171) instead hex code.

Text Font Color

.myTextColor { color: #829FAB; }

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

This text font color is #829FAB.

Background Color

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

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

This div background color is #829FAB.

Border color

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

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

This div border color is #829FAB.

Opacity

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

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

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

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

This text has shadow with #829FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829FAB.

Preview

Color preview on black background

This text has color #829FAB on black background.


Color preview on white background

This text has color #829FAB on white background.


Black color preview on #829FAB background

This text has black color on #829FAB background.


White color preview on #829FAB background

This text has white color on #829FAB background.


Related colors

Complementary color

Complementary color for #hex is #7D6054.


I love getcolorcode.com

Triadic colors

1 #AB829F and #9FAB82 with #829FAB are triadic colors.

2 #AB9F82 and #9F82AB with #829FAB are triadic colors.