COLOR #8A7186

HEX: #8A7186
RGB: (138,113,134)

Color info

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

RGB color model

#8A7186 color RGB value is (138,113,134).

  • red value is 138;
  • green value is 113;
  • blue value is 134.
RGB:
(138,113,134)
(54%,44%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 134 of 255 = 53%

138
113
134

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

Portions of RGB colors in percentages

R + G + B =
138 + 113 + 134 = 385 (100%)
R 138 of 385 ~ 35.84%
G 113 of 385 ~ 29.35%
B 134 of 385 ~ 34.81%

%35.84
%29.35
%34.81

CMYK color model

#8A7186 color CMYK value is (0,18,3,46).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 2.90%
  • key color value is 45.88%
CMYK:
(0,18,3,46)
C0M18Y3K46 
(0%,18%,3%,46%)
(0.00/0.18/0.03/0.46)	

CMYK percentages

%0
%18.12
%2.9
%45.88

Codes

Color #8A7186 in popluar color models

8A7186
RGB138113134
HSL310°9.96%49.22%
HSB/HSV310°18.12%54.12%
CMYK0.00%18.12%2.90%
45.88%

Color #8A7186 in popluar number systems.

HEX8A7186
Decimal138113134
Binary10001010111000110000110
Octal212161206

Shades and tints

Shades of #8A7186

#8A7186
(138,113,134)
#7E677A
(126,103,122)
#725D6E
(114,93,110)
#665362
(102,83,98)
#5A4956
(90,73,86)
#4E3F4A
(78,63,74)
#42353E
(66,53,62)
#362B32
(54,43,50)
#2A2126
(42,33,38)
#1E171A
(30,23,26)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #8A7186

#8A7186
(138,113,134)
#947D91
(148,125,145)
#9E899C
(158,137,156)
#A895A7
(168,149,167)
#B2A1B2
(178,161,178)
#BCADBD
(188,173,189)
#C6B9C8
(198,185,200)
#D0C5D3
(208,197,211)
#DAD1DE
(218,209,222)
#E4DDE9
(228,221,233)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7186; }

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

This text font color is #8A7186.


Background Color

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

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

This div background color is #8A7186.


Border color

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

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

This div border color is #8A7186.


Opacity

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

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

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

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

This text has shadow with #8A7186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7186 on black background.


Color preview on white background

This text has color #8A7186 on white background.



Black color preview on #8A7186 background

This text has black color on #8A7186 background.


White color preview on #8A7186 background

This text has white color on #8A7186 background.