COLOR #829BBD

HEX: #829BBD RGB: (130,155,189)

Color info

#829BBD contains red, green and blue colors in about the same proportion. Web safe color of #829BBD is #9999CC (or #99C).

RGB color model

#829BBD color RGB value is (130,155,189).

RGB: (130,155,189) (51%, 61%, 74%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 189 of 255 = 74%

130
155
189

R + G + B ~ 62%. #829BBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 155 + 189 = 474 (100%)
R 130 of 474 ~ 27.43%
G 155 of 474 ~ 32.7%
B 189 of 474 ~ 39.87'%

%27.43
%32.7
%39.87

CMYK color model

#829BBD color CMYK value is (31,18,0,26).

  • cyan value is 31.22%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (31,18,0,26)
C31M18Y0K26 (31%, 18%, 0%, 26%)
(0.31 / 0.18 / 0.00 / 0.26)

CMYK percentages

%31.22
%17.99
%0
%25.88

Codes

Color #829BBD in popluar color models

82 9B BD
RGB 130 155 189
HSL 215° 30.89% 62.55%
HSB/HSV 215° 31.22% 74.12%
CMYK 31.22% 17.99% 0.00%
25.88%

Color #829BBD in popluar number systems.

HEX 82 9B BD
Decimal 130 155 189
Binary 10000010 10011011 10111101
Octal 202 233 275

Shades and tints

Shades of #829BBD

#829BBD
(130,155,189)
#778DAC
(119,141,172)
#6C7F9B
(108,127,155)
#61718A
(97,113,138)
#566379
(86,99,121)
#4B5568
(75,85,104)
#404757
(64,71,87)
#353946
(53,57,70)
#2A2B35
(42,43,53)
#1F1D24
(31,29,36)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #829BBD

#829BBD
(130,155,189)
#8DA4C3
(141,164,195)
#98ADC9
(152,173,201)
#A3B6CF
(163,182,207)
#AEBFD5
(174,191,213)
#B9C8DB
(185,200,219)
#C4D1E1
(196,209,225)
#CFDAE7
(207,218,231)
#DAE3ED
(218,227,237)
#E5ECF3
(229,236,243)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829BBD; }

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

This text font color is #829BBD.

Background Color

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

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

This div background color is #829BBD.

Border color

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

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

This div border color is #829BBD.

Opacity

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

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

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

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

This text has shadow with #829BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829BBD.

Preview

Color preview on black background

This text has color #829BBD on black background.


Color preview on white background

This text has color #829BBD on white background.


Black color preview on #829BBD background

This text has black color on #829BBD background.


White color preview on #829BBD background

This text has white color on #829BBD background.


Related colors

Complementary color

Complementary color for #hex is #7D6442.


I love getcolorcode.com

Triadic colors

1 #BD829B and #9BBD82 with #829BBD are triadic colors.

2 #BD9B82 and #9B82BD with #829BBD are triadic colors.