COLOR #827C85

HEX: #827C85 RGB: (130,124,133)

Color info

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

RGB color model

#827C85 color RGB value is (130,124,133).

RGB: (130,124,133) (51%, 49%, 52%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 133 of 255 = 52%

130
124
133

R + G + B ~ 51%. #827C85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 124 + 133 = 387 (100%)
R 130 of 387 ~ 33.59%
G 124 of 387 ~ 32.04%
B 133 of 387 ~ 34.37'%

%33.59
%32.04
%34.37

CMYK color model

#827C85 color CMYK value is (2,7,0,48).

  • cyan value is 2.26%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (2,7,0,48)
C2M7Y0K48 (2%, 7%, 0%, 48%)
(0.02 / 0.07 / 0.00 / 0.48)

CMYK percentages

%2.26
%6.77
%0
%47.84

Codes

Color #827C85 in popluar color models

82 7C 85
RGB 130 124 133
HSL 280° 3.56% 50.39%
HSB/HSV 280° 6.77% 52.16%
CMYK 2.26% 6.77% 0.00%
47.84%

Color #827C85 in popluar number systems.

HEX 82 7C 85
Decimal 130 124 133
Binary 10000010 1111100 10000101
Octal 202 174 205

Shades and tints

Shades of #827C85

#827C85
(130,124,133)
#777179
(119,113,121)
#6C666D
(108,102,109)
#615B61
(97,91,97)
#565055
(86,80,85)
#4B4549
(75,69,73)
#403A3D
(64,58,61)
#352F31
(53,47,49)
#2A2425
(42,36,37)
#1F1919
(31,25,25)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #827C85

#827C85
(130,124,133)
#8D8790
(141,135,144)
#98929B
(152,146,155)
#A39DA6
(163,157,166)
#AEA8B1
(174,168,177)
#B9B3BC
(185,179,188)
#C4BEC7
(196,190,199)
#CFC9D2
(207,201,210)
#DAD4DD
(218,212,221)
#E5DFE8
(229,223,232)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C85 color. Also use rgb(130,124,133) instead hex code.

Text Font Color

.myTextColor { color: #827C85; }

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

This text font color is #827C85.

Background Color

.myBgColor { background-color: #827C85; }

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

This div background color is #827C85.

Border color

.myBorderColor { border: 1px solid #827C85; }

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

This div border color is #827C85.

Opacity

.myOpacity80 { color: #827C85; opacity: 0.8; }

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

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

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

This text has shadow with #827C85 color.


.textShadow {text-shadow: 3px 3px 1px #827C85', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827C85; -webkit-box-shadow: 1px 1px 3px 2px #827C85; box-shadow:1px 1px 3px 2px #827C85;">
Div content here
</div>

This div box has shadow with color #827C85.

Preview

Color preview on black background

This text has color #827C85 on black background.


Color preview on white background

This text has color #827C85 on white background.


Black color preview on #827C85 background

This text has black color on #827C85 background.


White color preview on #827C85 background

This text has white color on #827C85 background.


Related colors

Complementary color

Complementary color for #hex is #7D837A.


I love getcolorcode.com

Triadic colors

1 #85827C and #7C8582 with #827C85 are triadic colors.

2 #857C82 and #7C8285 with #827C85 are triadic colors.