COLOR #A78D94

HEX: #A78D94
RGB: (167,141,148)

Color info

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

RGB color model

#A78D94 color RGB value is (167,141,148).

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

RGB channels and saturation

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

167
141
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 148 = 456 (100%)
R 167 of 456 ~ 36.62%
G 141 of 456 ~ 30.92%
B 148 of 456 ~ 32.46%

%36.62
%30.92
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.57%
  • 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
%15.57
%11.38
%34.51

Codes

Color #A78D94 in popluar color models

A78D94
RGB167141148
HSL344°12.87%60.39%
HSB/HSV344°15.57%65.49%
CMYK0.00%15.57%11.38%
34.51%

Color #A78D94 in popluar number systems.

HEXA78D94
Decimal167141148
Binary101001111000110110010100
Octal247215224

Shades and tints

Shades of #A78D94

#A78D94
(167,141,148)
#988187
(152,129,135)
#89757A
(137,117,122)
#7A696D
(122,105,109)
#6B5D60
(107,93,96)
#5C5153
(92,81,83)
#4D4546
(77,69,70)
#3E3939
(62,57,57)
#2F2D2C
(47,45,44)
#20211F
(32,33,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A78D94

#A78D94
(167,141,148)
#AF979D
(175,151,157)
#B7A1A6
(183,161,166)
#BFABAF
(191,171,175)
#C7B5B8
(199,181,184)
#CFBFC1
(207,191,193)
#D7C9CA
(215,201,202)
#DFD3D3
(223,211,211)
#E7DDDC
(231,221,220)
#EFE7E5
(239,231,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D94; }

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

This text font color is #A78D94.


Background Color

.myBgColor { background-color: #A78D94; }

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

This div background color is #A78D94.


Border color

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

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

This div border color is #A78D94.


Opacity

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

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

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

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

This text has shadow with #A78D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D94 on black background.


Color preview on white background

This text has color #A78D94 on white background.



Black color preview on #A78D94 background

This text has black color on #A78D94 background.


White color preview on #A78D94 background

This text has white color on #A78D94 background.