COLOR #8A708C

HEX: #8A708C
RGB: (138,112,140)

Color info

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

RGB color model

#8A708C color RGB value is (138,112,140).

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

RGB channels and saturation

R 138 of 255 = 54%
G 112 of 255 = 44%
B 140 of 255 = 55%

138
112
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 112 + 140 = 390 (100%)
R 138 of 390 ~ 35.38%
G 112 of 390 ~ 28.72%
B 140 of 390 ~ 35.9%

%35.38
%28.72
%35.9

CMYK color model

#8A708C color CMYK value is (1,20,0,45).

  • cyan value is 1.43%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(1,20,0,45)
C1M20Y0K45 
(1%,20%,0%,45%)
(0.01/0.20/0.00/0.45)	

CMYK percentages

%1.43
%20
%0
%45.1

Codes

Color #8A708C in popluar color models

8A708C
RGB138112140
HSL296°11.11%49.41%
HSB/HSV296°20.00%54.90%
CMYK1.43%20.00%0.00%
45.10%

Color #8A708C in popluar number systems.

HEX8A708C
Decimal138112140
Binary10001010111000010001100
Octal212160214

Shades and tints

Shades of #8A708C

#8A708C
(138,112,140)
#7E6680
(126,102,128)
#725C74
(114,92,116)
#665268
(102,82,104)
#5A485C
(90,72,92)
#4E3E50
(78,62,80)
#423444
(66,52,68)
#362A38
(54,42,56)
#2A202C
(42,32,44)
#1E1620
(30,22,32)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #8A708C

#8A708C
(138,112,140)
#947D96
(148,125,150)
#9E8AA0
(158,138,160)
#A897AA
(168,151,170)
#B2A4B4
(178,164,180)
#BCB1BE
(188,177,190)
#C6BEC8
(198,190,200)
#D0CBD2
(208,203,210)
#DAD8DC
(218,216,220)
#E4E5E6
(228,229,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A708C; }

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

This text font color is #8A708C.


Background Color

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

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

This div background color is #8A708C.


Border color

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

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

This div border color is #8A708C.


Opacity

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

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

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

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

This text has shadow with #8A708C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A708C on black background.


Color preview on white background

This text has color #8A708C on white background.



Black color preview on #8A708C background

This text has black color on #8A708C background.


White color preview on #8A708C background

This text has white color on #8A708C background.