COLOR #827881

HEX: #827881
RGB: (130,120,129)

Color info

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

RGB color model

#827881 color RGB value is (130,120,129).

  • red value is 130;
  • green value is 120;
  • blue value is 129.
RGB:
(130,120,129)
(51%,47%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 129 of 255 = 51%

130
120
129

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 129 = 379 (100%)
R 130 of 379 ~ 34.3%
G 120 of 379 ~ 31.66%
B 129 of 379 ~ 34.04%

%34.3
%31.66
%34.04

CMYK color model

#827881 color CMYK value is (0,8,1,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK:
(0,8,1,49)
C0M8Y1K49 
(0%,8%,1%,49%)
(0.00/0.08/0.01/0.49)	

CMYK percentages

%0
%7.69
%0.77
%49.02

Codes

Color #827881 in popluar color models

827881
RGB130120129
HSL306°4.00%49.02%
HSB/HSV306°7.69%50.98%
CMYK0.00%7.69%0.77%
49.02%

Color #827881 in popluar number systems.

HEX827881
Decimal130120129
Binary10000010111100010000001
Octal202170201

Shades and tints

Shades of #827881

#827881
(130,120,129)
#776E76
(119,110,118)
#6C646B
(108,100,107)
#615A60
(97,90,96)
#565055
(86,80,85)
#4B464A
(75,70,74)
#403C3F
(64,60,63)
#353234
(53,50,52)
#2A2829
(42,40,41)
#1F1E1E
(31,30,30)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #827881

#827881
(130,120,129)
#8D848C
(141,132,140)
#989097
(152,144,151)
#A39CA2
(163,156,162)
#AEA8AD
(174,168,173)
#B9B4B8
(185,180,184)
#C4C0C3
(196,192,195)
#CFCCCE
(207,204,206)
#DAD8D9
(218,216,217)
#E5E4E4
(229,228,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827881 color. Also use rgb(130,120,129) instead hex code.

Text Font Color

.myTextColor { color: #827881; }

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

This text font color is #827881.


Background Color

.myBgColor { background-color: #827881; }

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

This div background color is #827881.


Border color

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

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

This div border color is #827881.


Opacity

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

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

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

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

This text has shadow with #827881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827881 on black background.


Color preview on white background

This text has color #827881 on white background.



Black color preview on #827881 background

This text has black color on #827881 background.


White color preview on #827881 background

This text has white color on #827881 background.