COLOR #866189

HEX: #866189
RGB: (134,97,137)

Color info

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

RGB color model

#866189 color RGB value is (134,97,137).

  • red value is 134;
  • green value is 97;
  • blue value is 137.
RGB:
(134,97,137)
(53%,38%,54%)

RGB channels and saturation

R 134 of 255 = 53%
G 97 of 255 = 38%
B 137 of 255 = 54%

134
97
137

R + G + B ~ 48%. #866189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 97 + 137 = 368 (100%)
R 134 of 368 ~ 36.41%
G 97 of 368 ~ 26.36%
B 137 of 368 ~ 37.23%

%36.41
%26.36
%37.23

CMYK color model

#866189 color CMYK value is (2,29,0,46).

  • cyan value is 2.19%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(2,29,0,46)
C2M29Y0K46 
(2%,29%,0%,46%)
(0.02/0.29/0.00/0.46)	

CMYK percentages

%2.19
%29.2
%0
%46.27

Codes

Color #866189 in popluar color models

866189
RGB13497137
HSL296°17.09%45.88%
HSB/HSV296°29.20%53.73%
CMYK2.19%29.20%0.00%
46.27%

Color #866189 in popluar number systems.

HEX866189
Decimal13497137
Binary10000110110000110001001
Octal206141211

Shades and tints

Shades of #866189

#866189
(134,97,137)
#7A597D
(122,89,125)
#6E5171
(110,81,113)
#624965
(98,73,101)
#564159
(86,65,89)
#4A394D
(74,57,77)
#3E3141
(62,49,65)
#322935
(50,41,53)
#262129
(38,33,41)
#1A191D
(26,25,29)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #866189

#866189
(134,97,137)
#916F93
(145,111,147)
#9C7D9D
(156,125,157)
#A78BA7
(167,139,167)
#B299B1
(178,153,177)
#BDA7BB
(189,167,187)
#C8B5C5
(200,181,197)
#D3C3CF
(211,195,207)
#DED1D9
(222,209,217)
#E9DFE3
(233,223,227)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866189 color. Also use rgb(134,97,137) instead hex code.

Text Font Color

.myTextColor { color: #866189; }

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

This text font color is #866189.


Background Color

.myBgColor { background-color: #866189; }

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

This div background color is #866189.


Border color

.myBorderColor { border: 1px solid #866189; }

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

This div border color is #866189.


Opacity

.myOpacity80 { color: #866189; opacity: 0.8; }

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

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

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

This text has shadow with #866189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866189 on black background.


Color preview on white background

This text has color #866189 on white background.



Black color preview on #866189 background

This text has black color on #866189 background.


White color preview on #866189 background

This text has white color on #866189 background.