COLOR #827989

HEX: #827989
RGB: (130,121,137)

Color info

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

RGB color model

#827989 color RGB value is (130,121,137).

  • red value is 130;
  • green value is 121;
  • blue value is 137.
RGB:
(130,121,137)
(51%,47%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 121 of 255 = 47%
B 137 of 255 = 54%

130
121
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 121 + 137 = 388 (100%)
R 130 of 388 ~ 33.51%
G 121 of 388 ~ 31.19%
B 137 of 388 ~ 35.31%

%33.51
%31.19
%35.31

CMYK color model

#827989 color CMYK value is (5,12,0,46).

  • cyan value is 5.11%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(5,12,0,46)
C5M12Y0K46 
(5%,12%,0%,46%)
(0.05/0.12/0.00/0.46)	

CMYK percentages

%5.11
%11.68
%0
%46.27

Codes

Color #827989 in popluar color models

827989
RGB130121137
HSL274°6.35%50.59%
HSB/HSV274°11.68%53.73%
CMYK5.11%11.68%0.00%
46.27%

Color #827989 in popluar number systems.

HEX827989
Decimal130121137
Binary10000010111100110001001
Octal202171211

Shades and tints

Shades of #827989

#827989
(130,121,137)
#776E7D
(119,110,125)
#6C6371
(108,99,113)
#615865
(97,88,101)
#564D59
(86,77,89)
#4B424D
(75,66,77)
#403741
(64,55,65)
#352C35
(53,44,53)
#2A2129
(42,33,41)
#1F161D
(31,22,29)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #827989

#827989
(130,121,137)
#8D8593
(141,133,147)
#98919D
(152,145,157)
#A39DA7
(163,157,167)
#AEA9B1
(174,169,177)
#B9B5BB
(185,181,187)
#C4C1C5
(196,193,197)
#CFCDCF
(207,205,207)
#DAD9D9
(218,217,217)
#E5E5E3
(229,229,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827989 color. Also use rgb(130,121,137) instead hex code.

Text Font Color

.myTextColor { color: #827989; }

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

This text font color is #827989.


Background Color

.myBgColor { background-color: #827989; }

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

This div background color is #827989.


Border color

.myBorderColor { border: 1px solid #827989; }

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

This div border color is #827989.


Opacity

.myOpacity80 { color: #827989; opacity: 0.8; }

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

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

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

This text has shadow with #827989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827989 on black background.


Color preview on white background

This text has color #827989 on white background.



Black color preview on #827989 background

This text has black color on #827989 background.


White color preview on #827989 background

This text has white color on #827989 background.