COLOR #867590

HEX: #867590
RGB: (134,117,144)

Color info

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

RGB color model

#867590 color RGB value is (134,117,144).

  • red value is 134;
  • green value is 117;
  • blue value is 144.
RGB:
(134,117,144)
(53%,46%,56%)

RGB channels and saturation

R 134 of 255 = 53%
G 117 of 255 = 46%
B 144 of 255 = 56%

134
117
144

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 144 = 395 (100%)
R 134 of 395 ~ 33.92%
G 117 of 395 ~ 29.62%
B 144 of 395 ~ 36.46%

%33.92
%29.62
%36.46

CMYK color model

#867590 color CMYK value is (7,19,0,44).

  • cyan value is 6.94%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(7,19,0,44)
C7M19Y0K44 
(7%,19%,0%,44%)
(0.07/0.19/0.00/0.44)	

CMYK percentages

%6.94
%18.75
%0
%43.53

Codes

Color #867590 in popluar color models

867590
RGB134117144
HSL278°10.84%51.18%
HSB/HSV278°18.75%56.47%
CMYK6.94%18.75%0.00%
43.53%

Color #867590 in popluar number systems.

HEX867590
Decimal134117144
Binary10000110111010110010000
Octal206165220

Shades and tints

Shades of #867590

#867590
(134,117,144)
#7A6B83
(122,107,131)
#6E6176
(110,97,118)
#625769
(98,87,105)
#564D5C
(86,77,92)
#4A434F
(74,67,79)
#3E3942
(62,57,66)
#322F35
(50,47,53)
#262528
(38,37,40)
#1A1B1B
(26,27,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #867590

#867590
(134,117,144)
#91819A
(145,129,154)
#9C8DA4
(156,141,164)
#A799AE
(167,153,174)
#B2A5B8
(178,165,184)
#BDB1C2
(189,177,194)
#C8BDCC
(200,189,204)
#D3C9D6
(211,201,214)
#DED5E0
(222,213,224)
#E9E1EA
(233,225,234)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867590 color. Also use rgb(134,117,144) instead hex code.

Text Font Color

.myTextColor { color: #867590; }

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

This text font color is #867590.


Background Color

.myBgColor { background-color: #867590; }

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

This div background color is #867590.


Border color

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

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

This div border color is #867590.


Opacity

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

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

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

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

This text has shadow with #867590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867590 on black background.


Color preview on white background

This text has color #867590 on white background.



Black color preview on #867590 background

This text has black color on #867590 background.


White color preview on #867590 background

This text has white color on #867590 background.