COLOR #8A687A

HEX: #8A687A RGB: (138,104,122)

Color info

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

RGB color model

#8A687A color RGB value is (138,104,122).

RGB: (138,104,122) (54%, 41%, 48%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 122 of 255 = 48%

138
104
122

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

Portions of RGB colors in percentages

R + G + B = 138 + 104 + 122 = 364 (100%)
R 138 of 364 ~ 37.91%
G 104 of 364 ~ 28.57%
B 122 of 364 ~ 33.52'%

%37.91
%28.57
%33.52

CMYK color model

#8A687A color CMYK value is (0,25,12,46).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK: (0,25,12,46) C0M25Y12K46 (0%,25%,12%,46%) (0.00/0.25/0.12/0.46) 

CMYK percentages

%0
%24.64
%11.59
%45.88

Codes

Color #8A687A in popluar color models

8A 68 7A
RGB 138 104 122
HSL 328° 14.05% 47.45%
HSB/HSV 328° 24.64% 54.12%
CMYK 0.00% 24.64% 11.59%
45.88%

Color #8A687A in popluar number systems.

HEX 8A 68 7A
Decimal 138 104 122
Binary 10001010 1101000 1111010
Octal 212 150 172

Shades and tints

Shades of #8A687A

#8A687A
(138,104,122)
#7E5F6F
(126,95,111)
#725664
(114,86,100)
#664D59
(102,77,89)
#5A444E
(90,68,78)
#4E3B43
(78,59,67)
#423238
(66,50,56)
#36292D
(54,41,45)
#2A2022
(42,32,34)
#1E1717
(30,23,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #8A687A

#8A687A
(138,104,122)
#947586
(148,117,134)
#9E8292
(158,130,146)
#A88F9E
(168,143,158)
#B29CAA
(178,156,170)
#BCA9B6
(188,169,182)
#C6B6C2
(198,182,194)
#D0C3CE
(208,195,206)
#DAD0DA
(218,208,218)
#E4DDE6
(228,221,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A687A; }

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

This text font color is #8A687A.

Background Color

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

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

This div background color is #8A687A.

Border color

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

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

This div border color is #8A687A.

Opacity

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

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

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

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

This text has shadow with #8A687A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A687A.

Preview

Color preview on black background

This text has color #8A687A on black background.


Color preview on white background

This text has color #8A687A on white background.


Black color preview on #8A687A background

This text has black color on #8A687A background.


White color preview on #8A687A background

This text has white color on #8A687A background.


Related colors

Complementary color

Complementary color for #hex is #759785.


I love getcolorcode.com

Triadic colors

1 #7A8A68 and #687A8A with #8A687A are triadic colors.

2 #7A688A and #688A7A with #8A687A are triadic colors.