COLOR #8A717D

HEX: #8A717D
RGB: (138,113,125)

Color info

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

RGB color model

#8A717D color RGB value is (138,113,125).

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

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 125 of 255 = 49%

138
113
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 113 + 125 = 376 (100%)
R 138 of 376 ~ 36.7%
G 113 of 376 ~ 30.05%
B 125 of 376 ~ 33.24%

%36.7
%30.05
%33.24

CMYK color model

#8A717D color CMYK value is (0,18,9,46).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK: (0,18,9,46) C0M18Y9K46 (0%,18%,9%,46%) (0.00/0.18/0.09/0.46)

CMYK percentages

%0
%18.12
%9.42
%45.88

Codes

Color #8A717D in popluar color models

8A717D
RGB138113125
HSL331°9.96%49.22%
HSB/HSV331°18.12%54.12%
CMYK0.00%18.12%9.42%
45.88%

Color #8A717D in popluar number systems.

HEX8A717D
Decimal138113125
Binary1000101011100011111101
Octal212161175

Shades and tints

Shades of #8A717D

#8A717D
(138,113,125)
#7E6772
(126,103,114)
#725D67
(114,93,103)
#66535C
(102,83,92)
#5A4951
(90,73,81)
#4E3F46
(78,63,70)
#42353B
(66,53,59)
#362B30
(54,43,48)
#2A2125
(42,33,37)
#1E171A
(30,23,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #8A717D

#8A717D
(138,113,125)
#947D88
(148,125,136)
#9E8993
(158,137,147)
#A8959E
(168,149,158)
#B2A1A9
(178,161,169)
#BCADB4
(188,173,180)
#C6B9BF
(198,185,191)
#D0C5CA
(208,197,202)
#DAD1D5
(218,209,213)
#E4DDE0
(228,221,224)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A717D; }

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

This text font color is #8A717D.


Background Color

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

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

This div background color is #8A717D.


Border color

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

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

This div border color is #8A717D.


Opacity

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

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

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

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

This text has shadow with #8A717D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8A717D on black background.


Color preview on white background

This text has color #8A717D on white background.



Black color preview on #8A717D background

This text has black color on #8A717D background.


White color preview on #8A717D background

This text has white color on #8A717D background.