COLOR #A78C94

HEX: #A78C94
RGB: (167,140,148)

Color info

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

RGB color model

#A78C94 color RGB value is (167,140,148).

  • red value is 167;
  • green value is 140;
  • blue value is 148.
RGB:
(167,140,148)
(65%,55%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 148 of 255 = 58%

167
140
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 140 + 148 = 455 (100%)
R 167 of 455 ~ 36.7%
G 140 of 455 ~ 30.77%
B 148 of 455 ~ 32.53%

%36.7
%30.77
%32.53

CMYK color model

#A78C94 color CMYK value is (0,16,11,35).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 11.38%
  • key color value is 34.51%
CMYK:
(0,16,11,35)
C0M16Y11K35 
(0%,16%,11%,35%)
(0.00/0.16/0.11/0.35)	

CMYK percentages

%0
%16.17
%11.38
%34.51

Codes

Color #A78C94 in popluar color models

A78C94
RGB167140148
HSL342°13.30%60.20%
HSB/HSV342°16.17%65.49%
CMYK0.00%16.17%11.38%
34.51%

Color #A78C94 in popluar number systems.

HEXA78C94
Decimal167140148
Binary101001111000110010010100
Octal247214224

Shades and tints

Shades of #A78C94

#A78C94
(167,140,148)
#988087
(152,128,135)
#89747A
(137,116,122)
#7A686D
(122,104,109)
#6B5C60
(107,92,96)
#5C5053
(92,80,83)
#4D4446
(77,68,70)
#3E3839
(62,56,57)
#2F2C2C
(47,44,44)
#20201F
(32,32,31)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A78C94

#A78C94
(167,140,148)
#AF969D
(175,150,157)
#B7A0A6
(183,160,166)
#BFAAAF
(191,170,175)
#C7B4B8
(199,180,184)
#CFBEC1
(207,190,193)
#D7C8CA
(215,200,202)
#DFD2D3
(223,210,211)
#E7DCDC
(231,220,220)
#EFE6E5
(239,230,229)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78C94 color. Also use rgb(167,140,148) instead hex code.

Text Font Color

.myTextColor { color: #A78C94; }

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

This text font color is #A78C94.


Background Color

.myBgColor { background-color: #A78C94; }

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

This div background color is #A78C94.


Border color

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

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

This div border color is #A78C94.


Opacity

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

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

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

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

This text has shadow with #A78C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78C94 on black background.


Color preview on white background

This text has color #A78C94 on white background.



Black color preview on #A78C94 background

This text has black color on #A78C94 background.


White color preview on #A78C94 background

This text has white color on #A78C94 background.