COLOR #829FA9

HEX: #829FA9
RGB: (130,159,169)

Color info

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

RGB color model

#829FA9 color RGB value is (130,159,169).

  • red value is 130;
  • green value is 159;
  • blue value is 169.
RGB:
(130,159,169)
(51%,62%,66%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 169 of 255 = 66%

130
159
169

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

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 169 = 458 (100%)
R 130 of 458 ~ 28.38%
G 159 of 458 ~ 34.72%
B 169 of 458 ~ 36.9%

%28.38
%34.72
%36.9

CMYK color model

#829FA9 color CMYK value is (23,6,0,34).

  • cyan value is 23.08%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(23,6,0,34)
C23M6Y0K34 
(23%,6%,0%,34%)
(0.23/0.06/0.00/0.34)	

CMYK percentages

%23.08
%5.92
%0
%33.73

Codes

Color #829FA9 in popluar color models

829FA9
RGB130159169
HSL195°18.48%58.63%
HSB/HSV195°23.08%66.27%
CMYK23.08%5.92%0.00%
33.73%

Color #829FA9 in popluar number systems.

HEX829FA9
Decimal130159169
Binary100000101001111110101001
Octal202237251

Shades and tints

Shades of #829FA9

#829FA9
(130,159,169)
#77919A
(119,145,154)
#6C838B
(108,131,139)
#61757C
(97,117,124)
#56676D
(86,103,109)
#4B595E
(75,89,94)
#404B4F
(64,75,79)
#353D40
(53,61,64)
#2A2F31
(42,47,49)
#1F2122
(31,33,34)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #829FA9

#829FA9
(130,159,169)
#8DA7B0
(141,167,176)
#98AFB7
(152,175,183)
#A3B7BE
(163,183,190)
#AEBFC5
(174,191,197)
#B9C7CC
(185,199,204)
#C4CFD3
(196,207,211)
#CFD7DA
(207,215,218)
#DADFE1
(218,223,225)
#E5E7E8
(229,231,232)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829FA9; }

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

This text font color is #829FA9.


Background Color

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

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

This div background color is #829FA9.


Border color

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

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

This div border color is #829FA9.


Opacity

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

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

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

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

This text has shadow with #829FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FA9 on black background.


Color preview on white background

This text has color #829FA9 on white background.



Black color preview on #829FA9 background

This text has black color on #829FA9 background.


White color preview on #829FA9 background

This text has white color on #829FA9 background.