COLOR #828699

HEX: #828699
RGB: (130,134,153)

Color info

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

RGB color model

#828699 color RGB value is (130,134,153).

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

RGB channels and saturation

R 130 of 255 = 51%
G 134 of 255 = 53%
B 153 of 255 = 60%

130
134
153

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

Portions of RGB colors in percentages

R + G + B =
130 + 134 + 153 = 417 (100%)
R 130 of 417 ~ 31.18%
G 134 of 417 ~ 32.13%
B 153 of 417 ~ 36.69%

%31.18
%32.13
%36.69

CMYK color model

#828699 color CMYK value is (15,12,0,40).

  • cyan value is 15.03%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(15,12,0,40)
C15M12Y0K40 
(15%,12%,0%,40%)
(0.15/0.12/0.00/0.40)	

CMYK percentages

%15.03
%12.42
%0
%40

Codes

Color #828699 in popluar color models

828699
RGB130134153
HSL230°10.13%55.49%
HSB/HSV230°15.03%60.00%
CMYK15.03%12.42%0.00%
40.00%

Color #828699 in popluar number systems.

HEX828699
Decimal130134153
Binary100000101000011010011001
Octal202206231

Shades and tints

Shades of #828699

#828699
(130,134,153)
#777A8C
(119,122,140)
#6C6E7F
(108,110,127)
#616272
(97,98,114)
#565665
(86,86,101)
#4B4A58
(75,74,88)
#403E4B
(64,62,75)
#35323E
(53,50,62)
#2A2631
(42,38,49)
#1F1A24
(31,26,36)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #828699

#828699
(130,134,153)
#8D91A2
(141,145,162)
#989CAB
(152,156,171)
#A3A7B4
(163,167,180)
#AEB2BD
(174,178,189)
#B9BDC6
(185,189,198)
#C4C8CF
(196,200,207)
#CFD3D8
(207,211,216)
#DADEE1
(218,222,225)
#E5E9EA
(229,233,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828699; }

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

This text font color is #828699.


Background Color

.myBgColor { background-color: #828699; }

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

This div background color is #828699.


Border color

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

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

This div border color is #828699.


Opacity

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

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

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

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

This text has shadow with #828699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828699 on black background.


Color preview on white background

This text has color #828699 on white background.



Black color preview on #828699 background

This text has black color on #828699 background.


White color preview on #828699 background

This text has white color on #828699 background.