COLOR #829BD0

HEX: #829BD0 RGB: (130,155,208)

Color info

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

RGB color model

#829BD0 color RGB value is (130,155,208).

RGB: (130,155,208) (51%, 61%, 82%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 208 of 255 = 82%

130
155
208

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

Portions of RGB colors in percentages

R + G + B = 130 + 155 + 208 = 493 (100%)
R 130 of 493 ~ 26.37%
G 155 of 493 ~ 31.44%
B 208 of 493 ~ 42.19'%

%26.37
%31.44
%42.19

CMYK color model

#829BD0 color CMYK value is (38,25,0,18).

  • cyan value is 37.50%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (38,25,0,18)
C38M25Y0K18 (38%, 25%, 0%, 18%)
(0.38 / 0.25 / 0.00 / 0.18)

CMYK percentages

%37.5
%25.48
%0
%18.43

Codes

Color #829BD0 in popluar color models

82 9B D0
RGB 130 155 208
HSL 221° 45.35% 66.27%
HSB/HSV 221° 37.50% 81.57%
CMYK 37.50% 25.48% 0.00%
18.43%

Color #829BD0 in popluar number systems.

HEX 82 9B D0
Decimal 130 155 208
Binary 10000010 10011011 11010000
Octal 202 233 320

Shades and tints

Shades of #829BD0

#829BD0
(130,155,208)
#778DBE
(119,141,190)
#6C7FAC
(108,127,172)
#61719A
(97,113,154)
#566388
(86,99,136)
#4B5576
(75,85,118)
#404764
(64,71,100)
#353952
(53,57,82)
#2A2B40
(42,43,64)
#1F1D2E
(31,29,46)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #829BD0

#829BD0
(130,155,208)
#8DA4D4
(141,164,212)
#98ADD8
(152,173,216)
#A3B6DC
(163,182,220)
#AEBFE0
(174,191,224)
#B9C8E4
(185,200,228)
#C4D1E8
(196,209,232)
#CFDAEC
(207,218,236)
#DAE3F0
(218,227,240)
#E5ECF4
(229,236,244)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829BD0 color. Also use rgb(130,155,208) instead hex code.

Text Font Color

.myTextColor { color: #829BD0; }

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

This text font color is #829BD0.

Background Color

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

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

This div background color is #829BD0.

Border color

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

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

This div border color is #829BD0.

Opacity

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

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

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

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

This text has shadow with #829BD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829BD0.

Preview

Color preview on black background

This text has color #829BD0 on black background.


Color preview on white background

This text has color #829BD0 on white background.


Black color preview on #829BD0 background

This text has black color on #829BD0 background.


White color preview on #829BD0 background

This text has white color on #829BD0 background.


Related colors

Complementary color

Complementary color for #hex is #7D642F.


I love getcolorcode.com

Triadic colors

1 #D0829B and #9BD082 with #829BD0 are triadic colors.

2 #D09B82 and #9B82D0 with #829BD0 are triadic colors.