COLOR #A78FB8

HEX: #A78FB8
RGB: (167,143,184)

Color info

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

RGB color model

#A78FB8 color RGB value is (167,143,184).

  • red value is 167;
  • green value is 143;
  • blue value is 184.
RGB:
(167,143,184)
(65%,56%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 184 of 255 = 72%

167
143
184

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 184 = 494 (100%)
R 167 of 494 ~ 33.81%
G 143 of 494 ~ 28.95%
B 184 of 494 ~ 37.25%

%33.81
%28.95
%37.25

CMYK color model

#A78FB8 color CMYK value is (9,22,0,28).

  • cyan value is 9.24%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,22,0,28)
C9M22Y0K28 
(9%,22%,0%,28%)
(0.09/0.22/0.00/0.28)	

CMYK percentages

%9.24
%22.28
%0
%27.84

Codes

Color #A78FB8 in popluar color models

A78FB8
RGB167143184
HSL275°22.40%64.12%
HSB/HSV275°22.28%72.16%
CMYK9.24%22.28%0.00%
27.84%

Color #A78FB8 in popluar number systems.

HEXA78FB8
Decimal167143184
Binary101001111000111110111000
Octal247217270

Shades and tints

Shades of #A78FB8

#A78FB8
(167,143,184)
#9882A8
(152,130,168)
#897598
(137,117,152)
#7A6888
(122,104,136)
#6B5B78
(107,91,120)
#5C4E68
(92,78,104)
#4D4158
(77,65,88)
#3E3448
(62,52,72)
#2F2738
(47,39,56)
#201A28
(32,26,40)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #A78FB8

#A78FB8
(167,143,184)
#AF99BE
(175,153,190)
#B7A3C4
(183,163,196)
#BFADCA
(191,173,202)
#C7B7D0
(199,183,208)
#CFC1D6
(207,193,214)
#D7CBDC
(215,203,220)
#DFD5E2
(223,213,226)
#E7DFE8
(231,223,232)
#EFE9EE
(239,233,238)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78FB8; }

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

This text font color is #A78FB8.


Background Color

.myBgColor { background-color: #A78FB8; }

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

This div background color is #A78FB8.


Border color

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

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

This div border color is #A78FB8.


Opacity

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

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

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

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

This text has shadow with #A78FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78FB8 on black background.


Color preview on white background

This text has color #A78FB8 on white background.



Black color preview on #A78FB8 background

This text has black color on #A78FB8 background.


White color preview on #A78FB8 background

This text has white color on #A78FB8 background.