COLOR #828CAE

HEX: #828CAE
RGB: (130,140,174)

Color info

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

RGB color model

#828CAE color RGB value is (130,140,174).

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

RGB channels and saturation

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

130
140
174

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

Portions of RGB colors in percentages

R + G + B =
130 + 140 + 174 = 444 (100%)
R 130 of 444 ~ 29.28%
G 140 of 444 ~ 31.53%
B 174 of 444 ~ 39.19%

%29.28
%31.53
%39.19

CMYK color model

#828CAE color CMYK value is (25,20,0,32).

  • cyan value is 25.29%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(25,20,0,32)
C25M20Y0K32 
(25%,20%,0%,32%)
(0.25/0.20/0.00/0.32)	

CMYK percentages

%25.29
%19.54
%0
%31.76

Codes

Color #828CAE in popluar color models

828CAE
RGB130140174
HSL226°21.36%59.61%
HSB/HSV226°25.29%68.24%
CMYK25.29%19.54%0.00%
31.76%

Color #828CAE in popluar number systems.

HEX828CAE
Decimal130140174
Binary100000101000110010101110
Octal202214256

Shades and tints

Shades of #828CAE

#828CAE
(130,140,174)
#77809F
(119,128,159)
#6C7490
(108,116,144)
#616881
(97,104,129)
#565C72
(86,92,114)
#4B5063
(75,80,99)
#404454
(64,68,84)
#353845
(53,56,69)
#2A2C36
(42,44,54)
#1F2027
(31,32,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #828CAE

#828CAE
(130,140,174)
#8D96B5
(141,150,181)
#98A0BC
(152,160,188)
#A3AAC3
(163,170,195)
#AEB4CA
(174,180,202)
#B9BED1
(185,190,209)
#C4C8D8
(196,200,216)
#CFD2DF
(207,210,223)
#DADCE6
(218,220,230)
#E5E6ED
(229,230,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828CAE; }

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

This text font color is #828CAE.


Background Color

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

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

This div background color is #828CAE.


Border color

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

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

This div border color is #828CAE.


Opacity

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

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

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

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

This text has shadow with #828CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828CAE on black background.


Color preview on white background

This text has color #828CAE on white background.



Black color preview on #828CAE background

This text has black color on #828CAE background.


White color preview on #828CAE background

This text has white color on #828CAE background.