COLOR #827B9E

HEX: #827B9E
RGB: (130,123,158)

Color info

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

RGB color model

#827B9E color RGB value is (130,123,158).

  • red value is 130;
  • green value is 123;
  • blue value is 158.
RGB:
(130,123,158)
(51%,48%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 158 of 255 = 62%

130
123
158

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

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 158 = 411 (100%)
R 130 of 411 ~ 31.63%
G 123 of 411 ~ 29.93%
B 158 of 411 ~ 38.44%

%31.63
%29.93
%38.44

CMYK color model

#827B9E color CMYK value is (18,22,0,38).

  • cyan value is 17.72%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,22,0,38)
C18M22Y0K38 
(18%,22%,0%,38%)
(0.18/0.22/0.00/0.38)	

CMYK percentages

%17.72
%22.15
%0
%38.04

Codes

Color #827B9E in popluar color models

827B9E
RGB130123158
HSL252°15.28%55.10%
HSB/HSV252°22.15%61.96%
CMYK17.72%22.15%0.00%
38.04%

Color #827B9E in popluar number systems.

HEX827B9E
Decimal130123158
Binary10000010111101110011110
Octal202173236

Shades and tints

Shades of #827B9E

#827B9E
(130,123,158)
#777090
(119,112,144)
#6C6582
(108,101,130)
#615A74
(97,90,116)
#564F66
(86,79,102)
#4B4458
(75,68,88)
#40394A
(64,57,74)
#352E3C
(53,46,60)
#2A232E
(42,35,46)
#1F1820
(31,24,32)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #827B9E

#827B9E
(130,123,158)
#8D87A6
(141,135,166)
#9893AE
(152,147,174)
#A39FB6
(163,159,182)
#AEABBE
(174,171,190)
#B9B7C6
(185,183,198)
#C4C3CE
(196,195,206)
#CFCFD6
(207,207,214)
#DADBDE
(218,219,222)
#E5E7E6
(229,231,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B9E color. Also use rgb(130,123,158) instead hex code.

Text Font Color

.myTextColor { color: #827B9E; }

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

This text font color is #827B9E.


Background Color

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

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

This div background color is #827B9E.


Border color

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

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

This div border color is #827B9E.


Opacity

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

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

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

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

This text has shadow with #827B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B9E on black background.


Color preview on white background

This text has color #827B9E on white background.



Black color preview on #827B9E background

This text has black color on #827B9E background.


White color preview on #827B9E background

This text has white color on #827B9E background.