COLOR #829FAA

HEX: #829FAA
RGB: (130,159,170)

Color info

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

RGB color model

#829FAA color RGB value is (130,159,170).

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

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 170 of 255 = 67%

130
159
170

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

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 170 = 459 (100%)
R 130 of 459 ~ 28.32%
G 159 of 459 ~ 34.64%
B 170 of 459 ~ 37.04%

%28.32
%34.64
%37.04

CMYK color model

#829FAA color CMYK value is (24,6,0,33).

  • cyan value is 23.53%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,6,0,33)
C24M6Y0K33 
(24%,6%,0%,33%)
(0.24/0.06/0.00/0.33)	

CMYK percentages

%23.53
%6.47
%0
%33.33

Codes

Color #829FAA in popluar color models

829FAA
RGB130159170
HSL197°19.05%58.82%
HSB/HSV197°23.53%66.67%
CMYK23.53%6.47%0.00%
33.33%

Color #829FAA in popluar number systems.

HEX829FAA
Decimal130159170
Binary100000101001111110101010
Octal202237252

Shades and tints

Shades of #829FAA

#829FAA
(130,159,170)
#77919B
(119,145,155)
#6C838C
(108,131,140)
#61757D
(97,117,125)
#56676E
(86,103,110)
#4B595F
(75,89,95)
#404B50
(64,75,80)
#353D41
(53,61,65)
#2A2F32
(42,47,50)
#1F2123
(31,33,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #829FAA

#829FAA
(130,159,170)
#8DA7B1
(141,167,177)
#98AFB8
(152,175,184)
#A3B7BF
(163,183,191)
#AEBFC6
(174,191,198)
#B9C7CD
(185,199,205)
#C4CFD4
(196,207,212)
#CFD7DB
(207,215,219)
#DADFE2
(218,223,226)
#E5E7E9
(229,231,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829FAA; }

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

This text font color is #829FAA.


Background Color

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

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

This div background color is #829FAA.


Border color

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

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

This div border color is #829FAA.


Opacity

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

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

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

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

This text has shadow with #829FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FAA on black background.


Color preview on white background

This text has color #829FAA on white background.



Black color preview on #829FAA background

This text has black color on #829FAA background.


White color preview on #829FAA background

This text has white color on #829FAA background.