COLOR #A78DA4

HEX: #A78DA4 RGB: (167,141,164)

Color info

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

RGB color model

#A78DA4 color RGB value is (167,141,164).

RGB: (167,141,164) (65%, 55%, 64%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 164 of 255 = 64%

167
141
164

R + G + B ~ 61%. #A78DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 141 + 164 = 472 (100%)
R 167 of 472 ~ 35.38%
G 141 of 472 ~ 29.87%
B 164 of 472 ~ 34.75'%

%35.38
%29.87
%34.75

CMYK color model

#A78DA4 color CMYK value is (0,16,2,35).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 1.80%
  • key color value is 34.51%

CMYK: (0,16,2,35)
C0M16Y2K35 (0%, 16%, 2%, 35%)
(0.00 / 0.16 / 0.02 / 0.35)

CMYK percentages

%0
%15.57
%1.8
%34.51

Codes

Color #A78DA4 in popluar color models

A7 8D A4
RGB 167 141 164
HSL 307° 12.87% 60.39%
HSB/HSV 307° 15.57% 65.49%
CMYK 0.00% 15.57% 1.80%
34.51%

Color #A78DA4 in popluar number systems.

HEX A7 8D A4
Decimal 167 141 164
Binary 10100111 10001101 10100100
Octal 247 215 244

Shades and tints

Shades of #A78DA4

#A78DA4
(167,141,164)
#988196
(152,129,150)
#897588
(137,117,136)
#7A697A
(122,105,122)
#6B5D6C
(107,93,108)
#5C515E
(92,81,94)
#4D4550
(77,69,80)
#3E3942
(62,57,66)
#2F2D34
(47,45,52)
#202126
(32,33,38)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #A78DA4

#A78DA4
(167,141,164)
#AF97AC
(175,151,172)
#B7A1B4
(183,161,180)
#BFABBC
(191,171,188)
#C7B5C4
(199,181,196)
#CFBFCC
(207,191,204)
#D7C9D4
(215,201,212)
#DFD3DC
(223,211,220)
#E7DDE4
(231,221,228)
#EFE7EC
(239,231,236)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78DA4; }

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

This text font color is #A78DA4.

Background Color

.myBgColor { background-color: #A78DA4; }

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

This div background color is #A78DA4.

Border color

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

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

This div border color is #A78DA4.

Opacity

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

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

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

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

This text has shadow with #A78DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78DA4.

Preview

Color preview on black background

This text has color #A78DA4 on black background.


Color preview on white background

This text has color #A78DA4 on white background.


Black color preview on #A78DA4 background

This text has black color on #A78DA4 background.


White color preview on #A78DA4 background

This text has white color on #A78DA4 background.


Related colors

Complementary color

Complementary color for #hex is #58725B.


I love getcolorcode.com

Triadic colors

1 #A4A78D and #8DA4A7 with #A78DA4 are triadic colors.

2 #A48DA7 and #8DA7A4 with #A78DA4 are triadic colors.