COLOR #827F8D

HEX: #827F8D
RGB: (130,127,141)

Color info

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

RGB color model

#827F8D color RGB value is (130,127,141).

  • red value is 130;
  • green value is 127;
  • blue value is 141.
RGB:
(130,127,141)
(51%,50%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 141 of 255 = 55%

130
127
141

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

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 141 = 398 (100%)
R 130 of 398 ~ 32.66%
G 127 of 398 ~ 31.91%
B 141 of 398 ~ 35.43%

%32.66
%31.91
%35.43

CMYK color model

#827F8D color CMYK value is (8,10,0,45).

  • cyan value is 7.80%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(8,10,0,45)
C8M10Y0K45 
(8%,10%,0%,45%)
(0.08/0.10/0.00/0.45)	

CMYK percentages

%7.8
%9.93
%0
%44.71

Codes

Color #827F8D in popluar color models

827F8D
RGB130127141
HSL253°5.79%52.55%
HSB/HSV253°9.93%55.29%
CMYK7.80%9.93%0.00%
44.71%

Color #827F8D in popluar number systems.

HEX827F8D
Decimal130127141
Binary10000010111111110001101
Octal202177215

Shades and tints

Shades of #827F8D

#827F8D
(130,127,141)
#777481
(119,116,129)
#6C6975
(108,105,117)
#615E69
(97,94,105)
#56535D
(86,83,93)
#4B4851
(75,72,81)
#403D45
(64,61,69)
#353239
(53,50,57)
#2A272D
(42,39,45)
#1F1C21
(31,28,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #827F8D

#827F8D
(130,127,141)
#8D8A97
(141,138,151)
#9895A1
(152,149,161)
#A3A0AB
(163,160,171)
#AEABB5
(174,171,181)
#B9B6BF
(185,182,191)
#C4C1C9
(196,193,201)
#CFCCD3
(207,204,211)
#DAD7DD
(218,215,221)
#E5E2E7
(229,226,231)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F8D color. Also use rgb(130,127,141) instead hex code.

Text Font Color

.myTextColor { color: #827F8D; }

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

This text font color is #827F8D.


Background Color

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

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

This div background color is #827F8D.


Border color

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

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

This div border color is #827F8D.


Opacity

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

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

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

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

This text has shadow with #827F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F8D on black background.


Color preview on white background

This text has color #827F8D on white background.



Black color preview on #827F8D background

This text has black color on #827F8D background.


White color preview on #827F8D background

This text has white color on #827F8D background.