COLOR #829EA5

HEX: #829EA5 RGB: (130,158,165)

Color info

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

RGB color model

#829EA5 color RGB value is (130,158,165).

RGB: (130,158,165) (51%, 62%, 65%)

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 165 of 255 = 65%

130
158
165

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

Portions of RGB colors in percentages

R + G + B = 130 + 158 + 165 = 453 (100%)
R 130 of 453 ~ 28.7%
G 158 of 453 ~ 34.88%
B 165 of 453 ~ 36.42'%

%28.7
%34.88
%36.42

CMYK color model

#829EA5 color CMYK value is (21,4,0,35).

  • cyan value is 21.21%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (21,4,0,35)
C21M4Y0K35 (21%, 4%, 0%, 35%)
(0.21 / 0.04 / 0.00 / 0.35)

CMYK percentages

%21.21
%4.24
%0
%35.29

Codes

Color #829EA5 in popluar color models

82 9E A5
RGB 130 158 165
HSL 192° 16.28% 57.84%
HSB/HSV 192° 21.21% 64.71%
CMYK 21.21% 4.24% 0.00%
35.29%

Color #829EA5 in popluar number systems.

HEX 82 9E A5
Decimal 130 158 165
Binary 10000010 10011110 10100101
Octal 202 236 245

Shades and tints

Shades of #829EA5

#829EA5
(130,158,165)
#779096
(119,144,150)
#6C8287
(108,130,135)
#617478
(97,116,120)
#566669
(86,102,105)
#4B585A
(75,88,90)
#404A4B
(64,74,75)
#353C3C
(53,60,60)
#2A2E2D
(42,46,45)
#1F201E
(31,32,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #829EA5

#829EA5
(130,158,165)
#8DA6AD
(141,166,173)
#98AEB5
(152,174,181)
#A3B6BD
(163,182,189)
#AEBEC5
(174,190,197)
#B9C6CD
(185,198,205)
#C4CED5
(196,206,213)
#CFD6DD
(207,214,221)
#DADEE5
(218,222,229)
#E5E6ED
(229,230,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829EA5 color. Also use rgb(130,158,165) instead hex code.

Text Font Color

.myTextColor { color: #829EA5; }

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

This text font color is #829EA5.

Background Color

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

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

This div background color is #829EA5.

Border color

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

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

This div border color is #829EA5.

Opacity

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

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

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

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

This text has shadow with #829EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829EA5.

Preview

Color preview on black background

This text has color #829EA5 on black background.


Color preview on white background

This text has color #829EA5 on white background.


Black color preview on #829EA5 background

This text has black color on #829EA5 background.


White color preview on #829EA5 background

This text has white color on #829EA5 background.


Related colors

Complementary color

Complementary color for #hex is #7D615A.


I love getcolorcode.com

Triadic colors

1 #A5829E and #9EA582 with #829EA5 are triadic colors.

2 #A59E82 and #9E82A5 with #829EA5 are triadic colors.