COLOR #8A6986

HEX: #8A6986 RGB: (138,105,134)

Color info

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

RGB color model

#8A6986 color RGB value is (138,105,134).

RGB: (138,105,134) (54%, 41%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 134 of 255 = 53%

138
105
134

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

Portions of RGB colors in percentages

R + G + B = 138 + 105 + 134 = 377 (100%)
R 138 of 377 ~ 36.6%
G 105 of 377 ~ 27.85%
B 134 of 377 ~ 35.54'%

%36.6
%27.85
%35.54

CMYK color model

#8A6986 color CMYK value is (0,24,3,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 2.90%
  • key color value is 45.88%

CMYK: (0,24,3,46)
C0M24Y3K46 (0%, 24%, 3%, 46%)
(0.00 / 0.24 / 0.03 / 0.46)

CMYK percentages

%0
%23.91
%2.9
%45.88

Codes

Color #8A6986 in popluar color models

8A 69 86
RGB 138 105 134
HSL 307° 13.58% 47.65%
HSB/HSV 307° 23.91% 54.12%
CMYK 0.00% 23.91% 2.90%
45.88%

Color #8A6986 in popluar number systems.

HEX 8A 69 86
Decimal 138 105 134
Binary 10001010 1101001 10000110
Octal 212 151 206

Shades and tints

Shades of #8A6986

#8A6986
(138,105,134)
#7E607A
(126,96,122)
#72576E
(114,87,110)
#664E62
(102,78,98)
#5A4556
(90,69,86)
#4E3C4A
(78,60,74)
#42333E
(66,51,62)
#362A32
(54,42,50)
#2A2126
(42,33,38)
#1E181A
(30,24,26)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #8A6986

#8A6986
(138,105,134)
#947691
(148,118,145)
#9E839C
(158,131,156)
#A890A7
(168,144,167)
#B29DB2
(178,157,178)
#BCAABD
(188,170,189)
#C6B7C8
(198,183,200)
#D0C4D3
(208,196,211)
#DAD1DE
(218,209,222)
#E4DEE9
(228,222,233)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6986 color. Also use rgb(138,105,134) instead hex code.

Text Font Color

.myTextColor { color: #8A6986; }

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

This text font color is #8A6986.

Background Color

.myBgColor { background-color: #8A6986; }

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

This div background color is #8A6986.

Border color

.myBorderColor { border: 1px solid #8A6986; }

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

This div border color is #8A6986.

Opacity

.myOpacity80 { color: #8A6986; opacity: 0.8; }

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

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

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

This text has shadow with #8A6986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6986.

Preview

Color preview on black background

This text has color #8A6986 on black background.


Color preview on white background

This text has color #8A6986 on white background.


Black color preview on #8A6986 background

This text has black color on #8A6986 background.


White color preview on #8A6986 background

This text has white color on #8A6986 background.


Related colors

Complementary color

Complementary color for #hex is #759679.


I love getcolorcode.com

Triadic colors

1 #868A69 and #69868A with #8A6986 are triadic colors.

2 #86698A and #698A86 with #8A6986 are triadic colors.