COLOR #829FDA

HEX: #829FDA
RGB: (130,159,218)

Color info

#829FDA contains mainly green and blue colors. Web safe color of #829FDA is #9999CC (or #99C).

RGB color model

#829FDA color RGB value is (130,159,218).

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

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 218 of 255 = 85%

130
159
218

R + G + B ~ 66%. #829FDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 218 = 507 (100%)
R 130 of 507 ~ 25.64%
G 159 of 507 ~ 31.36%
B 218 of 507 ~ 43%

%25.64
%31.36
%43

CMYK color model

#829FDA color CMYK value is (40,27,0,15).

  • cyan value is 40.37%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(40,27,0,15)
C40M27Y0K15 
(40%,27%,0%,15%)
(0.40/0.27/0.00/0.15)	

CMYK percentages

%40.37
%27.06
%0
%14.51

Codes

Color #829FDA in popluar color models

829FDA
RGB130159218
HSL220°54.32%68.24%
HSB/HSV220°40.37%85.49%
CMYK40.37%27.06%0.00%
14.51%

Color #829FDA in popluar number systems.

HEX829FDA
Decimal130159218
Binary100000101001111111011010
Octal202237332

Shades and tints

Shades of #829FDA

#829FDA
(130,159,218)
#7791C7
(119,145,199)
#6C83B4
(108,131,180)
#6175A1
(97,117,161)
#56678E
(86,103,142)
#4B597B
(75,89,123)
#404B68
(64,75,104)
#353D55
(53,61,85)
#2A2F42
(42,47,66)
#1F212F
(31,33,47)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #829FDA

#829FDA
(130,159,218)
#8DA7DD
(141,167,221)
#98AFE0
(152,175,224)
#A3B7E3
(163,183,227)
#AEBFE6
(174,191,230)
#B9C7E9
(185,199,233)
#C4CFEC
(196,207,236)
#CFD7EF
(207,215,239)
#DADFF2
(218,223,242)
#E5E7F5
(229,231,245)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829FDA; }

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

This text font color is #829FDA.


Background Color

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

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

This div background color is #829FDA.


Border color

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

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

This div border color is #829FDA.


Opacity

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

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

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

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

This text has shadow with #829FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FDA on black background.


Color preview on white background

This text has color #829FDA on white background.



Black color preview on #829FDA background

This text has black color on #829FDA background.


White color preview on #829FDA background

This text has white color on #829FDA background.