COLOR #8A7080

HEX: #8A7080
RGB: (138,112,128)

Color info

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

RGB color model

#8A7080 color RGB value is (138,112,128).

  • red value is 138;
  • green value is 112;
  • blue value is 128.
RGB:
(138,112,128)
(54%,44%,50%)

RGB channels and saturation

R 138 of 255 = 54%
G 112 of 255 = 44%
B 128 of 255 = 50%

138
112
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 112 + 128 = 378 (100%)
R 138 of 378 ~ 36.51%
G 112 of 378 ~ 29.63%
B 128 of 378 ~ 33.86%

%36.51
%29.63
%33.86

CMYK color model

#8A7080 color CMYK value is (0,19,7,46).

  • cyan value is 0.00%
  • magenta value is 18.84%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(0,19,7,46)
C0M19Y7K46 
(0%,19%,7%,46%)
(0.00/0.19/0.07/0.46)	

CMYK percentages

%0
%18.84
%7.25
%45.88

Codes

Color #8A7080 in popluar color models

8A7080
RGB138112128
HSL323°10.40%49.02%
HSB/HSV323°18.84%54.12%
CMYK0.00%18.84%7.25%
45.88%

Color #8A7080 in popluar number systems.

HEX8A7080
Decimal138112128
Binary10001010111000010000000
Octal212160200

Shades and tints

Shades of #8A7080

#8A7080
(138,112,128)
#7E6675
(126,102,117)
#725C6A
(114,92,106)
#66525F
(102,82,95)
#5A4854
(90,72,84)
#4E3E49
(78,62,73)
#42343E
(66,52,62)
#362A33
(54,42,51)
#2A2028
(42,32,40)
#1E161D
(30,22,29)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #8A7080

#8A7080
(138,112,128)
#947D8B
(148,125,139)
#9E8A96
(158,138,150)
#A897A1
(168,151,161)
#B2A4AC
(178,164,172)
#BCB1B7
(188,177,183)
#C6BEC2
(198,190,194)
#D0CBCD
(208,203,205)
#DAD8D8
(218,216,216)
#E4E5E3
(228,229,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7080 color. Also use rgb(138,112,128) instead hex code.

Text Font Color

.myTextColor { color: #8A7080; }

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

This text font color is #8A7080.


Background Color

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

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

This div background color is #8A7080.


Border color

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

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

This div border color is #8A7080.


Opacity

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

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

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

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

This text has shadow with #8A7080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7080 on black background.


Color preview on white background

This text has color #8A7080 on white background.



Black color preview on #8A7080 background

This text has black color on #8A7080 background.


White color preview on #8A7080 background

This text has white color on #8A7080 background.