COLOR #8A687E

HEX: #8A687E RGB: (138,104,126)

Color info

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

RGB color model

#8A687E color RGB value is (138,104,126).

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

RGB channels and saturation

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

138
104
126

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

Portions of RGB colors in percentages

R + G + B = 138 + 104 + 126 = 368 (100%)
R 138 of 368 ~ 37.5%
G 104 of 368 ~ 28.26%
B 126 of 368 ~ 34.24'%

%37.5
%28.26
%34.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 8.70%
  • 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
%8.7
%45.88

Codes

Color #8A687E in popluar color models

8A 68 7E
RGB 138 104 126
HSL 321° 14.05% 47.45%
HSB/HSV 321° 24.64% 54.12%
CMYK 0.00% 24.64% 8.70%
45.88%

Color #8A687E in popluar number systems.

HEX 8A 68 7E
Decimal 138 104 126
Binary 10001010 1101000 1111110
Octal 212 150 176

Shades and tints

Shades of #8A687E

#8A687E
(138,104,126)
#7E5F73
(126,95,115)
#725668
(114,86,104)
#664D5D
(102,77,93)
#5A4452
(90,68,82)
#4E3B47
(78,59,71)
#42323C
(66,50,60)
#362931
(54,41,49)
#2A2026
(42,32,38)
#1E171B
(30,23,27)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #8A687E

#8A687E
(138,104,126)
#947589
(148,117,137)
#9E8294
(158,130,148)
#A88F9F
(168,143,159)
#B29CAA
(178,156,170)
#BCA9B5
(188,169,181)
#C6B6C0
(198,182,192)
#D0C3CB
(208,195,203)
#DAD0D6
(218,208,214)
#E4DDE1
(228,221,225)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A687E; }

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

This text font color is #8A687E.

Background Color

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

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

This div background color is #8A687E.

Border color

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

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

This div border color is #8A687E.

Opacity

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

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

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

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

This text has shadow with #8A687E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A687E.

Preview

Color preview on black background

This text has color #8A687E on black background.


Color preview on white background

This text has color #8A687E on white background.


Black color preview on #8A687E background

This text has black color on #8A687E background.


White color preview on #8A687E background

This text has white color on #8A687E background.


Related colors

Complementary color

Complementary color for #hex is #759781.


I love getcolorcode.com

Triadic colors

1 #7E8A68 and #687E8A with #8A687E are triadic colors.

2 #7E688A and #688A7E with #8A687E are triadic colors.