COLOR #867CA4

HEX: #867CA4 RGB: (134,124,164)

Color info

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

RGB color model

#867CA4 color RGB value is (134,124,164).

RGB: (134,124,164) (53%, 49%, 64%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 164 of 255 = 64%

134
124
164

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 164 = 422 (100%)
R 134 of 422 ~ 31.75%
G 124 of 422 ~ 29.38%
B 164 of 422 ~ 38.86'%

%31.75
%29.38
%38.86

CMYK color model

#867CA4 color CMYK value is (18,24,0,36).

  • cyan value is 18.29%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (18,24,0,36)
C18M24Y0K36 (18%, 24%, 0%, 36%)
(0.18 / 0.24 / 0.00 / 0.36)

CMYK percentages

%18.29
%24.39
%0
%35.69

Codes

Color #867CA4 in popluar color models

86 7C A4
RGB 134 124 164
HSL 255° 18.02% 56.47%
HSB/HSV 255° 24.39% 64.31%
CMYK 18.29% 24.39% 0.00%
35.69%

Color #867CA4 in popluar number systems.

HEX 86 7C A4
Decimal 134 124 164
Binary 10000110 1111100 10100100
Octal 206 174 244

Shades and tints

Shades of #867CA4

#867CA4
(134,124,164)
#7A7196
(122,113,150)
#6E6688
(110,102,136)
#625B7A
(98,91,122)
#56506C
(86,80,108)
#4A455E
(74,69,94)
#3E3A50
(62,58,80)
#322F42
(50,47,66)
#262434
(38,36,52)
#1A1926
(26,25,38)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #867CA4

#867CA4
(134,124,164)
#9187AC
(145,135,172)
#9C92B4
(156,146,180)
#A79DBC
(167,157,188)
#B2A8C4
(178,168,196)
#BDB3CC
(189,179,204)
#C8BED4
(200,190,212)
#D3C9DC
(211,201,220)
#DED4E4
(222,212,228)
#E9DFEC
(233,223,236)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867CA4; }

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

This text font color is #867CA4.

Background Color

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

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

This div background color is #867CA4.

Border color

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

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

This div border color is #867CA4.

Opacity

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

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

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

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

This text has shadow with #867CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867CA4.

Preview

Color preview on black background

This text has color #867CA4 on black background.


Color preview on white background

This text has color #867CA4 on white background.


Black color preview on #867CA4 background

This text has black color on #867CA4 background.


White color preview on #867CA4 background

This text has white color on #867CA4 background.


Related colors

Complementary color

Complementary color for #hex is #79835B.


I love getcolorcode.com

Triadic colors

1 #A4867C and #7CA486 with #867CA4 are triadic colors.

2 #A47C86 and #7C86A4 with #867CA4 are triadic colors.