COLOR #828099

HEX: #828099
RGB: (130,128,153)

Color info

#828099 contains red, green and blue colors in about the same proportion. Web safe color of #828099 is #996699 (or #969).

RGB color model

#828099 color RGB value is (130,128,153).

  • red value is 130;
  • green value is 128;
  • blue value is 153.
RGB:
(130,128,153)
(51%,50%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 153 of 255 = 60%

130
128
153

R + G + B ~ 54%. #828099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 153 = 411 (100%)
R 130 of 411 ~ 31.63%
G 128 of 411 ~ 31.14%
B 153 of 411 ~ 37.23%

%31.63
%31.14
%37.23

CMYK color model

#828099 color CMYK value is (15,16,0,40).

  • cyan value is 15.03%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(15,16,0,40)
C15M16Y0K40 
(15%,16%,0%,40%)
(0.15/0.16/0.00/0.40)	

CMYK percentages

%15.03
%16.34
%0
%40

Codes

Color #828099 in popluar color models

828099
RGB130128153
HSL245°10.92%55.10%
HSB/HSV245°16.34%60.00%
CMYK15.03%16.34%0.00%
40.00%

Color #828099 in popluar number systems.

HEX828099
Decimal130128153
Binary100000101000000010011001
Octal202200231

Shades and tints

Shades of #828099

#828099
(130,128,153)
#77758C
(119,117,140)
#6C6A7F
(108,106,127)
#615F72
(97,95,114)
#565465
(86,84,101)
#4B4958
(75,73,88)
#403E4B
(64,62,75)
#35333E
(53,51,62)
#2A2831
(42,40,49)
#1F1D24
(31,29,36)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #828099

#828099
(130,128,153)
#8D8BA2
(141,139,162)
#9896AB
(152,150,171)
#A3A1B4
(163,161,180)
#AEACBD
(174,172,189)
#B9B7C6
(185,183,198)
#C4C2CF
(196,194,207)
#CFCDD8
(207,205,216)
#DAD8E1
(218,216,225)
#E5E3EA
(229,227,234)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828099 color. Also use rgb(130,128,153) instead hex code.

Text Font Color

.myTextColor { color: #828099; }

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

This text font color is #828099.


Background Color

.myBgColor { background-color: #828099; }

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

This div background color is #828099.


Border color

.myBorderColor { border: 1px solid #828099; }

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

This div border color is #828099.


Opacity

.myOpacity80 { color: #828099; opacity: 0.8; }

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

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

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

This text has shadow with #828099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828099 on black background.


Color preview on white background

This text has color #828099 on white background.



Black color preview on #828099 background

This text has black color on #828099 background.


White color preview on #828099 background

This text has white color on #828099 background.