COLOR #A78CAB

HEX: #A78CAB RGB: (167,140,171)

Color info

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

RGB color model

#A78CAB color RGB value is (167,140,171).

RGB: (167,140,171) (65%, 55%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 171 of 255 = 67%

167
140
171

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

Portions of RGB colors in percentages

R + G + B = 167 + 140 + 171 = 478 (100%)
R 167 of 478 ~ 34.94%
G 140 of 478 ~ 29.29%
B 171 of 478 ~ 35.77'%

%34.94
%29.29
%35.77

CMYK color model

#A78CAB color CMYK value is (2,18,0,33).

  • cyan value is 2.34%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (2,18,0,33)
C2M18Y0K33 (2%, 18%, 0%, 33%)
(0.02 / 0.18 / 0.00 / 0.33)

CMYK percentages

%2.34
%18.13
%0
%32.94

Codes

Color #A78CAB in popluar color models

A7 8C AB
RGB 167 140 171
HSL 292° 15.58% 60.98%
HSB/HSV 292° 18.13% 67.06%
CMYK 2.34% 18.13% 0.00%
32.94%

Color #A78CAB in popluar number systems.

HEX A7 8C AB
Decimal 167 140 171
Binary 10100111 10001100 10101011
Octal 247 214 253

Shades and tints

Shades of #A78CAB

#A78CAB
(167,140,171)
#98809C
(152,128,156)
#89748D
(137,116,141)
#7A687E
(122,104,126)
#6B5C6F
(107,92,111)
#5C5060
(92,80,96)
#4D4451
(77,68,81)
#3E3842
(62,56,66)
#2F2C33
(47,44,51)
#202024
(32,32,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #A78CAB

#A78CAB
(167,140,171)
#AF96B2
(175,150,178)
#B7A0B9
(183,160,185)
#BFAAC0
(191,170,192)
#C7B4C7
(199,180,199)
#CFBECE
(207,190,206)
#D7C8D5
(215,200,213)
#DFD2DC
(223,210,220)
#E7DCE3
(231,220,227)
#EFE6EA
(239,230,234)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78CAB; }

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

This text font color is #A78CAB.

Background Color

.myBgColor { background-color: #A78CAB; }

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

This div background color is #A78CAB.

Border color

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

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

This div border color is #A78CAB.

Opacity

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

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

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

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

This text has shadow with #A78CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78CAB.

Preview

Color preview on black background

This text has color #A78CAB on black background.


Color preview on white background

This text has color #A78CAB on white background.


Black color preview on #A78CAB background

This text has black color on #A78CAB background.


White color preview on #A78CAB background

This text has white color on #A78CAB background.


Related colors

Complementary color

Complementary color for #hex is #587354.


I love getcolorcode.com

Triadic colors

1 #ABA78C and #8CABA7 with #A78CAB are triadic colors.

2 #AB8CA7 and #8CA7AB with #A78CAB are triadic colors.