COLOR #829DCF

HEX: #829DCF
RGB: (130,157,207)

Color info

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

RGB color model

#829DCF color RGB value is (130,157,207).

  • red value is 130;
  • green value is 157;
  • blue value is 207.
RGB:
(130,157,207)
(51%,62%,81%)

RGB channels and saturation

R 130 of 255 = 51%
G 157 of 255 = 62%
B 207 of 255 = 81%

130
157
207

R + G + B ~ 65%. #829DCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 157 + 207 = 494 (100%)
R 130 of 494 ~ 26.32%
G 157 of 494 ~ 31.78%
B 207 of 494 ~ 41.9%

%26.32
%31.78
%41.9

CMYK color model

#829DCF color CMYK value is (37,24,0,19).

  • cyan value is 37.20%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(37,24,0,19)
C37M24Y0K19 
(37%,24%,0%,19%)
(0.37/0.24/0.00/0.19)	

CMYK percentages

%37.2
%24.15
%0
%18.82

Codes

Color #829DCF in popluar color models

829DCF
RGB130157207
HSL219°44.51%66.08%
HSB/HSV219°37.20%81.18%
CMYK37.20%24.15%0.00%
18.82%

Color #829DCF in popluar number systems.

HEX829DCF
Decimal130157207
Binary100000101001110111001111
Octal202235317

Shades and tints

Shades of #829DCF

#829DCF
(130,157,207)
#778FBD
(119,143,189)
#6C81AB
(108,129,171)
#617399
(97,115,153)
#566587
(86,101,135)
#4B5775
(75,87,117)
#404963
(64,73,99)
#353B51
(53,59,81)
#2A2D3F
(42,45,63)
#1F1F2D
(31,31,45)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #829DCF

#829DCF
(130,157,207)
#8DA5D3
(141,165,211)
#98ADD7
(152,173,215)
#A3B5DB
(163,181,219)
#AEBDDF
(174,189,223)
#B9C5E3
(185,197,227)
#C4CDE7
(196,205,231)
#CFD5EB
(207,213,235)
#DADDEF
(218,221,239)
#E5E5F3
(229,229,243)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829DCF color. Also use rgb(130,157,207) instead hex code.

Text Font Color

.myTextColor { color: #829DCF; }

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

This text font color is #829DCF.


Background Color

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

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

This div background color is #829DCF.


Border color

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

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

This div border color is #829DCF.


Opacity

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

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

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

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

This text has shadow with #829DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829DCF on black background.


Color preview on white background

This text has color #829DCF on white background.



Black color preview on #829DCF background

This text has black color on #829DCF background.


White color preview on #829DCF background

This text has white color on #829DCF background.