COLOR #827A8E

HEX: #827A8E
RGB: (130,122,142)

Color info

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

RGB color model

#827A8E color RGB value is (130,122,142).

  • red value is 130;
  • green value is 122;
  • blue value is 142.
RGB:
(130,122,142)
(51%,48%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 142 of 255 = 56%

130
122
142

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

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 142 = 394 (100%)
R 130 of 394 ~ 32.99%
G 122 of 394 ~ 30.96%
B 142 of 394 ~ 36.04%

%32.99
%30.96
%36.04

CMYK color model

#827A8E color CMYK value is (8,14,0,44).

  • cyan value is 8.45%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,14,0,44)
C8M14Y0K44 
(8%,14%,0%,44%)
(0.08/0.14/0.00/0.44)	

CMYK percentages

%8.45
%14.08
%0
%44.31

Codes

Color #827A8E in popluar color models

827A8E
RGB130122142
HSL264°8.13%51.76%
HSB/HSV264°14.08%55.69%
CMYK8.45%14.08%0.00%
44.31%

Color #827A8E in popluar number systems.

HEX827A8E
Decimal130122142
Binary10000010111101010001110
Octal202172216

Shades and tints

Shades of #827A8E

#827A8E
(130,122,142)
#776F82
(119,111,130)
#6C6476
(108,100,118)
#61596A
(97,89,106)
#564E5E
(86,78,94)
#4B4352
(75,67,82)
#403846
(64,56,70)
#352D3A
(53,45,58)
#2A222E
(42,34,46)
#1F1722
(31,23,34)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #827A8E

#827A8E
(130,122,142)
#8D8698
(141,134,152)
#9892A2
(152,146,162)
#A39EAC
(163,158,172)
#AEAAB6
(174,170,182)
#B9B6C0
(185,182,192)
#C4C2CA
(196,194,202)
#CFCED4
(207,206,212)
#DADADE
(218,218,222)
#E5E6E8
(229,230,232)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827A8E; }

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

This text font color is #827A8E.


Background Color

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

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

This div background color is #827A8E.


Border color

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

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

This div border color is #827A8E.


Opacity

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

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

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

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

This text has shadow with #827A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A8E on black background.


Color preview on white background

This text has color #827A8E on white background.



Black color preview on #827A8E background

This text has black color on #827A8E background.


White color preview on #827A8E background

This text has white color on #827A8E background.