COLOR #A78B9B

HEX: #A78B9B
RGB: (167,139,155)

Color info

#A78B9B contains red, green and blue colors in about the same proportion. Web safe color of #A78B9B is #999999 (or #999).

RGB color model

#A78B9B color RGB value is (167,139,155).

  • red value is 167;
  • green value is 139;
  • blue value is 155.
RGB:
(167,139,155)
(65%,55%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 139 of 255 = 55%
B 155 of 255 = 61%

167
139
155

R + G + B ~ 60%. #A78B9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 139 + 155 = 461 (100%)
R 167 of 461 ~ 36.23%
G 139 of 461 ~ 30.15%
B 155 of 461 ~ 33.62%

%36.23
%30.15
%33.62

CMYK color model

#A78B9B color CMYK value is (0,17,7,35).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 7.19%
  • key color value is 34.51%
CMYK:
(0,17,7,35)
C0M17Y7K35 
(0%,17%,7%,35%)
(0.00/0.17/0.07/0.35)	

CMYK percentages

%0
%16.77
%7.19
%34.51

Codes

Color #A78B9B in popluar color models

A78B9B
RGB167139155
HSL326°13.73%60.00%
HSB/HSV326°16.77%65.49%
CMYK0.00%16.77%7.19%
34.51%

Color #A78B9B in popluar number systems.

HEXA78B9B
Decimal167139155
Binary101001111000101110011011
Octal247213233

Shades and tints

Shades of #A78B9B

#A78B9B
(167,139,155)
#987F8D
(152,127,141)
#89737F
(137,115,127)
#7A6771
(122,103,113)
#6B5B63
(107,91,99)
#5C4F55
(92,79,85)
#4D4347
(77,67,71)
#3E3739
(62,55,57)
#2F2B2B
(47,43,43)
#201F1D
(32,31,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #A78B9B

#A78B9B
(167,139,155)
#AF95A4
(175,149,164)
#B79FAD
(183,159,173)
#BFA9B6
(191,169,182)
#C7B3BF
(199,179,191)
#CFBDC8
(207,189,200)
#D7C7D1
(215,199,209)
#DFD1DA
(223,209,218)
#E7DBE3
(231,219,227)
#EFE5EC
(239,229,236)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78B9B color. Also use rgb(167,139,155) instead hex code.

Text Font Color

.myTextColor { color: #A78B9B; }

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

This text font color is #A78B9B.


Background Color

.myBgColor { background-color: #A78B9B; }

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

This div background color is #A78B9B.


Border color

.myBorderColor { border: 1px solid #A78B9B; }

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

This div border color is #A78B9B.


Opacity

.myOpacity80 { color: #A78B9B; opacity: 0.8; }

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

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

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

This text has shadow with #A78B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78B9B on black background.


Color preview on white background

This text has color #A78B9B on white background.



Black color preview on #A78B9B background

This text has black color on #A78B9B background.


White color preview on #A78B9B background

This text has white color on #A78B9B background.