COLOR #829BBF

HEX: #829BBF RGB: (130,155,191)

Color info

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

RGB color model

#829BBF color RGB value is (130,155,191).

RGB: (130,155,191) (51%, 61%, 75%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 191 of 255 = 75%

130
155
191

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

Portions of RGB colors in percentages

R + G + B = 130 + 155 + 191 = 476 (100%)
R 130 of 476 ~ 27.31%
G 155 of 476 ~ 32.56%
B 191 of 476 ~ 40.13'%

%27.31
%32.56
%40.13

CMYK color model

#829BBF color CMYK value is (32,19,0,25).

  • cyan value is 31.94%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (32,19,0,25) C32M19Y0K25 (32%,19%,0%,25%) (0.32/0.19/0.00/0.25) 

CMYK percentages

%31.94
%18.85
%0
%25.1

Codes

Color #829BBF in popluar color models

82 9B BF
RGB 130 155 191
HSL 215° 32.28% 62.94%
HSB/HSV 215° 31.94% 74.90%
CMYK 31.94% 18.85% 0.00%
25.10%

Color #829BBF in popluar number systems.

HEX 82 9B BF
Decimal 130 155 191
Binary 10000010 10011011 10111111
Octal 202 233 277

Shades and tints

Shades of #829BBF

#829BBF
(130,155,191)
#778DAE
(119,141,174)
#6C7F9D
(108,127,157)
#61718C
(97,113,140)
#56637B
(86,99,123)
#4B556A
(75,85,106)
#404759
(64,71,89)
#353948
(53,57,72)
#2A2B37
(42,43,55)
#1F1D26
(31,29,38)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #829BBF

#829BBF
(130,155,191)
#8DA4C4
(141,164,196)
#98ADC9
(152,173,201)
#A3B6CE
(163,182,206)
#AEBFD3
(174,191,211)
#B9C8D8
(185,200,216)
#C4D1DD
(196,209,221)
#CFDAE2
(207,218,226)
#DAE3E7
(218,227,231)
#E5ECEC
(229,236,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829BBF; }

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

This text font color is #829BBF.

Background Color

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

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

This div background color is #829BBF.

Border color

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

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

This div border color is #829BBF.

Opacity

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

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

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

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

This text has shadow with #829BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829BBF.

Preview

Color preview on black background

This text has color #829BBF on black background.


Color preview on white background

This text has color #829BBF on white background.


Black color preview on #829BBF background

This text has black color on #829BBF background.


White color preview on #829BBF background

This text has white color on #829BBF background.


Related colors

Complementary color

Complementary color for #hex is #7D6440.


I love getcolorcode.com

Triadic colors

1 #BF829B and #9BBF82 with #829BBF are triadic colors.

2 #BF9B82 and #9B82BF with #829BBF are triadic colors.