COLOR #826D87

HEX: #826D87
RGB: (130,109,135)

Color info

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

RGB color model

#826D87 color RGB value is (130,109,135).

  • red value is 130;
  • green value is 109;
  • blue value is 135.
RGB:
(130,109,135)
(51%,43%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 135 of 255 = 53%

130
109
135

R + G + B ~ 49%. #826D87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 135 = 374 (100%)
R 130 of 374 ~ 34.76%
G 109 of 374 ~ 29.14%
B 135 of 374 ~ 36.1%

%34.76
%29.14
%36.1

CMYK color model

#826D87 color CMYK value is (4,19,0,47).

  • cyan value is 3.70%
  • magenta value is 19.26%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,19,0,47)
C4M19Y0K47 
(4%,19%,0%,47%)
(0.04/0.19/0.00/0.47)	

CMYK percentages

%3.7
%19.26
%0
%47.06

Codes

Color #826D87 in popluar color models

826D87
RGB130109135
HSL288°10.66%47.84%
HSB/HSV288°19.26%52.94%
CMYK3.70%19.26%0.00%
47.06%

Color #826D87 in popluar number systems.

HEX826D87
Decimal130109135
Binary10000010110110110000111
Octal202155207

Shades and tints

Shades of #826D87

#826D87
(130,109,135)
#77647B
(119,100,123)
#6C5B6F
(108,91,111)
#615263
(97,82,99)
#564957
(86,73,87)
#4B404B
(75,64,75)
#40373F
(64,55,63)
#352E33
(53,46,51)
#2A2527
(42,37,39)
#1F1C1B
(31,28,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #826D87

#826D87
(130,109,135)
#8D7A91
(141,122,145)
#98879B
(152,135,155)
#A394A5
(163,148,165)
#AEA1AF
(174,161,175)
#B9AEB9
(185,174,185)
#C4BBC3
(196,187,195)
#CFC8CD
(207,200,205)
#DAD5D7
(218,213,215)
#E5E2E1
(229,226,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826D87 color. Also use rgb(130,109,135) instead hex code.

Text Font Color

.myTextColor { color: #826D87; }

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

This text font color is #826D87.


Background Color

.myBgColor { background-color: #826D87; }

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

This div background color is #826D87.


Border color

.myBorderColor { border: 1px solid #826D87; }

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

This div border color is #826D87.


Opacity

.myOpacity80 { color: #826D87; opacity: 0.8; }

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

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

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

This text has shadow with #826D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D87 on black background.


Color preview on white background

This text has color #826D87 on white background.



Black color preview on #826D87 background

This text has black color on #826D87 background.


White color preview on #826D87 background

This text has white color on #826D87 background.