COLOR #8A7086

HEX: #8A7086
RGB: (138,112,134)

Color info

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

RGB color model

#8A7086 color RGB value is (138,112,134).

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

RGB channels and saturation

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

138
112
134

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

Portions of RGB colors in percentages

R + G + B =
138 + 112 + 134 = 384 (100%)
R 138 of 384 ~ 35.94%
G 112 of 384 ~ 29.17%
B 134 of 384 ~ 34.9%

%35.94
%29.17
%34.9

CMYK color model

#8A7086 color CMYK value is (0,19,3,46).

  • cyan value is 0.00%
  • magenta value is 18.84%
  • yellow value is 2.90%
  • key color value is 45.88%
CMYK:
(0,19,3,46)
C0M19Y3K46 
(0%,19%,3%,46%)
(0.00/0.19/0.03/0.46)	

CMYK percentages

%0
%18.84
%2.9
%45.88

Codes

Color #8A7086 in popluar color models

8A7086
RGB138112134
HSL309°10.40%49.02%
HSB/HSV309°18.84%54.12%
CMYK0.00%18.84%2.90%
45.88%

Color #8A7086 in popluar number systems.

HEX8A7086
Decimal138112134
Binary10001010111000010000110
Octal212160206

Shades and tints

Shades of #8A7086

#8A7086
(138,112,134)
#7E667A
(126,102,122)
#725C6E
(114,92,110)
#665262
(102,82,98)
#5A4856
(90,72,86)
#4E3E4A
(78,62,74)
#42343E
(66,52,62)
#362A32
(54,42,50)
#2A2026
(42,32,38)
#1E161A
(30,22,26)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #8A7086

#8A7086
(138,112,134)
#947D91
(148,125,145)
#9E8A9C
(158,138,156)
#A897A7
(168,151,167)
#B2A4B2
(178,164,178)
#BCB1BD
(188,177,189)
#C6BEC8
(198,190,200)
#D0CBD3
(208,203,211)
#DAD8DE
(218,216,222)
#E4E5E9
(228,229,233)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7086; }

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

This text font color is #8A7086.


Background Color

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

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

This div background color is #8A7086.


Border color

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

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

This div border color is #8A7086.


Opacity

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

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

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

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

This text has shadow with #8A7086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7086 on black background.


Color preview on white background

This text has color #8A7086 on white background.



Black color preview on #8A7086 background

This text has black color on #8A7086 background.


White color preview on #8A7086 background

This text has white color on #8A7086 background.