COLOR #829CDD

HEX: #829CDD RGB: (130,156,221)

Color info

#829CDD contains mainly blue color. Web safe color of #829CDD is #9999CC (or #99C).

RGB color model

#829CDD color RGB value is (130,156,221).

RGB: (130,156,221) (51%, 61%, 87%)

RGB channels and saturation

R 130 of 255 = 51%
G 156 of 255 = 61%
B 221 of 255 = 87%

130
156
221

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

Portions of RGB colors in percentages

R + G + B = 130 + 156 + 221 = 507 (100%)
R 130 of 507 ~ 25.64%
G 156 of 507 ~ 30.77%
B 221 of 507 ~ 43.59'%

%25.64
%30.77
%43.59

CMYK color model

#829CDD color CMYK value is (41,29,0,13).

  • cyan value is 41.18%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (41,29,0,13)
C41M29Y0K13 (41%, 29%, 0%, 13%)
(0.41 / 0.29 / 0.00 / 0.13)

CMYK percentages

%41.18
%29.41
%0
%13.33

Codes

Color #829CDD in popluar color models

82 9C DD
RGB 130 156 221
HSL 223° 57.23% 68.82%
HSB/HSV 223° 41.18% 86.67%
CMYK 41.18% 29.41% 0.00%
13.33%

Color #829CDD in popluar number systems.

HEX 82 9C DD
Decimal 130 156 221
Binary 10000010 10011100 11011101
Octal 202 234 335

Shades and tints

Shades of #829CDD

#829CDD
(130,156,221)
#778EC9
(119,142,201)
#6C80B5
(108,128,181)
#6172A1
(97,114,161)
#56648D
(86,100,141)
#4B5679
(75,86,121)
#404865
(64,72,101)
#353A51
(53,58,81)
#2A2C3D
(42,44,61)
#1F1E29
(31,30,41)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #829CDD

#829CDD
(130,156,221)
#8DA5E0
(141,165,224)
#98AEE3
(152,174,227)
#A3B7E6
(163,183,230)
#AEC0E9
(174,192,233)
#B9C9EC
(185,201,236)
#C4D2EF
(196,210,239)
#CFDBF2
(207,219,242)
#DAE4F5
(218,228,245)
#E5EDF8
(229,237,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829CDD color. Also use rgb(130,156,221) instead hex code.

Text Font Color

.myTextColor { color: #829CDD; }

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

This text font color is #829CDD.

Background Color

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

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

This div background color is #829CDD.

Border color

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

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

This div border color is #829CDD.

Opacity

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

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

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

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

This text has shadow with #829CDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829CDD.

Preview

Color preview on black background

This text has color #829CDD on black background.


Color preview on white background

This text has color #829CDD on white background.


Black color preview on #829CDD background

This text has black color on #829CDD background.


White color preview on #829CDD background

This text has white color on #829CDD background.


Related colors

Complementary color

Complementary color for #hex is #7D6322.


I love getcolorcode.com

Triadic colors

1 #DD829C and #9CDD82 with #829CDD are triadic colors.

2 #DD9C82 and #9C82DD with #829CDD are triadic colors.