COLOR #866B88

HEX: #866B88
RGB: (134,107,136)

Color info

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

RGB color model

#866B88 color RGB value is (134,107,136).

  • red value is 134;
  • green value is 107;
  • blue value is 136.
RGB:
(134,107,136)
(53%,42%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 107 of 255 = 42%
B 136 of 255 = 53%

134
107
136

R + G + B ~ 49%. #866B88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 107 + 136 = 377 (100%)
R 134 of 377 ~ 35.54%
G 107 of 377 ~ 28.38%
B 136 of 377 ~ 36.07%

%35.54
%28.38
%36.07

CMYK color model

#866B88 color CMYK value is (1,21,0,47).

  • cyan value is 1.47%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,21,0,47)
C1M21Y0K47 
(1%,21%,0%,47%)
(0.01/0.21/0.00/0.47)	

CMYK percentages

%1.47
%21.32
%0
%46.67

Codes

Color #866B88 in popluar color models

866B88
RGB134107136
HSL296°11.93%47.65%
HSB/HSV296°21.32%53.33%
CMYK1.47%21.32%0.00%
46.67%

Color #866B88 in popluar number systems.

HEX866B88
Decimal134107136
Binary10000110110101110001000
Octal206153210

Shades and tints

Shades of #866B88

#866B88
(134,107,136)
#7A627C
(122,98,124)
#6E5970
(110,89,112)
#625064
(98,80,100)
#564758
(86,71,88)
#4A3E4C
(74,62,76)
#3E3540
(62,53,64)
#322C34
(50,44,52)
#262328
(38,35,40)
#1A1A1C
(26,26,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #866B88

#866B88
(134,107,136)
#917892
(145,120,146)
#9C859C
(156,133,156)
#A792A6
(167,146,166)
#B29FB0
(178,159,176)
#BDACBA
(189,172,186)
#C8B9C4
(200,185,196)
#D3C6CE
(211,198,206)
#DED3D8
(222,211,216)
#E9E0E2
(233,224,226)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866B88 color. Also use rgb(134,107,136) instead hex code.

Text Font Color

.myTextColor { color: #866B88; }

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

This text font color is #866B88.


Background Color

.myBgColor { background-color: #866B88; }

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

This div background color is #866B88.


Border color

.myBorderColor { border: 1px solid #866B88; }

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

This div border color is #866B88.


Opacity

.myOpacity80 { color: #866B88; opacity: 0.8; }

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

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

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

This text has shadow with #866B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866B88 on black background.


Color preview on white background

This text has color #866B88 on white background.



Black color preview on #866B88 background

This text has black color on #866B88 background.


White color preview on #866B88 background

This text has white color on #866B88 background.