COLOR #8A6B81

HEX: #8A6B81
RGB: (138,107,129)

Color info

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

RGB color model

#8A6B81 color RGB value is (138,107,129).

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

RGB channels and saturation

R 138 of 255 = 54%
G 107 of 255 = 42%
B 129 of 255 = 51%

138
107
129

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

Portions of RGB colors in percentages

R + G + B =
138 + 107 + 129 = 374 (100%)
R 138 of 374 ~ 36.9%
G 107 of 374 ~ 28.61%
B 129 of 374 ~ 34.49%

%36.9
%28.61
%34.49

CMYK color model

#8A6B81 color CMYK value is (0,22,7,46).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 6.52%
  • key color value is 45.88%
CMYK:
(0,22,7,46)
C0M22Y7K46 
(0%,22%,7%,46%)
(0.00/0.22/0.07/0.46)	

CMYK percentages

%0
%22.46
%6.52
%45.88

Codes

Color #8A6B81 in popluar color models

8A6B81
RGB138107129
HSL317°12.65%48.04%
HSB/HSV317°22.46%54.12%
CMYK0.00%22.46%6.52%
45.88%

Color #8A6B81 in popluar number systems.

HEX8A6B81
Decimal138107129
Binary10001010110101110000001
Octal212153201

Shades and tints

Shades of #8A6B81

#8A6B81
(138,107,129)
#7E6276
(126,98,118)
#72596B
(114,89,107)
#665060
(102,80,96)
#5A4755
(90,71,85)
#4E3E4A
(78,62,74)
#42353F
(66,53,63)
#362C34
(54,44,52)
#2A2329
(42,35,41)
#1E1A1E
(30,26,30)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8A6B81

#8A6B81
(138,107,129)
#94788C
(148,120,140)
#9E8597
(158,133,151)
#A892A2
(168,146,162)
#B29FAD
(178,159,173)
#BCACB8
(188,172,184)
#C6B9C3
(198,185,195)
#D0C6CE
(208,198,206)
#DAD3D9
(218,211,217)
#E4E0E4
(228,224,228)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6B81; }

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

This text font color is #8A6B81.


Background Color

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

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

This div background color is #8A6B81.


Border color

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

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

This div border color is #8A6B81.


Opacity

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

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

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

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

This text has shadow with #8A6B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6B81 on black background.


Color preview on white background

This text has color #8A6B81 on white background.



Black color preview on #8A6B81 background

This text has black color on #8A6B81 background.


White color preview on #8A6B81 background

This text has white color on #8A6B81 background.