COLOR #827C8B

HEX: #827C8B
RGB: (130,124,139)

Color info

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

RGB color model

#827C8B color RGB value is (130,124,139).

  • red value is 130;
  • green value is 124;
  • blue value is 139.
RGB:
(130,124,139)
(51%,49%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 139 of 255 = 55%

130
124
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 139 = 393 (100%)
R 130 of 393 ~ 33.08%
G 124 of 393 ~ 31.55%
B 139 of 393 ~ 35.37%

%33.08
%31.55
%35.37

CMYK color model

#827C8B color CMYK value is (6,11,0,45).

  • cyan value is 6.47%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,11,0,45)
C6M11Y0K45 
(6%,11%,0%,45%)
(0.06/0.11/0.00/0.45)	

CMYK percentages

%6.47
%10.79
%0
%45.49

Codes

Color #827C8B in popluar color models

827C8B
RGB130124139
HSL264°6.07%51.57%
HSB/HSV264°10.79%54.51%
CMYK6.47%10.79%0.00%
45.49%

Color #827C8B in popluar number systems.

HEX827C8B
Decimal130124139
Binary10000010111110010001011
Octal202174213

Shades and tints

Shades of #827C8B

#827C8B
(130,124,139)
#77717F
(119,113,127)
#6C6673
(108,102,115)
#615B67
(97,91,103)
#56505B
(86,80,91)
#4B454F
(75,69,79)
#403A43
(64,58,67)
#352F37
(53,47,55)
#2A242B
(42,36,43)
#1F191F
(31,25,31)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #827C8B

#827C8B
(130,124,139)
#8D8795
(141,135,149)
#98929F
(152,146,159)
#A39DA9
(163,157,169)
#AEA8B3
(174,168,179)
#B9B3BD
(185,179,189)
#C4BEC7
(196,190,199)
#CFC9D1
(207,201,209)
#DAD4DB
(218,212,219)
#E5DFE5
(229,223,229)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C8B; }

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

This text font color is #827C8B.


Background Color

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

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

This div background color is #827C8B.


Border color

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

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

This div border color is #827C8B.


Opacity

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

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

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

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

This text has shadow with #827C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C8B on black background.


Color preview on white background

This text has color #827C8B on white background.



Black color preview on #827C8B background

This text has black color on #827C8B background.


White color preview on #827C8B background

This text has white color on #827C8B background.