COLOR #827B8A

HEX: #827B8A
RGB: (130,123,138)

Color info

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

RGB color model

#827B8A color RGB value is (130,123,138).

  • red value is 130;
  • green value is 123;
  • blue value is 138.
RGB:
(130,123,138)
(51%,48%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 138 of 255 = 54%

130
123
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 138 = 391 (100%)
R 130 of 391 ~ 33.25%
G 123 of 391 ~ 31.46%
B 138 of 391 ~ 35.29%

%33.25
%31.46
%35.29

CMYK color model

#827B8A color CMYK value is (6,11,0,46).

  • cyan value is 5.80%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(6,11,0,46)
C6M11Y0K46 
(6%,11%,0%,46%)
(0.06/0.11/0.00/0.46)	

CMYK percentages

%5.8
%10.87
%0
%45.88

Codes

Color #827B8A in popluar color models

827B8A
RGB130123138
HSL268°6.02%51.18%
HSB/HSV268°10.87%54.12%
CMYK5.80%10.87%0.00%
45.88%

Color #827B8A in popluar number systems.

HEX827B8A
Decimal130123138
Binary10000010111101110001010
Octal202173212

Shades and tints

Shades of #827B8A

#827B8A
(130,123,138)
#77707E
(119,112,126)
#6C6572
(108,101,114)
#615A66
(97,90,102)
#564F5A
(86,79,90)
#4B444E
(75,68,78)
#403942
(64,57,66)
#352E36
(53,46,54)
#2A232A
(42,35,42)
#1F181E
(31,24,30)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #827B8A

#827B8A
(130,123,138)
#8D8794
(141,135,148)
#98939E
(152,147,158)
#A39FA8
(163,159,168)
#AEABB2
(174,171,178)
#B9B7BC
(185,183,188)
#C4C3C6
(196,195,198)
#CFCFD0
(207,207,208)
#DADBDA
(218,219,218)
#E5E7E4
(229,231,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B8A color. Also use rgb(130,123,138) instead hex code.

Text Font Color

.myTextColor { color: #827B8A; }

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

This text font color is #827B8A.


Background Color

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

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

This div background color is #827B8A.


Border color

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

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

This div border color is #827B8A.


Opacity

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

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

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

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

This text has shadow with #827B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B8A on black background.


Color preview on white background

This text has color #827B8A on white background.



Black color preview on #827B8A background

This text has black color on #827B8A background.


White color preview on #827B8A background

This text has white color on #827B8A background.