COLOR #A78EAE

HEX: #A78EAE
RGB: (167,142,174)

Color info

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

RGB color model

#A78EAE color RGB value is (167,142,174).

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

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 174 of 255 = 68%

167
142
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 174 = 483 (100%)
R 167 of 483 ~ 34.58%
G 142 of 483 ~ 29.4%
B 174 of 483 ~ 36.02%

%34.58
%29.4
%36.02

CMYK color model

#A78EAE color CMYK value is (4,18,0,32).

  • cyan value is 4.02%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(4,18,0,32)
C4M18Y0K32 
(4%,18%,0%,32%)
(0.04/0.18/0.00/0.32)	

CMYK percentages

%4.02
%18.39
%0
%31.76

Codes

Color #A78EAE in popluar color models

A78EAE
RGB167142174
HSL287°16.49%61.96%
HSB/HSV287°18.39%68.24%
CMYK4.02%18.39%0.00%
31.76%

Color #A78EAE in popluar number systems.

HEXA78EAE
Decimal167142174
Binary101001111000111010101110
Octal247216256

Shades and tints

Shades of #A78EAE

#A78EAE
(167,142,174)
#98829F
(152,130,159)
#897690
(137,118,144)
#7A6A81
(122,106,129)
#6B5E72
(107,94,114)
#5C5263
(92,82,99)
#4D4654
(77,70,84)
#3E3A45
(62,58,69)
#2F2E36
(47,46,54)
#202227
(32,34,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A78EAE

#A78EAE
(167,142,174)
#AF98B5
(175,152,181)
#B7A2BC
(183,162,188)
#BFACC3
(191,172,195)
#C7B6CA
(199,182,202)
#CFC0D1
(207,192,209)
#D7CAD8
(215,202,216)
#DFD4DF
(223,212,223)
#E7DEE6
(231,222,230)
#EFE8ED
(239,232,237)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78EAE; }

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

This text font color is #A78EAE.


Background Color

.myBgColor { background-color: #A78EAE; }

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

This div background color is #A78EAE.


Border color

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

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

This div border color is #A78EAE.


Opacity

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

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

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

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

This text has shadow with #A78EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78EAE on black background.


Color preview on white background

This text has color #A78EAE on white background.



Black color preview on #A78EAE background

This text has black color on #A78EAE background.


White color preview on #A78EAE background

This text has white color on #A78EAE background.