COLOR #8A718C

HEX: #8A718C
RGB: (138,113,140)

Color info

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

RGB color model

#8A718C color RGB value is (138,113,140).

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

RGB channels and saturation

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

138
113
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 113 + 140 = 391 (100%)
R 138 of 391 ~ 35.29%
G 113 of 391 ~ 28.9%
B 140 of 391 ~ 35.81%

%35.29
%28.9
%35.81

CMYK color model

#8A718C color CMYK value is (1,19,0,45).

  • cyan value is 1.43%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(1,19,0,45)
C1M19Y0K45 
(1%,19%,0%,45%)
(0.01/0.19/0.00/0.45)	

CMYK percentages

%1.43
%19.29
%0
%45.1

Codes

Color #8A718C in popluar color models

8A718C
RGB138113140
HSL296°10.67%49.61%
HSB/HSV296°19.29%54.90%
CMYK1.43%19.29%0.00%
45.10%

Color #8A718C in popluar number systems.

HEX8A718C
Decimal138113140
Binary10001010111000110001100
Octal212161214

Shades and tints

Shades of #8A718C

#8A718C
(138,113,140)
#7E6780
(126,103,128)
#725D74
(114,93,116)
#665368
(102,83,104)
#5A495C
(90,73,92)
#4E3F50
(78,63,80)
#423544
(66,53,68)
#362B38
(54,43,56)
#2A212C
(42,33,44)
#1E1720
(30,23,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #8A718C

#8A718C
(138,113,140)
#947D96
(148,125,150)
#9E89A0
(158,137,160)
#A895AA
(168,149,170)
#B2A1B4
(178,161,180)
#BCADBE
(188,173,190)
#C6B9C8
(198,185,200)
#D0C5D2
(208,197,210)
#DAD1DC
(218,209,220)
#E4DDE6
(228,221,230)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A718C; }

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

This text font color is #8A718C.


Background Color

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

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

This div background color is #8A718C.


Border color

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

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

This div border color is #8A718C.


Opacity

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

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

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

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

This text has shadow with #8A718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A718C on black background.


Color preview on white background

This text has color #8A718C on white background.



Black color preview on #8A718C background

This text has black color on #8A718C background.


White color preview on #8A718C background

This text has white color on #8A718C background.