COLOR #86667D

HEX: #86667D
RGB: (134,102,125)

Color info

#86667D contains red, green and blue colors in about the same proportion. Web safe color of #86667D is #996666 (or #966).

RGB color model

#86667D color RGB value is (134,102,125).

  • red value is 134;
  • green value is 102;
  • blue value is 125.
RGB:
(134,102,125)
(53%,40%,49%)

RGB channels and saturation

R 134 of 255 = 53%
G 102 of 255 = 40%
B 125 of 255 = 49%

134
102
125

R + G + B ~ 47%. #86667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 102 + 125 = 361 (100%)
R 134 of 361 ~ 37.12%
G 102 of 361 ~ 28.25%
B 125 of 361 ~ 34.63%

%37.12
%28.25
%34.63

CMYK color model

#86667D color CMYK value is (0,24,7,47).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(0,24,7,47)
C0M24Y7K47 
(0%,24%,7%,47%)
(0.00/0.24/0.07/0.47)	

CMYK percentages

%0
%23.88
%6.72
%47.45

Codes

Color #86667D in popluar color models

86667D
RGB134102125
HSL317°13.56%46.27%
HSB/HSV317°23.88%52.55%
CMYK0.00%23.88%6.72%
47.45%

Color #86667D in popluar number systems.

HEX86667D
Decimal134102125
Binary1000011011001101111101
Octal206146175

Shades and tints

Shades of #86667D

#86667D
(134,102,125)
#7A5D72
(122,93,114)
#6E5467
(110,84,103)
#624B5C
(98,75,92)
#564251
(86,66,81)
#4A3946
(74,57,70)
#3E303B
(62,48,59)
#322730
(50,39,48)
#261E25
(38,30,37)
#1A151A
(26,21,26)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #86667D

#86667D
(134,102,125)
#917388
(145,115,136)
#9C8093
(156,128,147)
#A78D9E
(167,141,158)
#B29AA9
(178,154,169)
#BDA7B4
(189,167,180)
#C8B4BF
(200,180,191)
#D3C1CA
(211,193,202)
#DECED5
(222,206,213)
#E9DBE0
(233,219,224)
#F4E8EB
(244,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86667D color. Also use rgb(134,102,125) instead hex code.

Text Font Color

.myTextColor { color: #86667D; }

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

This text font color is #86667D.


Background Color

.myBgColor { background-color: #86667D; }

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

This div background color is #86667D.


Border color

.myBorderColor { border: 1px solid #86667D; }

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

This div border color is #86667D.


Opacity

.myOpacity80 { color: #86667D; opacity: 0.8; }

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

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

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

This text has shadow with #86667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86667D on black background.


Color preview on white background

This text has color #86667D on white background.



Black color preview on #86667D background

This text has black color on #86667D background.


White color preview on #86667D background

This text has white color on #86667D background.