COLOR #829AA2

HEX: #829AA2
RGB: (130,154,162)

Color info

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

RGB color model

#829AA2 color RGB value is (130,154,162).

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

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 162 of 255 = 64%

130
154
162

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

Portions of RGB colors in percentages

R + G + B =
130 + 154 + 162 = 446 (100%)
R 130 of 446 ~ 29.15%
G 154 of 446 ~ 34.53%
B 162 of 446 ~ 36.32%

%29.15
%34.53
%36.32

CMYK color model

#829AA2 color CMYK value is (20,5,0,36).

  • cyan value is 19.75%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(20,5,0,36)
C20M5Y0K36 
(20%,5%,0%,36%)
(0.20/0.05/0.00/0.36)	

CMYK percentages

%19.75
%4.94
%0
%36.47

Codes

Color #829AA2 in popluar color models

829AA2
RGB130154162
HSL195°14.68%57.25%
HSB/HSV195°19.75%63.53%
CMYK19.75%4.94%0.00%
36.47%

Color #829AA2 in popluar number systems.

HEX829AA2
Decimal130154162
Binary100000101001101010100010
Octal202232242

Shades and tints

Shades of #829AA2

#829AA2
(130,154,162)
#778C94
(119,140,148)
#6C7E86
(108,126,134)
#617078
(97,112,120)
#56626A
(86,98,106)
#4B545C
(75,84,92)
#40464E
(64,70,78)
#353840
(53,56,64)
#2A2A32
(42,42,50)
#1F1C24
(31,28,36)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #829AA2

#829AA2
(130,154,162)
#8DA3AA
(141,163,170)
#98ACB2
(152,172,178)
#A3B5BA
(163,181,186)
#AEBEC2
(174,190,194)
#B9C7CA
(185,199,202)
#C4D0D2
(196,208,210)
#CFD9DA
(207,217,218)
#DAE2E2
(218,226,226)
#E5EBEA
(229,235,234)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829AA2; }

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

This text font color is #829AA2.


Background Color

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

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

This div background color is #829AA2.


Border color

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

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

This div border color is #829AA2.


Opacity

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

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

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

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

This text has shadow with #829AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829AA2 on black background.


Color preview on white background

This text has color #829AA2 on white background.



Black color preview on #829AA2 background

This text has black color on #829AA2 background.


White color preview on #829AA2 background

This text has white color on #829AA2 background.