COLOR #A78DA7

HEX: #A78DA7
RGB: (167,141,167)

Color info

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

RGB color model

#A78DA7 color RGB value is (167,141,167).

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

RGB channels and saturation

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

167
141
167

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 167 = 475 (100%)
R 167 of 475 ~ 35.16%
G 141 of 475 ~ 29.68%
B 167 of 475 ~ 35.16%

%35.16
%29.68
%35.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(0,16,0,35)
C0M16Y0K35 
(0%,16%,0%,35%)
(0.00/0.16/0.00/0.35)	

CMYK percentages

%0
%15.57
%0
%34.51

Codes

Color #A78DA7 in popluar color models

A78DA7
RGB167141167
HSL300°12.87%60.39%
HSB/HSV300°15.57%65.49%
CMYK0.00%15.57%0.00%
34.51%

Color #A78DA7 in popluar number systems.

HEXA78DA7
Decimal167141167
Binary101001111000110110100111
Octal247215247

Shades and tints

Shades of #A78DA7

#A78DA7
(167,141,167)
#988198
(152,129,152)
#897589
(137,117,137)
#7A697A
(122,105,122)
#6B5D6B
(107,93,107)
#5C515C
(92,81,92)
#4D454D
(77,69,77)
#3E393E
(62,57,62)
#2F2D2F
(47,45,47)
#202120
(32,33,32)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A78DA7

#A78DA7
(167,141,167)
#AF97AF
(175,151,175)
#B7A1B7
(183,161,183)
#BFABBF
(191,171,191)
#C7B5C7
(199,181,199)
#CFBFCF
(207,191,207)
#D7C9D7
(215,201,215)
#DFD3DF
(223,211,223)
#E7DDE7
(231,221,231)
#EFE7EF
(239,231,239)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78DA7; }

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

This text font color is #A78DA7.


Background Color

.myBgColor { background-color: #A78DA7; }

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

This div background color is #A78DA7.


Border color

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

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

This div border color is #A78DA7.


Opacity

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

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

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

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

This text has shadow with #A78DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78DA7 on black background.


Color preview on white background

This text has color #A78DA7 on white background.



Black color preview on #A78DA7 background

This text has black color on #A78DA7 background.


White color preview on #A78DA7 background

This text has white color on #A78DA7 background.