COLOR #8A687B

HEX: #8A687B
RGB: (138,104,123)

Color info

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

RGB color model

#8A687B color RGB value is (138,104,123).

  • red value is 138;
  • green value is 104;
  • blue value is 123.
RGB:
(138,104,123)
(54%,41%,48%)

RGB channels and saturation

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

138
104
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 104 + 123 = 365 (100%)
R 138 of 365 ~ 37.81%
G 104 of 365 ~ 28.49%
B 123 of 365 ~ 33.7%

%37.81
%28.49
%33.7

CMYK color model

#8A687B color CMYK value is (0,25,11,46).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(0,25,11,46)
C0M25Y11K46 
(0%,25%,11%,46%)
(0.00/0.25/0.11/0.46)	

CMYK percentages

%0
%24.64
%10.87
%45.88

Codes

Color #8A687B in popluar color models

8A687B
RGB138104123
HSL326°14.05%47.45%
HSB/HSV326°24.64%54.12%
CMYK0.00%24.64%10.87%
45.88%

Color #8A687B in popluar number systems.

HEX8A687B
Decimal138104123
Binary1000101011010001111011
Octal212150173

Shades and tints

Shades of #8A687B

#8A687B
(138,104,123)
#7E5F70
(126,95,112)
#725665
(114,86,101)
#664D5A
(102,77,90)
#5A444F
(90,68,79)
#4E3B44
(78,59,68)
#423239
(66,50,57)
#36292E
(54,41,46)
#2A2023
(42,32,35)
#1E1718
(30,23,24)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #8A687B

#8A687B
(138,104,123)
#947587
(148,117,135)
#9E8293
(158,130,147)
#A88F9F
(168,143,159)
#B29CAB
(178,156,171)
#BCA9B7
(188,169,183)
#C6B6C3
(198,182,195)
#D0C3CF
(208,195,207)
#DAD0DB
(218,208,219)
#E4DDE7
(228,221,231)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A687B; }

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

This text font color is #8A687B.


Background Color

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

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

This div background color is #8A687B.


Border color

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

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

This div border color is #8A687B.


Opacity

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

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

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

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

This text has shadow with #8A687B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A687B on black background.


Color preview on white background

This text has color #8A687B on white background.



Black color preview on #8A687B background

This text has black color on #8A687B background.


White color preview on #8A687B background

This text has white color on #8A687B background.