COLOR #828DAE

HEX: #828DAE
RGB: (130,141,174)

Color info

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

RGB color model

#828DAE color RGB value is (130,141,174).

  • red value is 130;
  • green value is 141;
  • blue value is 174.
RGB:
(130,141,174)
(51%,55%,68%)

RGB channels and saturation

R 130 of 255 = 51%
G 141 of 255 = 55%
B 174 of 255 = 68%

130
141
174

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

Portions of RGB colors in percentages

R + G + B =
130 + 141 + 174 = 445 (100%)
R 130 of 445 ~ 29.21%
G 141 of 445 ~ 31.69%
B 174 of 445 ~ 39.1%

%29.21
%31.69
%39.1

CMYK color model

#828DAE color CMYK value is (25,19,0,32).

  • cyan value is 25.29%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(25,19,0,32)
C25M19Y0K32 
(25%,19%,0%,32%)
(0.25/0.19/0.00/0.32)	

CMYK percentages

%25.29
%18.97
%0
%31.76

Codes

Color #828DAE in popluar color models

828DAE
RGB130141174
HSL225°21.36%59.61%
HSB/HSV225°25.29%68.24%
CMYK25.29%18.97%0.00%
31.76%

Color #828DAE in popluar number systems.

HEX828DAE
Decimal130141174
Binary100000101000110110101110
Octal202215256

Shades and tints

Shades of #828DAE

#828DAE
(130,141,174)
#77819F
(119,129,159)
#6C7590
(108,117,144)
#616981
(97,105,129)
#565D72
(86,93,114)
#4B5163
(75,81,99)
#404554
(64,69,84)
#353945
(53,57,69)
#2A2D36
(42,45,54)
#1F2127
(31,33,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #828DAE

#828DAE
(130,141,174)
#8D97B5
(141,151,181)
#98A1BC
(152,161,188)
#A3ABC3
(163,171,195)
#AEB5CA
(174,181,202)
#B9BFD1
(185,191,209)
#C4C9D8
(196,201,216)
#CFD3DF
(207,211,223)
#DADDE6
(218,221,230)
#E5E7ED
(229,231,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828DAE color. Also use rgb(130,141,174) instead hex code.

Text Font Color

.myTextColor { color: #828DAE; }

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

This text font color is #828DAE.


Background Color

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

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

This div background color is #828DAE.


Border color

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

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

This div border color is #828DAE.


Opacity

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

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

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

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

This text has shadow with #828DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828DAE on black background.


Color preview on white background

This text has color #828DAE on white background.



Black color preview on #828DAE background

This text has black color on #828DAE background.


White color preview on #828DAE background

This text has white color on #828DAE background.