COLOR #A78DA5

HEX: #A78DA5 RGB: (167,141,165)

Color info

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

RGB color model

#A78DA5 color RGB value is (167,141,165).

RGB: (167,141,165) (65%, 55%, 65%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 165 of 255 = 65%

167
141
165

R + G + B ~ 62%. #A78DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 141 + 165 = 473 (100%)
R 167 of 473 ~ 35.31%
G 141 of 473 ~ 29.81%
B 165 of 473 ~ 34.88'%

%35.31
%29.81
%34.88

CMYK color model

#A78DA5 color CMYK value is (0,16,1,35).

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

CMYK: (0,16,1,35)
C0M16Y1K35 (0%, 16%, 1%, 35%)
(0.00 / 0.16 / 0.01 / 0.35)

CMYK percentages

%0
%15.57
%1.2
%34.51

Codes

Color #A78DA5 in popluar color models

A7 8D A5
RGB 167 141 165
HSL 305° 12.87% 60.39%
HSB/HSV 305° 15.57% 65.49%
CMYK 0.00% 15.57% 1.20%
34.51%

Color #A78DA5 in popluar number systems.

HEX A7 8D A5
Decimal 167 141 165
Binary 10100111 10001101 10100101
Octal 247 215 245

Shades and tints

Shades of #A78DA5

#A78DA5
(167,141,165)
#988196
(152,129,150)
#897587
(137,117,135)
#7A6978
(122,105,120)
#6B5D69
(107,93,105)
#5C515A
(92,81,90)
#4D454B
(77,69,75)
#3E393C
(62,57,60)
#2F2D2D
(47,45,45)
#20211E
(32,33,30)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A78DA5

#A78DA5
(167,141,165)
#AF97AD
(175,151,173)
#B7A1B5
(183,161,181)
#BFABBD
(191,171,189)
#C7B5C5
(199,181,197)
#CFBFCD
(207,191,205)
#D7C9D5
(215,201,213)
#DFD3DD
(223,211,221)
#E7DDE5
(231,221,229)
#EFE7ED
(239,231,237)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78DA5; }

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

This text font color is #A78DA5.

Background Color

.myBgColor { background-color: #A78DA5; }

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

This div background color is #A78DA5.

Border color

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

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

This div border color is #A78DA5.

Opacity

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

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

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

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

This text has shadow with #A78DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78DA5.

Preview

Color preview on black background

This text has color #A78DA5 on black background.


Color preview on white background

This text has color #A78DA5 on white background.


Black color preview on #A78DA5 background

This text has black color on #A78DA5 background.


White color preview on #A78DA5 background

This text has white color on #A78DA5 background.


Related colors

Complementary color

Complementary color for #hex is #58725A.


I love getcolorcode.com

Triadic colors

1 #A5A78D and #8DA5A7 with #A78DA5 are triadic colors.

2 #A58DA7 and #8DA7A5 with #A78DA5 are triadic colors.