COLOR #829BAE

HEX: #829BAE RGB: (130,155,174)

Color info

#829BAE contains red, green and blue colors in about the same proportion. Web safe color of #829BAE is #999999 (or #999).

RGB color model

#829BAE color RGB value is (130,155,174).

RGB: (130,155,174) (51%, 61%, 68%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 174 of 255 = 68%

130
155
174

R + G + B ~ 60%. #829BAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 155 + 174 = 459 (100%)
R 130 of 459 ~ 28.32%
G 155 of 459 ~ 33.77%
B 174 of 459 ~ 37.91'%

%28.32
%33.77
%37.91

CMYK color model

#829BAE color CMYK value is (25,11,0,32).

  • cyan value is 25.29%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (25,11,0,32)
C25M11Y0K32 (25%, 11%, 0%, 32%)
(0.25 / 0.11 / 0.00 / 0.32)

CMYK percentages

%25.29
%10.92
%0
%31.76

Codes

Color #829BAE in popluar color models

82 9B AE
RGB 130 155 174
HSL 206° 21.36% 59.61%
HSB/HSV 206° 25.29% 68.24%
CMYK 25.29% 10.92% 0.00%
31.76%

Color #829BAE in popluar number systems.

HEX 82 9B AE
Decimal 130 155 174
Binary 10000010 10011011 10101110
Octal 202 233 256

Shades and tints

Shades of #829BAE

#829BAE
(130,155,174)
#778D9F
(119,141,159)
#6C7F90
(108,127,144)
#617181
(97,113,129)
#566372
(86,99,114)
#4B5563
(75,85,99)
#404754
(64,71,84)
#353945
(53,57,69)
#2A2B36
(42,43,54)
#1F1D27
(31,29,39)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #829BAE

#829BAE
(130,155,174)
#8DA4B5
(141,164,181)
#98ADBC
(152,173,188)
#A3B6C3
(163,182,195)
#AEBFCA
(174,191,202)
#B9C8D1
(185,200,209)
#C4D1D8
(196,209,216)
#CFDADF
(207,218,223)
#DAE3E6
(218,227,230)
#E5ECED
(229,236,237)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829BAE; }

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

This text font color is #829BAE.

Background Color

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

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

This div background color is #829BAE.

Border color

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

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

This div border color is #829BAE.

Opacity

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

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

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

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

This text has shadow with #829BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829BAE.

Preview

Color preview on black background

This text has color #829BAE on black background.


Color preview on white background

This text has color #829BAE on white background.


Black color preview on #829BAE background

This text has black color on #829BAE background.


White color preview on #829BAE background

This text has white color on #829BAE background.


Related colors

Complementary color

Complementary color for #hex is #7D6451.


I love getcolorcode.com

Triadic colors

1 #AE829B and #9BAE82 with #829BAE are triadic colors.

2 #AE9B82 and #9B82AE with #829BAE are triadic colors.