COLOR #829AB0

HEX: #829AB0 RGB: (130,154,176)

Color info

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

RGB color model

#829AB0 color RGB value is (130,154,176).

RGB: (130,154,176) (51%, 60%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 176 of 255 = 69%

130
154
176

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

Portions of RGB colors in percentages

R + G + B = 130 + 154 + 176 = 460 (100%)
R 130 of 460 ~ 28.26%
G 154 of 460 ~ 33.48%
B 176 of 460 ~ 38.26'%

%28.26
%33.48
%38.26

CMYK color model

#829AB0 color CMYK value is (26,13,0,31).

  • cyan value is 26.14%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (26,13,0,31)
C26M13Y0K31 (26%, 13%, 0%, 31%)
(0.26 / 0.13 / 0.00 / 0.31)

CMYK percentages

%26.14
%12.5
%0
%30.98

Codes

Color #829AB0 in popluar color models

82 9A B0
RGB 130 154 176
HSL 209° 22.55% 60.00%
HSB/HSV 209° 26.14% 69.02%
CMYK 26.14% 12.50% 0.00%
30.98%

Color #829AB0 in popluar number systems.

HEX 82 9A B0
Decimal 130 154 176
Binary 10000010 10011010 10110000
Octal 202 232 260

Shades and tints

Shades of #829AB0

#829AB0
(130,154,176)
#778CA0
(119,140,160)
#6C7E90
(108,126,144)
#617080
(97,112,128)
#566270
(86,98,112)
#4B5460
(75,84,96)
#404650
(64,70,80)
#353840
(53,56,64)
#2A2A30
(42,42,48)
#1F1C20
(31,28,32)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #829AB0

#829AB0
(130,154,176)
#8DA3B7
(141,163,183)
#98ACBE
(152,172,190)
#A3B5C5
(163,181,197)
#AEBECC
(174,190,204)
#B9C7D3
(185,199,211)
#C4D0DA
(196,208,218)
#CFD9E1
(207,217,225)
#DAE2E8
(218,226,232)
#E5EBEF
(229,235,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829AB0 color. Also use rgb(130,154,176) instead hex code.

Text Font Color

.myTextColor { color: #829AB0; }

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

This text font color is #829AB0.

Background Color

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

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

This div background color is #829AB0.

Border color

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

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

This div border color is #829AB0.

Opacity

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

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

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

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

This text has shadow with #829AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829AB0.

Preview

Color preview on black background

This text has color #829AB0 on black background.


Color preview on white background

This text has color #829AB0 on white background.


Black color preview on #829AB0 background

This text has black color on #829AB0 background.


White color preview on #829AB0 background

This text has white color on #829AB0 background.


Related colors

Complementary color

Complementary color for #hex is #7D654F.


I love getcolorcode.com

Triadic colors

1 #B0829A and #9AB082 with #829AB0 are triadic colors.

2 #B09A82 and #9A82B0 with #829AB0 are triadic colors.