COLOR #827489

HEX: #827489
RGB: (130,116,137)

Color info

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

RGB color model

#827489 color RGB value is (130,116,137).

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

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 137 of 255 = 54%

130
116
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 137 = 383 (100%)
R 130 of 383 ~ 33.94%
G 116 of 383 ~ 30.29%
B 137 of 383 ~ 35.77%

%33.94
%30.29
%35.77

CMYK color model

#827489 color CMYK value is (5,15,0,46).

  • cyan value is 5.11%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(5,15,0,46)
C5M15Y0K46 
(5%,15%,0%,46%)
(0.05/0.15/0.00/0.46)	

CMYK percentages

%5.11
%15.33
%0
%46.27

Codes

Color #827489 in popluar color models

827489
RGB130116137
HSL280°8.30%49.61%
HSB/HSV280°15.33%53.73%
CMYK5.11%15.33%0.00%
46.27%

Color #827489 in popluar number systems.

HEX827489
Decimal130116137
Binary10000010111010010001001
Octal202164211

Shades and tints

Shades of #827489

#827489
(130,116,137)
#776A7D
(119,106,125)
#6C6071
(108,96,113)
#615665
(97,86,101)
#564C59
(86,76,89)
#4B424D
(75,66,77)
#403841
(64,56,65)
#352E35
(53,46,53)
#2A2429
(42,36,41)
#1F1A1D
(31,26,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #827489

#827489
(130,116,137)
#8D8093
(141,128,147)
#988C9D
(152,140,157)
#A398A7
(163,152,167)
#AEA4B1
(174,164,177)
#B9B0BB
(185,176,187)
#C4BCC5
(196,188,197)
#CFC8CF
(207,200,207)
#DAD4D9
(218,212,217)
#E5E0E3
(229,224,227)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827489; }

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

This text font color is #827489.


Background Color

.myBgColor { background-color: #827489; }

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

This div background color is #827489.


Border color

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

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

This div border color is #827489.


Opacity

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

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

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

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

This text has shadow with #827489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827489 on black background.


Color preview on white background

This text has color #827489 on white background.



Black color preview on #827489 background

This text has black color on #827489 background.


White color preview on #827489 background

This text has white color on #827489 background.