COLOR #827A89

HEX: #827A89 RGB: (130,122,137)

Color info

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

RGB color model

#827A89 color RGB value is (130,122,137).

RGB: (130,122,137) (51%, 48%, 54%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 137 of 255 = 54%

130
122
137

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

Portions of RGB colors in percentages

R + G + B = 130 + 122 + 137 = 389 (100%)
R 130 of 389 ~ 33.42%
G 122 of 389 ~ 31.36%
B 137 of 389 ~ 35.22'%

%33.42
%31.36
%35.22

CMYK color model

#827A89 color CMYK value is (5,11,0,46).

  • cyan value is 5.11%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (5,11,0,46)
C5M11Y0K46 (5%, 11%, 0%, 46%)
(0.05 / 0.11 / 0.00 / 0.46)

CMYK percentages

%5.11
%10.95
%0
%46.27

Codes

Color #827A89 in popluar color models

82 7A 89
RGB 130 122 137
HSL 272° 5.98% 50.78%
HSB/HSV 272° 10.95% 53.73%
CMYK 5.11% 10.95% 0.00%
46.27%

Color #827A89 in popluar number systems.

HEX 82 7A 89
Decimal 130 122 137
Binary 10000010 1111010 10001001
Octal 202 172 211

Shades and tints

Shades of #827A89

#827A89
(130,122,137)
#776F7D
(119,111,125)
#6C6471
(108,100,113)
#615965
(97,89,101)
#564E59
(86,78,89)
#4B434D
(75,67,77)
#403841
(64,56,65)
#352D35
(53,45,53)
#2A2229
(42,34,41)
#1F171D
(31,23,29)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #827A89

#827A89
(130,122,137)
#8D8693
(141,134,147)
#98929D
(152,146,157)
#A39EA7
(163,158,167)
#AEAAB1
(174,170,177)
#B9B6BB
(185,182,187)
#C4C2C5
(196,194,197)
#CFCECF
(207,206,207)
#DADAD9
(218,218,217)
#E5E6E3
(229,230,227)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827A89; }

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

This text font color is #827A89.

Background Color

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

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

This div background color is #827A89.

Border color

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

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

This div border color is #827A89.

Opacity

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

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

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

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

This text has shadow with #827A89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827A89.

Preview

Color preview on black background

This text has color #827A89 on black background.


Color preview on white background

This text has color #827A89 on white background.


Black color preview on #827A89 background

This text has black color on #827A89 background.


White color preview on #827A89 background

This text has white color on #827A89 background.


Related colors

Complementary color

Complementary color for #hex is #7D8576.


I love getcolorcode.com

Triadic colors

1 #89827A and #7A8982 with #827A89 are triadic colors.

2 #897A82 and #7A8289 with #827A89 are triadic colors.