COLOR #829CA2

HEX: #829CA2
RGB: (130,156,162)

Color info

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

RGB color model

#829CA2 color RGB value is (130,156,162).

  • red value is 130;
  • green value is 156;
  • blue value is 162.
RGB:
(130,156,162)
(51%,61%,64%)

RGB channels and saturation

R 130 of 255 = 51%
G 156 of 255 = 61%
B 162 of 255 = 64%

130
156
162

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

Portions of RGB colors in percentages

R + G + B =
130 + 156 + 162 = 448 (100%)
R 130 of 448 ~ 29.02%
G 156 of 448 ~ 34.82%
B 162 of 448 ~ 36.16%

%29.02
%34.82
%36.16

CMYK color model

#829CA2 color CMYK value is (20,4,0,36).

  • cyan value is 19.75%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(20,4,0,36)
C20M4Y0K36 
(20%,4%,0%,36%)
(0.20/0.04/0.00/0.36)	

CMYK percentages

%19.75
%3.7
%0
%36.47

Codes

Color #829CA2 in popluar color models

829CA2
RGB130156162
HSL191°14.68%57.25%
HSB/HSV191°19.75%63.53%
CMYK19.75%3.70%0.00%
36.47%

Color #829CA2 in popluar number systems.

HEX829CA2
Decimal130156162
Binary100000101001110010100010
Octal202234242

Shades and tints

Shades of #829CA2

#829CA2
(130,156,162)
#778E94
(119,142,148)
#6C8086
(108,128,134)
#617278
(97,114,120)
#56646A
(86,100,106)
#4B565C
(75,86,92)
#40484E
(64,72,78)
#353A40
(53,58,64)
#2A2C32
(42,44,50)
#1F1E24
(31,30,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #829CA2

#829CA2
(130,156,162)
#8DA5AA
(141,165,170)
#98AEB2
(152,174,178)
#A3B7BA
(163,183,186)
#AEC0C2
(174,192,194)
#B9C9CA
(185,201,202)
#C4D2D2
(196,210,210)
#CFDBDA
(207,219,218)
#DAE4E2
(218,228,226)
#E5EDEA
(229,237,234)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829CA2 color. Also use rgb(130,156,162) instead hex code.

Text Font Color

.myTextColor { color: #829CA2; }

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

This text font color is #829CA2.


Background Color

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

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

This div background color is #829CA2.


Border color

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

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

This div border color is #829CA2.


Opacity

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

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

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

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

This text has shadow with #829CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829CA2 on black background.


Color preview on white background

This text has color #829CA2 on white background.



Black color preview on #829CA2 background

This text has black color on #829CA2 background.


White color preview on #829CA2 background

This text has white color on #829CA2 background.