COLOR #867FAD

HEX: #867FAD RGB: (134,127,173)

Color info

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

RGB color model

#867FAD color RGB value is (134,127,173).

RGB: (134,127,173) (53%, 50%, 68%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 173 of 255 = 68%

134
127
173

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

Portions of RGB colors in percentages

R + G + B = 134 + 127 + 173 = 434 (100%)
R 134 of 434 ~ 30.88%
G 127 of 434 ~ 29.26%
B 173 of 434 ~ 39.86'%

%30.88
%29.26
%39.86

CMYK color model

#867FAD color CMYK value is (23,27,0,32).

  • cyan value is 22.54%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (23,27,0,32)
C23M27Y0K32 (23%, 27%, 0%, 32%)
(0.23 / 0.27 / 0.00 / 0.32)

CMYK percentages

%22.54
%26.59
%0
%32.16

Codes

Color #867FAD in popluar color models

86 7F AD
RGB 134 127 173
HSL 249° 21.90% 58.82%
HSB/HSV 249° 26.59% 67.84%
CMYK 22.54% 26.59% 0.00%
32.16%

Color #867FAD in popluar number systems.

HEX 86 7F AD
Decimal 134 127 173
Binary 10000110 1111111 10101101
Octal 206 177 255

Shades and tints

Shades of #867FAD

#867FAD
(134,127,173)
#7A749E
(122,116,158)
#6E698F
(110,105,143)
#625E80
(98,94,128)
#565371
(86,83,113)
#4A4862
(74,72,98)
#3E3D53
(62,61,83)
#323244
(50,50,68)
#262735
(38,39,53)
#1A1C26
(26,28,38)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #867FAD

#867FAD
(134,127,173)
#918AB4
(145,138,180)
#9C95BB
(156,149,187)
#A7A0C2
(167,160,194)
#B2ABC9
(178,171,201)
#BDB6D0
(189,182,208)
#C8C1D7
(200,193,215)
#D3CCDE
(211,204,222)
#DED7E5
(222,215,229)
#E9E2EC
(233,226,236)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867FAD color. Also use rgb(134,127,173) instead hex code.

Text Font Color

.myTextColor { color: #867FAD; }

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

This text font color is #867FAD.

Background Color

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

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

This div background color is #867FAD.

Border color

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

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

This div border color is #867FAD.

Opacity

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

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

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

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

This text has shadow with #867FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867FAD.

Preview

Color preview on black background

This text has color #867FAD on black background.


Color preview on white background

This text has color #867FAD on white background.


Black color preview on #867FAD background

This text has black color on #867FAD background.


White color preview on #867FAD background

This text has white color on #867FAD background.


Related colors

Complementary color

Complementary color for #hex is #798052.


I love getcolorcode.com

Triadic colors

1 #AD867F and #7FAD86 with #867FAD are triadic colors.

2 #AD7F86 and #7F86AD with #867FAD are triadic colors.