COLOR #A78ECC

HEX: #A78ECC
RGB: (167,142,204)

Color info

#A78ECC contains mainly red and blue colors. Web safe color of #A78ECC is #9999CC (or #99C).

RGB color model

#A78ECC color RGB value is (167,142,204).

  • red value is 167;
  • green value is 142;
  • blue value is 204.
RGB:
(167,142,204)
(65%,56%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 204 of 255 = 80%

167
142
204

R + G + B ~ 67%. #A78ECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 204 = 513 (100%)
R 167 of 513 ~ 32.55%
G 142 of 513 ~ 27.68%
B 204 of 513 ~ 39.77%

%32.55
%27.68
%39.77

CMYK color model

#A78ECC color CMYK value is (18,30,0,20).

  • cyan value is 18.14%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,30,0,20)
C18M30Y0K20 
(18%,30%,0%,20%)
(0.18/0.30/0.00/0.20)	

CMYK percentages

%18.14
%30.39
%0
%20

Codes

Color #A78ECC in popluar color models

A78ECC
RGB167142204
HSL264°37.80%67.84%
HSB/HSV264°30.39%80.00%
CMYK18.14%30.39%0.00%
20.00%

Color #A78ECC in popluar number systems.

HEXA78ECC
Decimal167142204
Binary101001111000111011001100
Octal247216314

Shades and tints

Shades of #A78ECC

#A78ECC
(167,142,204)
#9882BA
(152,130,186)
#8976A8
(137,118,168)
#7A6A96
(122,106,150)
#6B5E84
(107,94,132)
#5C5272
(92,82,114)
#4D4660
(77,70,96)
#3E3A4E
(62,58,78)
#2F2E3C
(47,46,60)
#20222A
(32,34,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A78ECC

#A78ECC
(167,142,204)
#AF98D0
(175,152,208)
#B7A2D4
(183,162,212)
#BFACD8
(191,172,216)
#C7B6DC
(199,182,220)
#CFC0E0
(207,192,224)
#D7CAE4
(215,202,228)
#DFD4E8
(223,212,232)
#E7DEEC
(231,222,236)
#EFE8F0
(239,232,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78ECC; }

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

This text font color is #A78ECC.


Background Color

.myBgColor { background-color: #A78ECC; }

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

This div background color is #A78ECC.


Border color

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

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

This div border color is #A78ECC.


Opacity

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

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

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

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

This text has shadow with #A78ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78ECC on black background.


Color preview on white background

This text has color #A78ECC on white background.



Black color preview on #A78ECC background

This text has black color on #A78ECC background.


White color preview on #A78ECC background

This text has white color on #A78ECC background.