COLOR #8A718B

HEX: #8A718B
RGB: (138,113,139)

Color info

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

RGB color model

#8A718B color RGB value is (138,113,139).

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

RGB channels and saturation

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

138
113
139

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

Portions of RGB colors in percentages

R + G + B =
138 + 113 + 139 = 390 (100%)
R 138 of 390 ~ 35.38%
G 113 of 390 ~ 28.97%
B 139 of 390 ~ 35.64%

%35.38
%28.97
%35.64

CMYK color model

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

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

CMYK percentages

%0.72
%18.71
%0
%45.49

Codes

Color #8A718B in popluar color models

8A718B
RGB138113139
HSL298°10.32%49.41%
HSB/HSV298°18.71%54.51%
CMYK0.72%18.71%0.00%
45.49%

Color #8A718B in popluar number systems.

HEX8A718B
Decimal138113139
Binary10001010111000110001011
Octal212161213

Shades and tints

Shades of #8A718B

#8A718B
(138,113,139)
#7E677F
(126,103,127)
#725D73
(114,93,115)
#665367
(102,83,103)
#5A495B
(90,73,91)
#4E3F4F
(78,63,79)
#423543
(66,53,67)
#362B37
(54,43,55)
#2A212B
(42,33,43)
#1E171F
(30,23,31)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #8A718B

#8A718B
(138,113,139)
#947D95
(148,125,149)
#9E899F
(158,137,159)
#A895A9
(168,149,169)
#B2A1B3
(178,161,179)
#BCADBD
(188,173,189)
#C6B9C7
(198,185,199)
#D0C5D1
(208,197,209)
#DAD1DB
(218,209,219)
#E4DDE5
(228,221,229)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A718B; }

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

This text font color is #8A718B.


Background Color

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

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

This div background color is #8A718B.


Border color

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

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

This div border color is #8A718B.


Opacity

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

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

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

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

This text has shadow with #8A718B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A718B on black background.


Color preview on white background

This text has color #8A718B on white background.



Black color preview on #8A718B background

This text has black color on #8A718B background.


White color preview on #8A718B background

This text has white color on #8A718B background.