COLOR #A78DC6

HEX: #A78DC6
RGB: (167,141,198)

Color info

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

RGB color model

#A78DC6 color RGB value is (167,141,198).

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

RGB channels and saturation

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

167
141
198

R + G + B ~ 66%. #A78DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 198 = 506 (100%)
R 167 of 506 ~ 33%
G 141 of 506 ~ 27.87%
B 198 of 506 ~ 39.13%

%33
%27.87
%39.13

CMYK color model

#A78DC6 color CMYK value is (16,29,0,22).

  • cyan value is 15.66%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(16,29,0,22)
C16M29Y0K22 
(16%,29%,0%,22%)
(0.16/0.29/0.00/0.22)	

CMYK percentages

%15.66
%28.79
%0
%22.35

Codes

Color #A78DC6 in popluar color models

A78DC6
RGB167141198
HSL267°33.33%66.47%
HSB/HSV267°28.79%77.65%
CMYK15.66%28.79%0.00%
22.35%

Color #A78DC6 in popluar number systems.

HEXA78DC6
Decimal167141198
Binary101001111000110111000110
Octal247215306

Shades and tints

Shades of #A78DC6

#A78DC6
(167,141,198)
#9881B4
(152,129,180)
#8975A2
(137,117,162)
#7A6990
(122,105,144)
#6B5D7E
(107,93,126)
#5C516C
(92,81,108)
#4D455A
(77,69,90)
#3E3948
(62,57,72)
#2F2D36
(47,45,54)
#202124
(32,33,36)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A78DC6

#A78DC6
(167,141,198)
#AF97CB
(175,151,203)
#B7A1D0
(183,161,208)
#BFABD5
(191,171,213)
#C7B5DA
(199,181,218)
#CFBFDF
(207,191,223)
#D7C9E4
(215,201,228)
#DFD3E9
(223,211,233)
#E7DDEE
(231,221,238)
#EFE7F3
(239,231,243)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78DC6; }

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

This text font color is #A78DC6.


Background Color

.myBgColor { background-color: #A78DC6; }

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

This div background color is #A78DC6.


Border color

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

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

This div border color is #A78DC6.


Opacity

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

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

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

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

This text has shadow with #A78DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78DC6 on black background.


Color preview on white background

This text has color #A78DC6 on white background.



Black color preview on #A78DC6 background

This text has black color on #A78DC6 background.


White color preview on #A78DC6 background

This text has white color on #A78DC6 background.