COLOR #829BE0

HEX: #829BE0
RGB: (130,155,224)

Color info

#829BE0 contains mainly blue color. Web safe color of #829BE0 is #9999CC (or #99C).

RGB color model

#829BE0 color RGB value is (130,155,224).

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

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 224 of 255 = 88%

130
155
224

R + G + B ~ 67%. #829BE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 224 = 509 (100%)
R 130 of 509 ~ 25.54%
G 155 of 509 ~ 30.45%
B 224 of 509 ~ 44.01%

%25.54
%30.45
%44.01

CMYK color model

#829BE0 color CMYK value is (42,31,0,12).

  • cyan value is 41.96%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(42,31,0,12)
C42M31Y0K12 
(42%,31%,0%,12%)
(0.42/0.31/0.00/0.12)	

CMYK percentages

%41.96
%30.8
%0
%12.16

Codes

Color #829BE0 in popluar color models

829BE0
RGB130155224
HSL224°60.26%69.41%
HSB/HSV224°41.96%87.84%
CMYK41.96%30.80%0.00%
12.16%

Color #829BE0 in popluar number systems.

HEX829BE0
Decimal130155224
Binary100000101001101111100000
Octal202233340

Shades and tints

Shades of #829BE0

#829BE0
(130,155,224)
#778DCC
(119,141,204)
#6C7FB8
(108,127,184)
#6171A4
(97,113,164)
#566390
(86,99,144)
#4B557C
(75,85,124)
#404768
(64,71,104)
#353954
(53,57,84)
#2A2B40
(42,43,64)
#1F1D2C
(31,29,44)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #829BE0

#829BE0
(130,155,224)
#8DA4E2
(141,164,226)
#98ADE4
(152,173,228)
#A3B6E6
(163,182,230)
#AEBFE8
(174,191,232)
#B9C8EA
(185,200,234)
#C4D1EC
(196,209,236)
#CFDAEE
(207,218,238)
#DAE3F0
(218,227,240)
#E5ECF2
(229,236,242)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829BE0; }

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

This text font color is #829BE0.


Background Color

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

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

This div background color is #829BE0.


Border color

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

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

This div border color is #829BE0.


Opacity

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

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

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

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

This text has shadow with #829BE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829BE0 on black background.


Color preview on white background

This text has color #829BE0 on white background.



Black color preview on #829BE0 background

This text has black color on #829BE0 background.


White color preview on #829BE0 background

This text has white color on #829BE0 background.