COLOR #A78DB3

HEX: #A78DB3
RGB: (167,141,179)

Color info

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

RGB color model

#A78DB3 color RGB value is (167,141,179).

  • red value is 167;
  • green value is 141;
  • blue value is 179.
RGB:
(167,141,179)
(65%,55%,70%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 179 of 255 = 70%

167
141
179

R + G + B ~ 63%. #A78DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 179 = 487 (100%)
R 167 of 487 ~ 34.29%
G 141 of 487 ~ 28.95%
B 179 of 487 ~ 36.76%

%34.29
%28.95
%36.76

CMYK color model

#A78DB3 color CMYK value is (7,21,0,30).

  • cyan value is 6.70%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(7,21,0,30)
C7M21Y0K30 
(7%,21%,0%,30%)
(0.07/0.21/0.00/0.30)	

CMYK percentages

%6.7
%21.23
%0
%29.8

Codes

Color #A78DB3 in popluar color models

A78DB3
RGB167141179
HSL281°20.00%62.75%
HSB/HSV281°21.23%70.20%
CMYK6.70%21.23%0.00%
29.80%

Color #A78DB3 in popluar number systems.

HEXA78DB3
Decimal167141179
Binary101001111000110110110011
Octal247215263

Shades and tints

Shades of #A78DB3

#A78DB3
(167,141,179)
#9881A3
(152,129,163)
#897593
(137,117,147)
#7A6983
(122,105,131)
#6B5D73
(107,93,115)
#5C5163
(92,81,99)
#4D4553
(77,69,83)
#3E3943
(62,57,67)
#2F2D33
(47,45,51)
#202123
(32,33,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A78DB3

#A78DB3
(167,141,179)
#AF97B9
(175,151,185)
#B7A1BF
(183,161,191)
#BFABC5
(191,171,197)
#C7B5CB
(199,181,203)
#CFBFD1
(207,191,209)
#D7C9D7
(215,201,215)
#DFD3DD
(223,211,221)
#E7DDE3
(231,221,227)
#EFE7E9
(239,231,233)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78DB3; }

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

This text font color is #A78DB3.


Background Color

.myBgColor { background-color: #A78DB3; }

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

This div background color is #A78DB3.


Border color

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

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

This div border color is #A78DB3.


Opacity

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

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

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

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

This text has shadow with #A78DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78DB3 on black background.


Color preview on white background

This text has color #A78DB3 on white background.



Black color preview on #A78DB3 background

This text has black color on #A78DB3 background.


White color preview on #A78DB3 background

This text has white color on #A78DB3 background.