COLOR #827190

HEX: #827190
RGB: (130,113,144)

Color info

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

RGB color model

#827190 color RGB value is (130,113,144).

  • red value is 130;
  • green value is 113;
  • blue value is 144.
RGB:
(130,113,144)
(51%,44%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 144 of 255 = 56%

130
113
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 144 = 387 (100%)
R 130 of 387 ~ 33.59%
G 113 of 387 ~ 29.2%
B 144 of 387 ~ 37.21%

%33.59
%29.2
%37.21

CMYK color model

#827190 color CMYK value is (10,22,0,44).

  • cyan value is 9.72%
  • magenta value is 21.53%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,22,0,44)
C10M22Y0K44 
(10%,22%,0%,44%)
(0.10/0.22/0.00/0.44)	

CMYK percentages

%9.72
%21.53
%0
%43.53

Codes

Color #827190 in popluar color models

827190
RGB130113144
HSL273°12.25%50.39%
HSB/HSV273°21.53%56.47%
CMYK9.72%21.53%0.00%
43.53%

Color #827190 in popluar number systems.

HEX827190
Decimal130113144
Binary10000010111000110010000
Octal202161220

Shades and tints

Shades of #827190

#827190
(130,113,144)
#776783
(119,103,131)
#6C5D76
(108,93,118)
#615369
(97,83,105)
#56495C
(86,73,92)
#4B3F4F
(75,63,79)
#403542
(64,53,66)
#352B35
(53,43,53)
#2A2128
(42,33,40)
#1F171B
(31,23,27)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #827190

#827190
(130,113,144)
#8D7D9A
(141,125,154)
#9889A4
(152,137,164)
#A395AE
(163,149,174)
#AEA1B8
(174,161,184)
#B9ADC2
(185,173,194)
#C4B9CC
(196,185,204)
#CFC5D6
(207,197,214)
#DAD1E0
(218,209,224)
#E5DDEA
(229,221,234)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827190 color. Also use rgb(130,113,144) instead hex code.

Text Font Color

.myTextColor { color: #827190; }

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

This text font color is #827190.


Background Color

.myBgColor { background-color: #827190; }

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

This div background color is #827190.


Border color

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

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

This div border color is #827190.


Opacity

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

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

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

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

This text has shadow with #827190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827190 on black background.


Color preview on white background

This text has color #827190 on white background.



Black color preview on #827190 background

This text has black color on #827190 background.


White color preview on #827190 background

This text has white color on #827190 background.