COLOR #867C90

HEX: #867C90
RGB: (134,124,144)

Color info

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

RGB color model

#867C90 color RGB value is (134,124,144).

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

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 144 of 255 = 56%

134
124
144

R + G + B ~ 53%. #867C90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 124 + 144 = 402 (100%)
R 134 of 402 ~ 33.33%
G 124 of 402 ~ 30.85%
B 144 of 402 ~ 35.82%

%33.33
%30.85
%35.82

CMYK color model

#867C90 color CMYK value is (7,14,0,44).

  • cyan value is 6.94%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(7,14,0,44)
C7M14Y0K44 
(7%,14%,0%,44%)
(0.07/0.14/0.00/0.44)	

CMYK percentages

%6.94
%13.89
%0
%43.53

Codes

Color #867C90 in popluar color models

867C90
RGB134124144
HSL270°8.26%52.55%
HSB/HSV270°13.89%56.47%
CMYK6.94%13.89%0.00%
43.53%

Color #867C90 in popluar number systems.

HEX867C90
Decimal134124144
Binary10000110111110010010000
Octal206174220

Shades and tints

Shades of #867C90

#867C90
(134,124,144)
#7A7183
(122,113,131)
#6E6676
(110,102,118)
#625B69
(98,91,105)
#56505C
(86,80,92)
#4A454F
(74,69,79)
#3E3A42
(62,58,66)
#322F35
(50,47,53)
#262428
(38,36,40)
#1A191B
(26,25,27)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #867C90

#867C90
(134,124,144)
#91879A
(145,135,154)
#9C92A4
(156,146,164)
#A79DAE
(167,157,174)
#B2A8B8
(178,168,184)
#BDB3C2
(189,179,194)
#C8BECC
(200,190,204)
#D3C9D6
(211,201,214)
#DED4E0
(222,212,224)
#E9DFEA
(233,223,234)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867C90; }

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

This text font color is #867C90.


Background Color

.myBgColor { background-color: #867C90; }

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

This div background color is #867C90.


Border color

.myBorderColor { border: 1px solid #867C90; }

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

This div border color is #867C90.


Opacity

.myOpacity80 { color: #867C90; opacity: 0.8; }

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

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

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

This text has shadow with #867C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867C90 on black background.


Color preview on white background

This text has color #867C90 on white background.



Black color preview on #867C90 background

This text has black color on #867C90 background.


White color preview on #867C90 background

This text has white color on #867C90 background.