COLOR #8A6E7E

HEX: #8A6E7E
RGB: (138,110,126)

Color info

#8A6E7E contains red, green and blue colors in about the same proportion. Web safe color of #8A6E7E is #996666 (or #966).

RGB color model

#8A6E7E color RGB value is (138,110,126).

  • red value is 138;
  • green value is 110;
  • blue value is 126.
RGB:
(138,110,126)
(54%,43%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 110 of 255 = 43%
B 126 of 255 = 49%

138
110
126

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

Portions of RGB colors in percentages

R + G + B =
138 + 110 + 126 = 374 (100%)
R 138 of 374 ~ 36.9%
G 110 of 374 ~ 29.41%
B 126 of 374 ~ 33.69%

%36.9
%29.41
%33.69

CMYK color model

#8A6E7E color CMYK value is (0,20,9,46).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(0,20,9,46)
C0M20Y9K46 
(0%,20%,9%,46%)
(0.00/0.20/0.09/0.46)	

CMYK percentages

%0
%20.29
%8.7
%45.88

Codes

Color #8A6E7E in popluar color models

8A6E7E
RGB138110126
HSL326°11.29%48.63%
HSB/HSV326°20.29%54.12%
CMYK0.00%20.29%8.70%
45.88%

Color #8A6E7E in popluar number systems.

HEX8A6E7E
Decimal138110126
Binary1000101011011101111110
Octal212156176

Shades and tints

Shades of #8A6E7E

#8A6E7E
(138,110,126)
#7E6473
(126,100,115)
#725A68
(114,90,104)
#66505D
(102,80,93)
#5A4652
(90,70,82)
#4E3C47
(78,60,71)
#42323C
(66,50,60)
#362831
(54,40,49)
#2A1E26
(42,30,38)
#1E141B
(30,20,27)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #8A6E7E

#8A6E7E
(138,110,126)
#947B89
(148,123,137)
#9E8894
(158,136,148)
#A8959F
(168,149,159)
#B2A2AA
(178,162,170)
#BCAFB5
(188,175,181)
#C6BCC0
(198,188,192)
#D0C9CB
(208,201,203)
#DAD6D6
(218,214,214)
#E4E3E1
(228,227,225)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6E7E color. Also use rgb(138,110,126) instead hex code.

Text Font Color

.myTextColor { color: #8A6E7E; }

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

This text font color is #8A6E7E.


Background Color

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

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

This div background color is #8A6E7E.


Border color

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

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

This div border color is #8A6E7E.


Opacity

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

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

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

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

This text has shadow with #8A6E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6E7E on black background.


Color preview on white background

This text has color #8A6E7E on white background.



Black color preview on #8A6E7E background

This text has black color on #8A6E7E background.


White color preview on #8A6E7E background

This text has white color on #8A6E7E background.