COLOR #A78EB6

HEX: #A78EB6
RGB: (167,142,182)

Color info

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

RGB color model

#A78EB6 color RGB value is (167,142,182).

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

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 182 of 255 = 71%

167
142
182

R + G + B ~ 64%. #A78EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 182 = 491 (100%)
R 167 of 491 ~ 34.01%
G 142 of 491 ~ 28.92%
B 182 of 491 ~ 37.07%

%34.01
%28.92
%37.07

CMYK color model

#A78EB6 color CMYK value is (8,22,0,29).

  • cyan value is 8.24%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(8,22,0,29)
C8M22Y0K29 
(8%,22%,0%,29%)
(0.08/0.22/0.00/0.29)	

CMYK percentages

%8.24
%21.98
%0
%28.63

Codes

Color #A78EB6 in popluar color models

A78EB6
RGB167142182
HSL278°21.51%63.53%
HSB/HSV278°21.98%71.37%
CMYK8.24%21.98%0.00%
28.63%

Color #A78EB6 in popluar number systems.

HEXA78EB6
Decimal167142182
Binary101001111000111010110110
Octal247216266

Shades and tints

Shades of #A78EB6

#A78EB6
(167,142,182)
#9882A6
(152,130,166)
#897696
(137,118,150)
#7A6A86
(122,106,134)
#6B5E76
(107,94,118)
#5C5266
(92,82,102)
#4D4656
(77,70,86)
#3E3A46
(62,58,70)
#2F2E36
(47,46,54)
#202226
(32,34,38)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A78EB6

#A78EB6
(167,142,182)
#AF98BC
(175,152,188)
#B7A2C2
(183,162,194)
#BFACC8
(191,172,200)
#C7B6CE
(199,182,206)
#CFC0D4
(207,192,212)
#D7CADA
(215,202,218)
#DFD4E0
(223,212,224)
#E7DEE6
(231,222,230)
#EFE8EC
(239,232,236)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78EB6; }

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

This text font color is #A78EB6.


Background Color

.myBgColor { background-color: #A78EB6; }

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

This div background color is #A78EB6.


Border color

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

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

This div border color is #A78EB6.


Opacity

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

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

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

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

This text has shadow with #A78EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78EB6 on black background.


Color preview on white background

This text has color #A78EB6 on white background.



Black color preview on #A78EB6 background

This text has black color on #A78EB6 background.


White color preview on #A78EB6 background

This text has white color on #A78EB6 background.