COLOR #8A6B7C

HEX: #8A6B7C
RGB: (138,107,124)

Color info

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

RGB color model

#8A6B7C color RGB value is (138,107,124).

  • red value is 138;
  • green value is 107;
  • blue value is 124.
RGB:
(138,107,124)
(54%,42%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 107 of 255 = 42%
B 124 of 255 = 49%

138
107
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 107 + 124 = 369 (100%)
R 138 of 369 ~ 37.4%
G 107 of 369 ~ 29%
B 124 of 369 ~ 33.6%

%37.4
%29
%33.6

CMYK color model

#8A6B7C color CMYK value is (0,22,10,46).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(0,22,10,46)
C0M22Y10K46 
(0%,22%,10%,46%)
(0.00/0.22/0.10/0.46)	

CMYK percentages

%0
%22.46
%10.14
%45.88

Codes

Color #8A6B7C in popluar color models

8A6B7C
RGB138107124
HSL327°12.65%48.04%
HSB/HSV327°22.46%54.12%
CMYK0.00%22.46%10.14%
45.88%

Color #8A6B7C in popluar number systems.

HEX8A6B7C
Decimal138107124
Binary1000101011010111111100
Octal212153174

Shades and tints

Shades of #8A6B7C

#8A6B7C
(138,107,124)
#7E6271
(126,98,113)
#725966
(114,89,102)
#66505B
(102,80,91)
#5A4750
(90,71,80)
#4E3E45
(78,62,69)
#42353A
(66,53,58)
#362C2F
(54,44,47)
#2A2324
(42,35,36)
#1E1A19
(30,26,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8A6B7C

#8A6B7C
(138,107,124)
#947887
(148,120,135)
#9E8592
(158,133,146)
#A8929D
(168,146,157)
#B29FA8
(178,159,168)
#BCACB3
(188,172,179)
#C6B9BE
(198,185,190)
#D0C6C9
(208,198,201)
#DAD3D4
(218,211,212)
#E4E0DF
(228,224,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6B7C color. Also use rgb(138,107,124) instead hex code.

Text Font Color

.myTextColor { color: #8A6B7C; }

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

This text font color is #8A6B7C.


Background Color

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

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

This div background color is #8A6B7C.


Border color

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

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

This div border color is #8A6B7C.


Opacity

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

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

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

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

This text has shadow with #8A6B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6B7C on black background.


Color preview on white background

This text has color #8A6B7C on white background.



Black color preview on #8A6B7C background

This text has black color on #8A6B7C background.


White color preview on #8A6B7C background

This text has white color on #8A6B7C background.