COLOR #829BCE

HEX: #829BCE
RGB: (130,155,206)

Color info

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

RGB color model

#829BCE color RGB value is (130,155,206).

  • red value is 130;
  • green value is 155;
  • blue value is 206.
RGB:
(130,155,206)
(51%,61%,81%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 206 of 255 = 81%

130
155
206

R + G + B ~ 64%. #829BCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 206 = 491 (100%)
R 130 of 491 ~ 26.48%
G 155 of 491 ~ 31.57%
B 206 of 491 ~ 41.96%

%26.48
%31.57
%41.96

CMYK color model

#829BCE color CMYK value is (37,25,0,19).

  • cyan value is 36.89%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(37,25,0,19)
C37M25Y0K19 
(37%,25%,0%,19%)
(0.37/0.25/0.00/0.19)	

CMYK percentages

%36.89
%24.76
%0
%19.22

Codes

Color #829BCE in popluar color models

829BCE
RGB130155206
HSL220°43.68%65.88%
HSB/HSV220°36.89%80.78%
CMYK36.89%24.76%0.00%
19.22%

Color #829BCE in popluar number systems.

HEX829BCE
Decimal130155206
Binary100000101001101111001110
Octal202233316

Shades and tints

Shades of #829BCE

#829BCE
(130,155,206)
#778DBC
(119,141,188)
#6C7FAA
(108,127,170)
#617198
(97,113,152)
#566386
(86,99,134)
#4B5574
(75,85,116)
#404762
(64,71,98)
#353950
(53,57,80)
#2A2B3E
(42,43,62)
#1F1D2C
(31,29,44)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #829BCE

#829BCE
(130,155,206)
#8DA4D2
(141,164,210)
#98ADD6
(152,173,214)
#A3B6DA
(163,182,218)
#AEBFDE
(174,191,222)
#B9C8E2
(185,200,226)
#C4D1E6
(196,209,230)
#CFDAEA
(207,218,234)
#DAE3EE
(218,227,238)
#E5ECF2
(229,236,242)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829BCE; }

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

This text font color is #829BCE.


Background Color

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

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

This div background color is #829BCE.


Border color

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

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

This div border color is #829BCE.


Opacity

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

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

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

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

This text has shadow with #829BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829BCE on black background.


Color preview on white background

This text has color #829BCE on white background.



Black color preview on #829BCE background

This text has black color on #829BCE background.


White color preview on #829BCE background

This text has white color on #829BCE background.