COLOR #8A6F7B

HEX: #8A6F7B
RGB: (138,111,123)

Color info

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

RGB color model

#8A6F7B color RGB value is (138,111,123).

  • red value is 138;
  • green value is 111;
  • blue value is 123.
RGB:
(138,111,123)
(54%,44%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 111 of 255 = 44%
B 123 of 255 = 48%

138
111
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 111 + 123 = 372 (100%)
R 138 of 372 ~ 37.1%
G 111 of 372 ~ 29.84%
B 123 of 372 ~ 33.06%

%37.1
%29.84
%33.06

CMYK color model

#8A6F7B color CMYK value is (0,20,11,46).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(0,20,11,46)
C0M20Y11K46 
(0%,20%,11%,46%)
(0.00/0.20/0.11/0.46)	

CMYK percentages

%0
%19.57
%10.87
%45.88

Codes

Color #8A6F7B in popluar color models

8A6F7B
RGB138111123
HSL333°10.84%48.82%
HSB/HSV333°19.57%54.12%
CMYK0.00%19.57%10.87%
45.88%

Color #8A6F7B in popluar number systems.

HEX8A6F7B
Decimal138111123
Binary1000101011011111111011
Octal212157173

Shades and tints

Shades of #8A6F7B

#8A6F7B
(138,111,123)
#7E6570
(126,101,112)
#725B65
(114,91,101)
#66515A
(102,81,90)
#5A474F
(90,71,79)
#4E3D44
(78,61,68)
#423339
(66,51,57)
#36292E
(54,41,46)
#2A1F23
(42,31,35)
#1E1518
(30,21,24)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #8A6F7B

#8A6F7B
(138,111,123)
#947C87
(148,124,135)
#9E8993
(158,137,147)
#A8969F
(168,150,159)
#B2A3AB
(178,163,171)
#BCB0B7
(188,176,183)
#C6BDC3
(198,189,195)
#D0CACF
(208,202,207)
#DAD7DB
(218,215,219)
#E4E4E7
(228,228,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6F7B color. Also use rgb(138,111,123) instead hex code.

Text Font Color

.myTextColor { color: #8A6F7B; }

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

This text font color is #8A6F7B.


Background Color

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

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

This div background color is #8A6F7B.


Border color

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

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

This div border color is #8A6F7B.


Opacity

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

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

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

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

This text has shadow with #8A6F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6F7B on black background.


Color preview on white background

This text has color #8A6F7B on white background.



Black color preview on #8A6F7B background

This text has black color on #8A6F7B background.


White color preview on #8A6F7B background

This text has white color on #8A6F7B background.