COLOR #8A6D89

HEX: #8A6D89
RGB: (138,109,137)

Color info

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

RGB color model

#8A6D89 color RGB value is (138,109,137).

  • red value is 138;
  • green value is 109;
  • blue value is 137.
RGB:
(138,109,137)
(54%,43%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 109 of 255 = 43%
B 137 of 255 = 54%

138
109
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 109 + 137 = 384 (100%)
R 138 of 384 ~ 35.94%
G 109 of 384 ~ 28.39%
B 137 of 384 ~ 35.68%

%35.94
%28.39
%35.68

CMYK color model

#8A6D89 color CMYK value is (0,21,1,46).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 0.72%
  • key color value is 45.88%
CMYK:
(0,21,1,46)
C0M21Y1K46 
(0%,21%,1%,46%)
(0.00/0.21/0.01/0.46)	

CMYK percentages

%0
%21.01
%0.72
%45.88

Codes

Color #8A6D89 in popluar color models

8A6D89
RGB138109137
HSL302°11.74%48.43%
HSB/HSV302°21.01%54.12%
CMYK0.00%21.01%0.72%
45.88%

Color #8A6D89 in popluar number systems.

HEX8A6D89
Decimal138109137
Binary10001010110110110001001
Octal212155211

Shades and tints

Shades of #8A6D89

#8A6D89
(138,109,137)
#7E647D
(126,100,125)
#725B71
(114,91,113)
#665265
(102,82,101)
#5A4959
(90,73,89)
#4E404D
(78,64,77)
#423741
(66,55,65)
#362E35
(54,46,53)
#2A2529
(42,37,41)
#1E1C1D
(30,28,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #8A6D89

#8A6D89
(138,109,137)
#947A93
(148,122,147)
#9E879D
(158,135,157)
#A894A7
(168,148,167)
#B2A1B1
(178,161,177)
#BCAEBB
(188,174,187)
#C6BBC5
(198,187,197)
#D0C8CF
(208,200,207)
#DAD5D9
(218,213,217)
#E4E2E3
(228,226,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6D89 color. Also use rgb(138,109,137) instead hex code.

Text Font Color

.myTextColor { color: #8A6D89; }

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

This text font color is #8A6D89.


Background Color

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

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

This div background color is #8A6D89.


Border color

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

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

This div border color is #8A6D89.


Opacity

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

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

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

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

This text has shadow with #8A6D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6D89 on black background.


Color preview on white background

This text has color #8A6D89 on white background.



Black color preview on #8A6D89 background

This text has black color on #8A6D89 background.


White color preview on #8A6D89 background

This text has white color on #8A6D89 background.