COLOR #A78BB8

HEX: #A78BB8 RGB: (167,139,184)

Color info

#A78BB8 contains red, green and blue colors in about the same proportion. Web safe color of #A78BB8 is #9999CC (or #99C).

RGB color model

#A78BB8 color RGB value is (167,139,184).

RGB: (167,139,184) (65%, 55%, 72%)

RGB channels and saturation

R 167 of 255 = 65%
G 139 of 255 = 55%
B 184 of 255 = 72%

167
139
184

R + G + B ~ 64%. #A78BB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 139 + 184 = 490 (100%)
R 167 of 490 ~ 34.08%
G 139 of 490 ~ 28.37%
B 184 of 490 ~ 37.55'%

%34.08
%28.37
%37.55

CMYK color model

#A78BB8 color CMYK value is (9,24,0,28).

  • cyan value is 9.24%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (9,24,0,28)
C9M24Y0K28 (9%, 24%, 0%, 28%)
(0.09 / 0.24 / 0.00 / 0.28)

CMYK percentages

%9.24
%24.46
%0
%27.84

Codes

Color #A78BB8 in popluar color models

A7 8B B8
RGB 167 139 184
HSL 277° 24.06% 63.33%
HSB/HSV 277° 24.46% 72.16%
CMYK 9.24% 24.46% 0.00%
27.84%

Color #A78BB8 in popluar number systems.

HEX A7 8B B8
Decimal 167 139 184
Binary 10100111 10001011 10111000
Octal 247 213 270

Shades and tints

Shades of #A78BB8

#A78BB8
(167,139,184)
#987FA8
(152,127,168)
#897398
(137,115,152)
#7A6788
(122,103,136)
#6B5B78
(107,91,120)
#5C4F68
(92,79,104)
#4D4358
(77,67,88)
#3E3748
(62,55,72)
#2F2B38
(47,43,56)
#201F28
(32,31,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #A78BB8

#A78BB8
(167,139,184)
#AF95BE
(175,149,190)
#B79FC4
(183,159,196)
#BFA9CA
(191,169,202)
#C7B3D0
(199,179,208)
#CFBDD6
(207,189,214)
#D7C7DC
(215,199,220)
#DFD1E2
(223,209,226)
#E7DBE8
(231,219,232)
#EFE5EE
(239,229,238)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78BB8 color. Also use rgb(167,139,184) instead hex code.

Text Font Color

.myTextColor { color: #A78BB8; }

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

This text font color is #A78BB8.

Background Color

.myBgColor { background-color: #A78BB8; }

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

This div background color is #A78BB8.

Border color

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

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

This div border color is #A78BB8.

Opacity

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

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

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

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

This text has shadow with #A78BB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78BB8.

Preview

Color preview on black background

This text has color #A78BB8 on black background.


Color preview on white background

This text has color #A78BB8 on white background.


Black color preview on #A78BB8 background

This text has black color on #A78BB8 background.


White color preview on #A78BB8 background

This text has white color on #A78BB8 background.


Related colors

Complementary color

Complementary color for #hex is #587447.


I love getcolorcode.com

Triadic colors

1 #B8A78B and #8BB8A7 with #A78BB8 are triadic colors.

2 #B88BA7 and #8BA7B8 with #A78BB8 are triadic colors.