COLOR #829FCA

HEX: #829FCA
RGB: (130,159,202)

Color info

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

RGB color model

#829FCA color RGB value is (130,159,202).

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

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 202 of 255 = 79%

130
159
202

R + G + B ~ 64%. #829FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 202 = 491 (100%)
R 130 of 491 ~ 26.48%
G 159 of 491 ~ 32.38%
B 202 of 491 ~ 41.14%

%26.48
%32.38
%41.14

CMYK color model

#829FCA color CMYK value is (36,21,0,21).

  • cyan value is 35.64%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(36,21,0,21)
C36M21Y0K21 
(36%,21%,0%,21%)
(0.36/0.21/0.00/0.21)	

CMYK percentages

%35.64
%21.29
%0
%20.78

Codes

Color #829FCA in popluar color models

829FCA
RGB130159202
HSL216°40.45%65.10%
HSB/HSV216°35.64%79.22%
CMYK35.64%21.29%0.00%
20.78%

Color #829FCA in popluar number systems.

HEX829FCA
Decimal130159202
Binary100000101001111111001010
Octal202237312

Shades and tints

Shades of #829FCA

#829FCA
(130,159,202)
#7791B8
(119,145,184)
#6C83A6
(108,131,166)
#617594
(97,117,148)
#566782
(86,103,130)
#4B5970
(75,89,112)
#404B5E
(64,75,94)
#353D4C
(53,61,76)
#2A2F3A
(42,47,58)
#1F2128
(31,33,40)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #829FCA

#829FCA
(130,159,202)
#8DA7CE
(141,167,206)
#98AFD2
(152,175,210)
#A3B7D6
(163,183,214)
#AEBFDA
(174,191,218)
#B9C7DE
(185,199,222)
#C4CFE2
(196,207,226)
#CFD7E6
(207,215,230)
#DADFEA
(218,223,234)
#E5E7EE
(229,231,238)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829FCA; }

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

This text font color is #829FCA.


Background Color

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

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

This div background color is #829FCA.


Border color

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

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

This div border color is #829FCA.


Opacity

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

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

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

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

This text has shadow with #829FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FCA on black background.


Color preview on white background

This text has color #829FCA on white background.



Black color preview on #829FCA background

This text has black color on #829FCA background.


White color preview on #829FCA background

This text has white color on #829FCA background.