COLOR #8A687D

HEX: #8A687D RGB: (138,104,125)

Color info

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

RGB color model

#8A687D color RGB value is (138,104,125).

RGB: (138,104,125) (54%, 41%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 125 of 255 = 49%

138
104
125

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

Portions of RGB colors in percentages

R + G + B = 138 + 104 + 125 = 367 (100%)
R 138 of 367 ~ 37.6%
G 104 of 367 ~ 28.34%
B 125 of 367 ~ 34.06'%

%37.6
%28.34
%34.06

CMYK color model

#8A687D color CMYK value is (0,25,9,46).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK: (0,25,9,46) C0M25Y9K46 (0%,25%,9%,46%) (0.00/0.25/0.09/0.46) 

CMYK percentages

%0
%24.64
%9.42
%45.88

Codes

Color #8A687D in popluar color models

8A 68 7D
RGB 138 104 125
HSL 323° 14.05% 47.45%
HSB/HSV 323° 24.64% 54.12%
CMYK 0.00% 24.64% 9.42%
45.88%

Color #8A687D in popluar number systems.

HEX 8A 68 7D
Decimal 138 104 125
Binary 10001010 1101000 1111101
Octal 212 150 175

Shades and tints

Shades of #8A687D

#8A687D
(138,104,125)
#7E5F72
(126,95,114)
#725667
(114,86,103)
#664D5C
(102,77,92)
#5A4451
(90,68,81)
#4E3B46
(78,59,70)
#42323B
(66,50,59)
#362930
(54,41,48)
#2A2025
(42,32,37)
#1E171A
(30,23,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #8A687D

#8A687D
(138,104,125)
#947588
(148,117,136)
#9E8293
(158,130,147)
#A88F9E
(168,143,158)
#B29CA9
(178,156,169)
#BCA9B4
(188,169,180)
#C6B6BF
(198,182,191)
#D0C3CA
(208,195,202)
#DAD0D5
(218,208,213)
#E4DDE0
(228,221,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A687D; }

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

This text font color is #8A687D.

Background Color

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

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

This div background color is #8A687D.

Border color

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

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

This div border color is #8A687D.

Opacity

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

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

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

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

This text has shadow with #8A687D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A687D.

Preview

Color preview on black background

This text has color #8A687D on black background.


Color preview on white background

This text has color #8A687D on white background.


Black color preview on #8A687D background

This text has black color on #8A687D background.


White color preview on #8A687D background

This text has white color on #8A687D background.


Related colors

Complementary color

Complementary color for #hex is #759782.


I love getcolorcode.com

Triadic colors

1 #7D8A68 and #687D8A with #8A687D are triadic colors.

2 #7D688A and #688A7D with #8A687D are triadic colors.