COLOR #867393

HEX: #867393
RGB: (134,115,147)

Color info

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

RGB color model

#867393 color RGB value is (134,115,147).

  • red value is 134;
  • green value is 115;
  • blue value is 147.
RGB:
(134,115,147)
(53%,45%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 147 of 255 = 58%

134
115
147

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 147 = 396 (100%)
R 134 of 396 ~ 33.84%
G 115 of 396 ~ 29.04%
B 147 of 396 ~ 37.12%

%33.84
%29.04
%37.12

CMYK color model

#867393 color CMYK value is (9,22,0,42).

  • cyan value is 8.84%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(9,22,0,42)
C9M22Y0K42 
(9%,22%,0%,42%)
(0.09/0.22/0.00/0.42)	

CMYK percentages

%8.84
%21.77
%0
%42.35

Codes

Color #867393 in popluar color models

867393
RGB134115147
HSL276°12.90%51.37%
HSB/HSV276°21.77%57.65%
CMYK8.84%21.77%0.00%
42.35%

Color #867393 in popluar number systems.

HEX867393
Decimal134115147
Binary10000110111001110010011
Octal206163223

Shades and tints

Shades of #867393

#867393
(134,115,147)
#7A6986
(122,105,134)
#6E5F79
(110,95,121)
#62556C
(98,85,108)
#564B5F
(86,75,95)
#4A4152
(74,65,82)
#3E3745
(62,55,69)
#322D38
(50,45,56)
#26232B
(38,35,43)
#1A191E
(26,25,30)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #867393

#867393
(134,115,147)
#917F9C
(145,127,156)
#9C8BA5
(156,139,165)
#A797AE
(167,151,174)
#B2A3B7
(178,163,183)
#BDAFC0
(189,175,192)
#C8BBC9
(200,187,201)
#D3C7D2
(211,199,210)
#DED3DB
(222,211,219)
#E9DFE4
(233,223,228)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867393 color. Also use rgb(134,115,147) instead hex code.

Text Font Color

.myTextColor { color: #867393; }

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

This text font color is #867393.


Background Color

.myBgColor { background-color: #867393; }

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

This div background color is #867393.


Border color

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

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

This div border color is #867393.


Opacity

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

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

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

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

This text has shadow with #867393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867393 on black background.


Color preview on white background

This text has color #867393 on white background.



Black color preview on #867393 background

This text has black color on #867393 background.


White color preview on #867393 background

This text has white color on #867393 background.