COLOR #826F87

HEX: #826F87
RGB: (130,111,135)

Color info

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

RGB color model

#826F87 color RGB value is (130,111,135).

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

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 135 of 255 = 53%

130
111
135

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 135 = 376 (100%)
R 130 of 376 ~ 34.57%
G 111 of 376 ~ 29.52%
B 135 of 376 ~ 35.9%

%34.57
%29.52
%35.9

CMYK color model

#826F87 color CMYK value is (4,18,0,47).

  • cyan value is 3.70%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,18,0,47)
C4M18Y0K47 
(4%,18%,0%,47%)
(0.04/0.18/0.00/0.47)	

CMYK percentages

%3.7
%17.78
%0
%47.06

Codes

Color #826F87 in popluar color models

826F87
RGB130111135
HSL288°9.76%48.24%
HSB/HSV288°17.78%52.94%
CMYK3.70%17.78%0.00%
47.06%

Color #826F87 in popluar number systems.

HEX826F87
Decimal130111135
Binary10000010110111110000111
Octal202157207

Shades and tints

Shades of #826F87

#826F87
(130,111,135)
#77657B
(119,101,123)
#6C5B6F
(108,91,111)
#615163
(97,81,99)
#564757
(86,71,87)
#4B3D4B
(75,61,75)
#40333F
(64,51,63)
#352933
(53,41,51)
#2A1F27
(42,31,39)
#1F151B
(31,21,27)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #826F87

#826F87
(130,111,135)
#8D7C91
(141,124,145)
#98899B
(152,137,155)
#A396A5
(163,150,165)
#AEA3AF
(174,163,175)
#B9B0B9
(185,176,185)
#C4BDC3
(196,189,195)
#CFCACD
(207,202,205)
#DAD7D7
(218,215,215)
#E5E4E1
(229,228,225)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F87; }

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

This text font color is #826F87.


Background Color

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

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

This div background color is #826F87.


Border color

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

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

This div border color is #826F87.


Opacity

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

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

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

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

This text has shadow with #826F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826F87 on black background.


Color preview on white background

This text has color #826F87 on white background.



Black color preview on #826F87 background

This text has black color on #826F87 background.


White color preview on #826F87 background

This text has white color on #826F87 background.