COLOR #827387

HEX: #827387
RGB: (130,115,135)

Color info

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

RGB color model

#827387 color RGB value is (130,115,135).

  • red value is 130;
  • green value is 115;
  • blue value is 135.
RGB:
(130,115,135)
(51%,45%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 135 of 255 = 53%

130
115
135

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

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 135 = 380 (100%)
R 130 of 380 ~ 34.21%
G 115 of 380 ~ 30.26%
B 135 of 380 ~ 35.53%

%34.21
%30.26
%35.53

CMYK color model

#827387 color CMYK value is (4,15,0,47).

  • cyan value is 3.70%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,15,0,47)
C4M15Y0K47 
(4%,15%,0%,47%)
(0.04/0.15/0.00/0.47)	

CMYK percentages

%3.7
%14.81
%0
%47.06

Codes

Color #827387 in popluar color models

827387
RGB130115135
HSL285°8.00%49.02%
HSB/HSV285°14.81%52.94%
CMYK3.70%14.81%0.00%
47.06%

Color #827387 in popluar number systems.

HEX827387
Decimal130115135
Binary10000010111001110000111
Octal202163207

Shades and tints

Shades of #827387

#827387
(130,115,135)
#77697B
(119,105,123)
#6C5F6F
(108,95,111)
#615563
(97,85,99)
#564B57
(86,75,87)
#4B414B
(75,65,75)
#40373F
(64,55,63)
#352D33
(53,45,51)
#2A2327
(42,35,39)
#1F191B
(31,25,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #827387

#827387
(130,115,135)
#8D7F91
(141,127,145)
#988B9B
(152,139,155)
#A397A5
(163,151,165)
#AEA3AF
(174,163,175)
#B9AFB9
(185,175,185)
#C4BBC3
(196,187,195)
#CFC7CD
(207,199,205)
#DAD3D7
(218,211,215)
#E5DFE1
(229,223,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827387 color. Also use rgb(130,115,135) instead hex code.

Text Font Color

.myTextColor { color: #827387; }

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

This text font color is #827387.


Background Color

.myBgColor { background-color: #827387; }

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

This div background color is #827387.


Border color

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

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

This div border color is #827387.


Opacity

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

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

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

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

This text has shadow with #827387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827387 on black background.


Color preview on white background

This text has color #827387 on white background.



Black color preview on #827387 background

This text has black color on #827387 background.


White color preview on #827387 background

This text has white color on #827387 background.