COLOR #828EB0

HEX: #828EB0 RGB: (130,142,176)

Color info

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

RGB color model

#828EB0 color RGB value is (130,142,176).

RGB: (130,142,176) (51%, 56%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 142 of 255 = 56%
B 176 of 255 = 69%

130
142
176

R + G + B ~ 59%. #828EB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 142 + 176 = 448 (100%)
R 130 of 448 ~ 29.02%
G 142 of 448 ~ 31.7%
B 176 of 448 ~ 39.29'%

%29.02
%31.7
%39.29

CMYK color model

#828EB0 color CMYK value is (26,19,0,31).

  • cyan value is 26.14%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (26,19,0,31)
C26M19Y0K31 (26%, 19%, 0%, 31%)
(0.26 / 0.19 / 0.00 / 0.31)

CMYK percentages

%26.14
%19.32
%0
%30.98

Codes

Color #828EB0 in popluar color models

82 8E B0
RGB 130 142 176
HSL 224° 22.55% 60.00%
HSB/HSV 224° 26.14% 69.02%
CMYK 26.14% 19.32% 0.00%
30.98%

Color #828EB0 in popluar number systems.

HEX 82 8E B0
Decimal 130 142 176
Binary 10000010 10001110 10110000
Octal 202 216 260

Shades and tints

Shades of #828EB0

#828EB0
(130,142,176)
#7782A0
(119,130,160)
#6C7690
(108,118,144)
#616A80
(97,106,128)
#565E70
(86,94,112)
#4B5260
(75,82,96)
#404650
(64,70,80)
#353A40
(53,58,64)
#2A2E30
(42,46,48)
#1F2220
(31,34,32)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #828EB0

#828EB0
(130,142,176)
#8D98B7
(141,152,183)
#98A2BE
(152,162,190)
#A3ACC5
(163,172,197)
#AEB6CC
(174,182,204)
#B9C0D3
(185,192,211)
#C4CADA
(196,202,218)
#CFD4E1
(207,212,225)
#DADEE8
(218,222,232)
#E5E8EF
(229,232,239)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828EB0 color. Also use rgb(130,142,176) instead hex code.

Text Font Color

.myTextColor { color: #828EB0; }

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

This text font color is #828EB0.

Background Color

.myBgColor { background-color: #828EB0; }

<div style="background-color:#828EB0">Inner text</div>

This div background color is #828EB0.

Border color

.myBorderColor { border: 1px solid #828EB0; }

<div style="border:3px solid #828EB0">Div</div>

This div border color is #828EB0.

Opacity

.myOpacity80 { color: #828EB0; opacity: 0.8; }

<p style="color:#828EB0;opacity:0.8;">80%</p>

Text with #828EB0 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 #828EB0;}

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

This text has shadow with #828EB0 color.


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

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

This text has shadow with #828EB0 primary color and red secondary color.


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

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

This text has shadow with #828EB0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #828EB0.

Preview

Color preview on black background

This text has color #828EB0 on black background.


Color preview on white background

This text has color #828EB0 on white background.


Black color preview on #828EB0 background

This text has black color on #828EB0 background.


White color preview on #828EB0 background

This text has white color on #828EB0 background.


Related colors

Complementary color

Complementary color for #hex is #7D714F.


I love getcolorcode.com

Triadic colors

1 #B0828E and #8EB082 with #828EB0 are triadic colors.

2 #B08E82 and #8E82B0 with #828EB0 are triadic colors.