COLOR #828AA2

HEX: #828AA2
RGB: (130,138,162)

Color info

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

RGB color model

#828AA2 color RGB value is (130,138,162).

  • red value is 130;
  • green value is 138;
  • blue value is 162.
RGB:
(130,138,162)
(51%,54%,64%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 162 of 255 = 64%

130
138
162

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

Portions of RGB colors in percentages

R + G + B =
130 + 138 + 162 = 430 (100%)
R 130 of 430 ~ 30.23%
G 138 of 430 ~ 32.09%
B 162 of 430 ~ 37.67%

%30.23
%32.09
%37.67

CMYK color model

#828AA2 color CMYK value is (20,15,0,36).

  • cyan value is 19.75%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(20,15,0,36)
C20M15Y0K36 
(20%,15%,0%,36%)
(0.20/0.15/0.00/0.36)	

CMYK percentages

%19.75
%14.81
%0
%36.47

Codes

Color #828AA2 in popluar color models

828AA2
RGB130138162
HSL225°14.68%57.25%
HSB/HSV225°19.75%63.53%
CMYK19.75%14.81%0.00%
36.47%

Color #828AA2 in popluar number systems.

HEX828AA2
Decimal130138162
Binary100000101000101010100010
Octal202212242

Shades and tints

Shades of #828AA2

#828AA2
(130,138,162)
#777E94
(119,126,148)
#6C7286
(108,114,134)
#616678
(97,102,120)
#565A6A
(86,90,106)
#4B4E5C
(75,78,92)
#40424E
(64,66,78)
#353640
(53,54,64)
#2A2A32
(42,42,50)
#1F1E24
(31,30,36)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #828AA2

#828AA2
(130,138,162)
#8D94AA
(141,148,170)
#989EB2
(152,158,178)
#A3A8BA
(163,168,186)
#AEB2C2
(174,178,194)
#B9BCCA
(185,188,202)
#C4C6D2
(196,198,210)
#CFD0DA
(207,208,218)
#DADAE2
(218,218,226)
#E5E4EA
(229,228,234)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828AA2 color. Also use rgb(130,138,162) instead hex code.

Text Font Color

.myTextColor { color: #828AA2; }

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

This text font color is #828AA2.


Background Color

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

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

This div background color is #828AA2.


Border color

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

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

This div border color is #828AA2.


Opacity

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

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

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

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

This text has shadow with #828AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828AA2 on black background.


Color preview on white background

This text has color #828AA2 on white background.



Black color preview on #828AA2 background

This text has black color on #828AA2 background.


White color preview on #828AA2 background

This text has white color on #828AA2 background.